summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2012-03-27 11:07:53 +0000
committerJoachim Schiele <js@lastlog.de>2012-03-27 11:07:53 +0000
commit194c822cce1ca62a1053fc1f08a503b2d6ff0145 (patch)
tree57a488f81505c6296c39dc902ab78bd218c227fe /pkgs/games
parentbb311ce1d091375bfb7cdce66d658397381a084e (diff)
downloadnixlib-194c822cce1ca62a1053fc1f08a503b2d6ff0145.tar
nixlib-194c822cce1ca62a1053fc1f08a503b2d6ff0145.tar.gz
nixlib-194c822cce1ca62a1053fc1f08a503b2d6ff0145.tar.bz2
nixlib-194c822cce1ca62a1053fc1f08a503b2d6ff0145.tar.lz
nixlib-194c822cce1ca62a1053fc1f08a503b2d6ff0145.tar.xz
nixlib-194c822cce1ca62a1053fc1f08a503b2d6ff0145.tar.zst
nixlib-194c822cce1ca62a1053fc1f08a503b2d6ff0145.zip
version 88.0 of spring has arrived
svn path=/nixpkgs/trunk/; revision=33438
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/spring/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 99b0c35aedb4..09eb41f7267f 100644
--- a/pkgs/games/spring/default.nix
+++ b/pkgs/games/spring/default.nix
@@ -1,16 +1,16 @@
 { stdenv, fetchurl, cmake, lzma, boost, libdevil, zlib, p7zip
-, openal, libvorbis, glew, freetype, xlibs, SDL, mesa
+, openal, libvorbis, glew, freetype, xlibs, SDL, mesa, binutils
 , jdk ? null, python ? null
 , withAI ? true # support for AI Interfaces and Skirmish AIs
 }:
 stdenv.mkDerivation rec {
 
   name = "spring-${version}";
-  version = "0.87.0";
+  version = "0.88.0";
 
   src = fetchurl {
-    url = "mirror://sourceforge/springrts/spring_87.0_src.tar.lzma";
-    sha256 = "4c8528966b62e3fede63a4acb3cd5f13ecfed195688e135293bdc747980738b2";
+    url = "mirror://sourceforge/springrts/spring_88.0_src.tar.lzma";
+    sha256 = "f203114b849a83795fe2d413d01c843b6f5b50df0832ce570bc476502f89e6fa";
   };
 
   buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL