gzdoom: 4.11.0 -> 4.11.1

This commit is contained in:
R. Ryantm 2023-10-12 13:35:51 +00:00
parent f0dec0b9d3
commit 52b6c8c381

View File

@ -26,14 +26,14 @@
stdenv.mkDerivation rec {
pname = "gzdoom";
version = "4.11.0";
version = "4.11.1";
src = fetchFromGitHub {
owner = "ZDoom";
repo = "gzdoom";
rev = "g${version}";
fetchSubmodules = true;
hash = "sha256-F3FXV76jpwkOE6QoNi1+TjLOt9x7q3pcZq3hQmRfL5E=";
hash = "sha256-7PWaqYK7pa6jgl92+a9dqQVVKuE/lvqtm+7p0nfMTNI=";
};
outputs = [ "out" "doc" ];