jumppad: 0.5.51 -> 0.5.53

This commit is contained in:
R. Ryantm 2023-10-29 16:32:12 +00:00 committed by Jonathan Ringer
parent 50f3f12c99
commit fdd0f1d151

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "jumppad";
version = "0.5.51";
version = "0.5.53";
src = fetchFromGitHub {
owner = "jumppad-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-Az/rNkGwwrYZfay+KjINjIT2PNsoGDNCwZnXZTeKqM4=";
hash = "sha256-93KTi7m+7zS6hSIF4dA995Z8jUdmE5u3O8ytCLsEqdE=";
};
vendorHash = "sha256-onUs7ZbnzJGbs+Q+1jvqUp9y9ecOxhtcdx/fkxZntmc=";
vendorHash = "sha256-o3jA1gVKW6KUHzy5zZO4aaGVoCBFN96hbK0/usQ32fw=";
ldflags = [
"-s" "-w" "-X main.version=${version}"