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

gzdoom: 4.1.2 -> 4.1.3
This commit is contained in:
Ryan Mulligan 2019-06-17 05:52:32 -07:00 committed by GitHub
commit c2281cbf5d
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.2";
version = "4.1.3";
src = fetchFromGitHub {
owner = "coelckers";
repo = "gzdoom";
rev = "g${version}";
sha256 = "1ix5n8hvvxfchfggfr05k4f53smfmn4l806j8hpv12h57rqvvrxw";
sha256 = "07mkh50gnprrq11kifibvf5yq1hgcqkj7nzprl5kjgjwwlwd76x6";
};
nativeBuildInputs = [ cmake makeWrapper ];