gzdoom: 4.12.1 -> 4.12.2

This commit is contained in:
R. Ryantm 2024-05-05 02:27:26 +00:00
parent 14e704d967
commit 01b5d7a05d
1 changed files with 2 additions and 2 deletions

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" ];