Skip to content

Commit

Permalink
parlay: 0.6.0 -> 0.6.4 (#365037)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 14, 2024
2 parents f37557e + 9376bed commit 9a089f1
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.6.0";
version = "0.6.4";

src = fetchFromGitHub {
owner = "snyk";
repo = "parlay";
rev = "v${version}";
hash = "sha256-hcNNW4/+AX06vkEbauHyMP5b2y/1YNlWhgqS5Rx8sS8=";
hash = "sha256-g0gTsfdt1/BwWFBPyNuBf58gypdeZib6GUDPnPaFepA=";
};

vendorHash = "sha256-Eo5MgdISiwbaJFg5XHAwe5x3D8GmgzswYmcUG4gvaQk=";
vendorHash = "sha256-kxN2uBXjCnyVbypDOrOAXoSa6Pb7Fmk487ael4aI9Uw=";

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

Expand Down

0 comments on commit 9a089f1

Please sign in to comment.