Merge pull request #330402 from r-ryantm/auto-update/yquake2

yquake2: 8.30 -> 8.40
This commit is contained in:
tomberek
2024-07-28 00:22:38 -04:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@ let
yquake2 = stdenv.mkDerivation rec {
pname = "yquake2";
version = "8.30";
version = "8.40";
src = fetchFromGitHub {
owner = "yquake2";
repo = "yquake2";
rev = "QUAKE2_${builtins.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-2x/qxrhvy+An/HitmWAhmwuDJ2djMeTsLhAtijuvbzE=";
sha256 = "sha256-licz659DFS56/5P/hmPSE0YuVPTp1r4yrzS7FIg4Okc=";
};
postPatch = ''