about summary refs log tree commit diff
path: root/pkgs/games/itch
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-09-10 05:20:02 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-10 05:20:02 +0200
commit02dcea750b493cbf3b5ee918f338018725c29e17 (patch)
treea9fc5c1e9549947e8696d8c1e0d7e8cb05d0184e /pkgs/games/itch
parentb9e361c4b2fa935b7225be625ef029a1431b3c6f (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/games/itch')
-rw-r--r--pkgs/games/itch/invisigun-heroes.nix5
1 files changed, 3 insertions, 2 deletions
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 = ''