Merge pull request #177 from qknight/spring_91

updated spring from 88 to 91 and downgraded the boost library

+4 -4
+3 -3
pkgs/games/spring/default.nix
··· 6 6 stdenv.mkDerivation rec { 7 7 8 8 name = "spring-${version}"; 9 - version = "0.88.0"; 9 + version = "0.91.0"; 10 10 11 11 src = fetchurl { 12 - url = "mirror://sourceforge/springrts/spring_88.0_src.tar.lzma"; 13 - sha256 = "f203114b849a83795fe2d413d01c843b6f5b50df0832ce570bc476502f89e6fa"; 12 + url = "mirror://sourceforge/springrts/spring_91.0_src.tar.lzma"; 13 + sha256 = "0ycn9yxpbw58a8p3j3wf3r0x102k665l27bfp1vxq7kpwlk6314l"; 14 14 }; 15 15 16 16 buildInputs = [ cmake lzma boost libdevil zlib p7zip openal libvorbis freetype SDL
+1 -1
pkgs/top-level/all-packages.nix
··· 8226 8226 # You still can override by passing more arguments. 8227 8227 spaceOrbit = callPackage ../games/orbit { }; 8228 8228 8229 - spring = callPackage ../games/spring { }; 8229 + spring = callPackage ../games/spring { boost = boost149;}; 8230 8230 8231 8231 springLobby = callPackage ../games/spring/springlobby.nix { }; 8232 8232