Merge pull request #32809 from fgaz/warzone2100-3.2.3

warzone2100: 3.2.2 -> 3.2.3
This commit is contained in:
Joachim F 2017-12-20 21:21:23 +00:00 committed by GitHub
commit 8aebf3a25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ let
in
stdenv.mkDerivation rec {
version = "3.2.2";
version = "3.2.3";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://sourceforge/${pname}/releases/${version}/${name}.tar.xz";
sha256 = "064xfxwkqpvqyy7kz46cwi71mxmimxi4wgjly9g51wwxkvz8snmg";
sha256 = "10kmpr4cby95zwqsl1zwx95d9achli6khq7flv6xmrq30a39xazw";
};
buildInputs = [ qtbase qtscript SDL2 libtheora openal glew physfs fribidi ];