about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2012-10-28 13:43:15 +0000
committerJoachim Schiele <js@lastlog.de>2012-10-28 13:43:15 +0000
commit49f2fef481def02d9af090ff7f70b84bcc269cf0 (patch)
treeb6e58b4d6005d961982a9875fc8a04f379681156 /pkgs/games
parent11228a3834dd58ef0b05883ceff032836e72b894 (diff)
updated spring from 88 to 91 and downgraded the boost library which spring uses from default to 1.49 as the
more recent boost version results in a build issue at about 30%
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/spring/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 09eb41f7267f6..3cb79e946311c 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -6,11 +6,11 @@
 stdenv.mkDerivation rec {
 
   name = "spring-${version}";
-  version = "0.88.0";
+  version = "0.91.0";
 
   src = fetchurl {
-    url = "mirror://sourceforge/springrts/spring_88.0_src.tar.lzma";
-    sha256 = "f203114b849a83795fe2d413d01c843b6f5b50df0832ce570bc476502f89e6fa";
+    url = "mirror://sourceforge/springrts/spring_91.0_src.tar.lzma";
+    sha256 = "0ycn9yxpbw58a8p3j3wf3r0x102k665l27bfp1vxq7kpwlk6314l";
   };
 
   buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL