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

gzdoom: 4.11.3 -> 4.12.1
This commit is contained in:
Azat Bahawi 2024-04-28 19:45:20 +00:00 committed by GitHub
commit 5ebfb187cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "gzdoom";
version = "4.11.3";
version = "4.12.1";
src = fetchFromGitHub {
owner = "ZDoom";
repo = "gzdoom";
rev = "g${version}";
fetchSubmodules = true;
hash = "sha256-pY+5R3W/9pJGiBoDFkxxpuP0I2ZLb+Q/s5UYU20G748=";
hash = "sha256-ityjfxlazt/R9vD+azVGr+w7Sdjlbh+ekbJexkPSF1g=";
};
outputs = [ "out" "doc" ];