yquake2: 8.40 -> 8.41

This commit is contained in:
R. Ryantm 2024-10-16 20:46:58 +00:00
parent 6ae5c7581c
commit b3bd45d026

View File

@ -13,13 +13,13 @@ let
yquake2 = stdenv.mkDerivation rec {
pname = "yquake2";
version = "8.40";
version = "8.41";
src = fetchFromGitHub {
owner = "yquake2";
repo = "yquake2";
rev = "QUAKE2_${builtins.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-licz659DFS56/5P/hmPSE0YuVPTp1r4yrzS7FIg4Okc=";
sha256 = "sha256-8xvY8XYZJa/gAVcxR+ffpE8naUTbGyM8AyAdpG6nKtA=";
};
postPatch = ''