jumppad: 0.5.28 -> 0.5.31

This commit is contained in:
R. Ryantm 2023-07-12 03:32:45 +00:00
parent ab7b093937
commit 570d338c63

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "jumppad";
version = "0.5.28";
version = "0.5.31";
src = fetchFromGitHub {
owner = "jumppad-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-j1m95RiT4cymSK9PuJuNc+ixia4DNj+8lZ0KloB+kWo=";
hash = "sha256-2BdhJ11Mwd2w8VZfGcGJc6GuaKrVKjCqXLDggiiwyt0=";
};
vendorHash = "sha256-OtixGeQY1wPqs3WU6gKvrzEgxnMORxr4BWCpn/VYxRc=";
vendorHash = "sha256-LneL4SzvcThfqqWdKpAU3mFAW1FVRTU9/T3l+yKBSME=";
ldflags = [
"-s" "-w" "-X main.version=${version}"