summary refs log tree commit diff
path: root/pkgs/games/spring/default.nix
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2011-11-12 16:51:44 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2011-11-12 16:51:44 +0000
commit0b322b922786dae3982646414d386b858b68f09a (patch)
treed3f346172e25c63a78dfee1a8f55ca707e0f2d54 /pkgs/games/spring/default.nix
parent94149403e522b0f1257847e1b5fd479fc077a772 (diff)
downloadnixpkgs-0b322b922786dae3982646414d386b858b68f09a.tar
nixpkgs-0b322b922786dae3982646414d386b858b68f09a.tar.gz
nixpkgs-0b322b922786dae3982646414d386b858b68f09a.tar.bz2
nixpkgs-0b322b922786dae3982646414d386b858b68f09a.tar.lz
nixpkgs-0b322b922786dae3982646414d386b858b68f09a.tar.xz
nixpkgs-0b322b922786dae3982646414d386b858b68f09a.tar.zst
nixpkgs-0b322b922786dae3982646414d386b858b68f09a.zip
Spring: version bump
svn path=/nixpkgs/trunk/; revision=30392
Diffstat (limited to 'pkgs/games/spring/default.nix')
-rw-r--r--pkgs/games/spring/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/games/spring/default.nix b/pkgs/games/spring/default.nix
index 1308d93c672..1599b6f7644 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.82.6.1";
+  version = "0.83.0";
 
   src = fetchurl {
-    url = "mirror://sourceforge/springrts/spring_${version}_src.tar.lzma";
-    sha256 = "1bi64jgc390sqc514scz80a0pdgc5n9kx45sppky2152y725900n";
+    url = "mirror://sourceforge/springrts/spring_83.0_src.tar.lzma";
+    sha256 = "073x1mlzil588r8xgzc323293xmi0xbw6w0k6psxl5cs0gqrvfqa";
   };
 
   buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
       --replace "which" "type -p"    
   '';
 
-  patches = [ ./gcc44.patch];
+  #patches = [ ./gcc44.patch];
 
   enableParallelBuilding = true;
 
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
     description = "A powerful real-time strategy(RTS) game engine";
     license = licenses.gpl2;
     maintainers = [ maintainers.phreedom ];
+    platforms = platforms.all;
   };
 }
\ No newline at end of file