From 194c822cce1ca62a1053fc1f08a503b2d6ff0145 Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Tue, 27 Mar 2012 11:07:53 +0000 Subject: [PATCH] version 88.0 of spring has arrived svn path=/nixpkgs/trunk/; revision=33438 --- pkgs/games/spring/default.nix | 8 ++++---- 1 file 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