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 a182240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/pb/pb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

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 @@ -29,7 +29,7 @@ buildGoModule rec {

passthru.tests.version = testers.testVersion {
package = pb;
command = "pb version";
command = "HOME=`mktemp -d` pb version";
};

meta = {
Expand Down

0 comments on commit a182240

Please sign in to comment.