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

gzdoom: 4.1.3 -> 4.2.0
This commit is contained in:
Marek Mahut 2019-08-19 20:39:25 +02:00 committed by GitHub
commit 8f2a13d584
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 = "4.1.3";
version = "4.2.0";
src = fetchFromGitHub {
owner = "coelckers";
repo = "gzdoom";
rev = "g${version}";
sha256 = "07mkh50gnprrq11kifibvf5yq1hgcqkj7nzprl5kjgjwwlwd76x6";
sha256 = "0ifc10y8pdxb6ra38m55k26wb2cwdbjrblx3s24xivmsnkpbn7f6";
};
nativeBuildInputs = [ cmake makeWrapper ];