3
0
Fork 0
forked from mirrors/nixpkgs

spring: bump and fix build

This commit is contained in:
Domen Kozar 2013-03-29 16:43:38 +01:00
parent c0904ba327
commit 6026c60388
2 changed files with 4 additions and 4 deletions

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "spring-${version}";
version = "0.91.0";
version = "94.1";
src = fetchurl {
url = "mirror://sourceforge/springrts/spring_91.0_src.tar.lzma";
sha256 = "0ycn9yxpbw58a8p3j3wf3r0x102k665l27bfp1vxq7kpwlk6314l";
url = "mirror://sourceforge/springrts/spring_${version}_src.tar.lzma";
sha256 = "19myqwpz4mi4zdlcv8318dps0ymmw7qpawhq1rgk73ycmaiyaaka";
};
buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL

View file

@ -8305,7 +8305,7 @@ let
# You still can override by passing more arguments.
spaceOrbit = callPackage ../games/orbit { };
spring = callPackage ../games/spring { boost = boost149;};
spring = callPackage ../games/spring { };
springLobby = callPackage ../games/spring/springlobby.nix { };