games/warzone2100: Updated to 2.3.7.
svn path=/nixpkgs/trunk/; revision=25784
This commit is contained in:
parent
47c7daa2af
commit
864e905b4a
@ -3,11 +3,11 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "warzone2100";
|
pname = "warzone2100";
|
||||||
version = "2.3.4";
|
version = "2.3.7";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/${pname}/${name}.tar.gz";
|
url = "mirror://sourceforge/${pname}/${name}.tar.gz";
|
||||||
sha256 = "0s7yf73yq8pihpn9777pj1fy1m1cc3cxfs7v0c916wifslpm3x3h";
|
sha256 = "157v3jqaj0l910y8bcr9zpl0inx8g2942nm8zdnnn16gklf9mb26";
|
||||||
};
|
};
|
||||||
buildInputs = [ bison flex gettext pkgconfig SDL libpng libtheora openal
|
buildInputs = [ bison flex gettext pkgconfig SDL libpng libtheora openal
|
||||||
popt physfs mesa quesoglc zip unzip
|
popt physfs mesa quesoglc zip unzip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user