summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-09-08 17:57:33 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-09-08 18:11:50 +0200
commiteda013419349959a704b2e2b89e7e83f28678bab (patch)
treefa8cc53aec33f97c0c2039d5cac163b702125daf /pkgs/games
parentc11dc40d09682405d4ae4ca9a59d7c80c0c0e706 (diff)
downloadnixlib-eda013419349959a704b2e2b89e7e83f28678bab.tar
nixlib-eda013419349959a704b2e2b89e7e83f28678bab.tar.gz
nixlib-eda013419349959a704b2e2b89e7e83f28678bab.tar.bz2
nixlib-eda013419349959a704b2e2b89e7e83f28678bab.tar.lz
nixlib-eda013419349959a704b2e2b89e7e83f28678bab.tar.xz
nixlib-eda013419349959a704b2e2b89e7e83f28678bab.tar.zst
nixlib-eda013419349959a704b2e2b89e7e83f28678bab.zip
instead: 2.2.3 -> 2.2.5
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/instead/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/instead/default.nix b/pkgs/games/instead/default.nix
index f00da83f6280..2958e48d2a71 100644
--- a/pkgs/games/instead/default.nix
+++ b/pkgs/games/instead/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, SDL, SDL_ttf, SDL_image, SDL_mixer, pkgconfig, lua, zlib, unzip }:
 
 let
-  version = "2.2.3";
+  version = "2.2.5";
 
   # I took several games at random from http://instead.syscall.ru/games/
   games = [
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://downloads.sourceforge.net/project/instead/instead/${version}/instead_${version}.tar.gz";
-    sha256 = "0g01z5z7777pwlsv63gwx4ly61hgqxv53hhb6g22dc5ydaq4965h";
+    sha256 = "1brnvphavh9jfv7scjhqfimbzl5fa0hfs2nsxqx4rjlsiqnrvrx1";
   };
 
   NIX_LDFLAGS = "-llua -lgcc_s";