Updating Warzone2100
svn path=/nixpkgs/trunk/; revision=23491
This commit is contained in:
parent
2377a46c8f
commit
ce73a758aa
@ -3,11 +3,11 @@
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "warzone2100";
|
||||
version = "2.3.0";
|
||||
version = "2.3.4";
|
||||
name = "${pname}-${version}";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${name}.tar.gz";
|
||||
sha256 = "10iisg6lixs8bnd57qzyf3bqhispcylxvkyqwyfagg7r2qr159zj";
|
||||
sha256 = "0s7yf73yq8pihpn9777pj1fy1m1cc3cxfs7v0c916wifslpm3x3h";
|
||||
};
|
||||
buildInputs = [ bison flex gettext pkgconfig SDL libpng libtheora openal
|
||||
popt physfs mesa quesoglc zip unzip
|
||||
|
Loading…
Reference in New Issue
Block a user