jumppad: 0.5.31 -> 0.5.35

This commit is contained in:
R. Ryantm 2023-08-06 06:48:34 +00:00
parent 97bd658852
commit f306f5611d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "jumppad";
version = "0.5.31";
version = "0.5.35";
src = fetchFromGitHub {
owner = "jumppad-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-2BdhJ11Mwd2w8VZfGcGJc6GuaKrVKjCqXLDggiiwyt0=";
hash = "sha256-ZqP1m2Fbm9bn9uxJ7Ll4Vqa+STIrxX0jALGZJmOyAT8=";
};
vendorHash = "sha256-LneL4SzvcThfqqWdKpAU3mFAW1FVRTU9/T3l+yKBSME=";