Merge pull request #53321 from r-ryantm/auto-update/gzdoom

gzdoom: 3.6.0 -> 3.7.1
This commit is contained in:
Jörg Thalheim 2019-01-04 08:33:39 +01:00 committed by GitHub
commit 7ec6fec8ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "gzdoom-${version}";
version = "3.6.0";
version = "3.7.1";
src = fetchFromGitHub {
owner = "coelckers";
repo = "gzdoom";
rev = "g${version}";
sha256 = "03yklhdppncaswy6l3fcvy8l8v1icfnm9f0jlszvibcm5ba7z0j1";
sha256 = "1c9zd4f7zalkmv0gvsavbydkmi6jw5pyf3q62456yvb6vjwg1xvd";
};
nativeBuildInputs = [ cmake makeWrapper ];
@ -43,8 +43,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/coelckers/gzdoom;
description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
license = licenses.gpl3;
platforms = platforms.linux;
platforms = ["x86_64-linux"];
maintainers = with maintainers; [ lassulus ];
};
}