Skip to content

Commit

Permalink
parlay: 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 23, 2025
1 parent ad98f87 commit 10f790b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/parlay/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "parlay";
version = "0.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "snyk";
repo = "parlay";
rev = "v${version}";
hash = "sha256-rpzCwbF2M6zfNVHLaSPgX30ti+XtJ645HqoDJvx8lg8=";
hash = "sha256-i7g0l+Q4VpBINK/HgIsl3wuxT2YoSqK08AJRxeVEzyo=";
};

vendorHash = "sha256-kxN2uBXjCnyVbypDOrOAXoSa6Pb7Fmk487ael4aI9Uw=";
vendorHash = "sha256-X/cgNdsUG0Ics/DCk1HOdzez9Ewwm1odFL1EiyFv1Sw=";

passthru.updateScript = nix-update-script { };

Expand Down

0 comments on commit 10f790b

Please sign in to comment.