jumppad: 0.5.27 -> 0.5.28

This commit is contained in:
R. Ryantm 2023-06-28 15:19:39 +00:00
parent d1e636cf56
commit f73c3cfad3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "jumppad";
version = "0.5.27";
version = "0.5.28";
src = fetchFromGitHub {
owner = "jumppad-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-WTywuQ1sl5zKpwUYyHFb+eTRxlUUDWFIrmhsPDB+iyc=";
hash = "sha256-j1m95RiT4cymSK9PuJuNc+ixia4DNj+8lZ0KloB+kWo=";
};
vendorHash = "sha256-OtixGeQY1wPqs3WU6gKvrzEgxnMORxr4BWCpn/VYxRc=";