Commit d2c11dce authored by R. RyanTM's avatar R. RyanTM
Browse files

runapp: 0.4.1 -> 0.5.0

parent a57d3410
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
gcc15Stdenv.mkDerivation (finalAttrs: {
  pname = "runapp";
  version = "0.4.1";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "c4rlo";
    repo = "runapp";
    tag = finalAttrs.version;
    hash = "sha256-+dIawnBTf8QU0dv93NQUCgW60BrlUXljaoNnRQjfJZQ=";
    hash = "sha256-/i3IJf/KWfYmu9ISp97au5hAhcZCVDhb/t6cyat0JlE=";
  };

  strictDeps = true;