mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #177 from qknight/spring_91
updated spring from 88 to 91 and downgraded the boost library
This commit is contained in:
commit
aafa00ef5e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -8226,7 +8226,7 @@ let
|
|||
# You still can override by passing more arguments.
|
||||
spaceOrbit = callPackage ../games/orbit { };
|
||||
|
||||
spring = callPackage ../games/spring { };
|
||||
spring = callPackage ../games/spring { boost = boost149;};
|
||||
|
||||
springLobby = callPackage ../games/spring/springlobby.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue