gzdoom: 4.14.1 -> 4.14.2

This commit is contained in:
R. Ryantm 2025-05-05 00:41:26 +00:00
parent 6964385faf
commit 2d36d96bee

View File

@ -25,14 +25,14 @@
stdenv.mkDerivation rec {
pname = "gzdoom";
version = "4.14.1";
version = "4.14.2";
src = fetchFromGitHub {
owner = "ZDoom";
repo = "gzdoom";
rev = "g${version}";
fetchSubmodules = true;
hash = "sha256-Hrqi2xpyMGcTJ2rI59EpcEtoJ+gCGmwEy+F396M3f/4=";
hash = "sha256-kYw+r08v/Q/hphJuvjn38Dj5mZRijE6pWKoEZBlN5P4=";
};
outputs = [ "out" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ "doc" ];