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

gzdoom: 4.12.1 -> 4.12.2
This commit is contained in:
Azat Bahawi 2024-05-05 08:00:59 +00:00 committed by GitHub
commit 85ff931033
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.12.1";
version = "4.12.2";
src = fetchFromGitHub {
owner = "ZDoom";
repo = "gzdoom";
rev = "g${version}";
fetchSubmodules = true;
hash = "sha256-ityjfxlazt/R9vD+azVGr+w7Sdjlbh+ekbJexkPSF1g=";
hash = "sha256-taie1Iod3pXvuxxBC7AArmtndkIV0Di9mtJoPvPkioo=";
};
outputs = [ "out" "doc" ];