parlay: 0.10.1 -> 0.11.0

This commit is contained in:
R. Ryantm
2026-02-15 01:36:14 +00:00
parent 384ef44140
commit b4ee29314f
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "parlay";
version = "0.10.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "snyk";
repo = "parlay";
rev = "v${finalAttrs.version}";
hash = "sha256-x/piB2rjluIcqlSn+nwWd4J2Nu6Z/RtL54SPq23pZV0=";
hash = "sha256-bLukosGqyRnvQ4fwntE2lV7VbQNY5MDIfaX/WXBfTuA=";
};
vendorHash = "sha256-X/cgNdsUG0Ics/DCk1HOdzez9Ewwm1odFL1EiyFv1Sw=";