From 02dcea750b493cbf3b5ee918f338018725c29e17 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 10 Sep 2017 05:20:02 +0200 Subject: games/invisigun-heroes: Update to version 1.5.30 The full upstream changes are a bit long to list here between 1.5.1 and 1.5.30, so here are the release notes from the official site: http://www.sombr.com/pub/SIG/tools/ReleaseNotes.php We're now using a version attribute for the fetchItch function, so that future updates won't break the package expression. Signed-off-by: aszlig --- pkgs/games/itch/invisigun-heroes.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/games/itch/invisigun-heroes.nix b/pkgs/games/itch/invisigun-heroes.nix index 86350033..04fd06a8 100644 --- a/pkgs/games/itch/invisigun-heroes.nix +++ b/pkgs/games/itch/invisigun-heroes.nix @@ -4,13 +4,14 @@ stdenv.mkDerivation rec { name = "invisigun-heroes-${version}"; - version = "1.5.1"; + version = "1.5.30"; src = fetchItch { name = "${name}.zip"; gameId = 25561; uploadId = 208583; - sha256 = "0k92xj3q7yv3pgsb992y0lxp59f1gkl12vw18qipsm1vby6b7j2s"; + version = "v${version}"; + sha256 = "07iskccdmygnx70naaa3fcac1ayrhmq82cypddsnihc3gkw7rwrd"; }; unpackCmd = '' -- cgit 1.4.1