Unverified Commit 7cfbc74f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #240364 from r-ryantm/auto-update/jumppad

jumppad: 0.5.27 -> 0.5.28
parents 365b6912 f73c3cfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";