mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
games/warzone2100: Updated to 2.3.9.
svn path=/nixpkgs/trunk/; revision=30490
This commit is contained in:
parent
59fa8fc940
commit
5598fcf36c
|
@ -3,11 +3,11 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "warzone2100";
|
||||
version = "2.3.7";
|
||||
version = "2.3.9";
|
||||
name = "${pname}-${version}";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${name}.tar.gz";
|
||||
sha256 = "157v3jqaj0l910y8bcr9zpl0inx8g2942nm8zdnnn16gklf9mb26";
|
||||
sha256 = "1nvs4slnl75b64pf9gwcpbra56jzcbxyv83fis5pki69aavkp14y";
|
||||
};
|
||||
buildInputs = [ bison flex gettext pkgconfig SDL libpng libtheora openal
|
||||
popt physfs mesa quesoglc zip unzip
|
||||
|
|
Loading…
Reference in a new issue