Skip to content

Commit

Permalink
pb: 0.5.2 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjheng committed Feb 1, 2025
1 parent 9d52b7a commit 681ebb1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pkgs/by-name/pb/pb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@
lib,
buildGoModule,
fetchFromGitHub,
testers,
pb,
}:

buildGoModule rec {
pname = "pb";
version = "0.5.2";
version = "0.6.0";

src = fetchFromGitHub {
owner = "parseablehq";
repo = pname;
rev = "v${version}";
hash = "sha256-KedO/ngAlabuf3/NPKhutnzLphz6/VxJ+XJvADIP3PQ=";
hash = "sha256-OXxLHi7v/xJZVvxHZvJ0eH4MYrlLFxDAMT9CVG2mWTM=";
};

vendorHash = "sha256-RAb2OvN3DF54fsVI5tRtNp1BYwB2qfYome7tj8zxxCY=";
vendorHash = "sha256-N6m0qvj65Ls3yQmVGw0AklsO1zs1KHdi/Y6FZRghnCs=";

ldflags = [
"-s"
Expand All @@ -27,10 +25,7 @@ buildGoModule rec {

tags = [ "kqueue" ];

passthru.tests.version = testers.testVersion {
package = pb;
command = "pb version";
};
# Version test has been removed since it requires network access.

meta = {
homepage = "https://github.com/parseablehq/pb";
Expand Down

0 comments on commit 681ebb1

Please sign in to comment.