urbanterror: 4.3.2 -> 4.3.3 for CVE-2017-6903

This commit is contained in:
Franz Pletz 2018-03-05 18:05:20 +01:00
parent 1a0f84d0b8
commit cda1e6c21b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,16 +2,16 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "urbanterror-${version}"; name = "urbanterror-${version}";
version = "4.3.2"; version = "4.3.3";
srcs = srcs =
[ (fetchurl { [ (fetchurl {
url = "http://cdn.fs1.urbanterror.info/urt/43/releases/zips/UrbanTerror432_full.zip"; url = "http://cdn.fs1.urbanterror.info/urt/43/releases/zips/UrbanTerror433_full.zip";
sha256 = "192jwdyfy18cg413ysaklqc8yzmdnshljqc6dnr0xkd6dxbf3pkl"; sha256 = "0rrh08ypnw805gd2wrs6af34nvp02x7vggfp0ymcmbr44wcjfn63";
}) })
(fetchurl { (fetchurl {
url = "https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${version}.zip"; url = "https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${version}.zip";
sha256 = "0m376hdkk8vjnbdy8zakjazyag6jiw4n8zy4lxhv2ndn9mii8lcx"; sha256 = "1624zsnr02nhdksmwnwmvw129lw3afd8h0hvv2j8qmcyxa7jw68b";
}) })
]; ];
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.urbanterror.net; homepage = http://www.urbanterror.net;
license = licenses.unfreeRedistributable; license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ astsmtl ]; maintainers = with maintainers; [ astsmtl fpletz ];
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];
}; };