about summary refs log tree commit diff
path: root/pkgs/games/instead
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-04-08 16:06:09 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-04-08 16:06:09 +0200
commit2402390766b0073a88f741624cd5e34906caa489 (patch)
treecbe708b446dd4c6dcae6f5b04bd8ebfca5c31ca0 /pkgs/games/instead
parent2958fedc2d1a88d13d7530522d58a74744c48bd0 (diff)
instead: update from 2.2.2 to 2.2.3
Diffstat (limited to 'pkgs/games/instead')
-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 8f9c6461fd868..f00da83f62800 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.2";
+  version = "2.2.3";
 
   # 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 = "14aln69vvr7frsbjdfmzgf0rd45zf247xbfsnhx3hlfsqlj58wd3";
+    sha256 = "0g01z5z7777pwlsv63gwx4ly61hgqxv53hhb6g22dc5ydaq4965h";
   };
 
   NIX_LDFLAGS = "-llua -lgcc_s";