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

gzdoom: 4.11.1 -> 4.11.3
This commit is contained in:
Azat Bahawi 2023-11-05 11:56:05 +03:00 committed by GitHub
commit 24125df987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "gzdoom";
version = "4.11.1";
version = "4.11.3";
src = fetchFromGitHub {
owner = "ZDoom";
repo = "gzdoom";
rev = "g${version}";
fetchSubmodules = true;
hash = "sha256-7PWaqYK7pa6jgl92+a9dqQVVKuE/lvqtm+7p0nfMTNI=";
hash = "sha256-pY+5R3W/9pJGiBoDFkxxpuP0I2ZLb+Q/s5UYU20G748=";
};
outputs = [ "out" "doc" ];