Skip to content

Commit

Permalink
pb: 0.5.2 -> 0.6.0 (#378430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisie authored Feb 8, 2025
2 parents 185337e + f4684ae commit 906e99a
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 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=";
repo = "pb";
tag = "v${version}";
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 906e99a

Please sign in to comment.