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

yquake2: 8.20 -> 8.30
This commit is contained in:
OTABI Tomoya 2023-11-10 17:56:04 +09:00 committed by GitHub
commit c894ab17c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ let
yquake2 = stdenv.mkDerivation rec {
pname = "yquake2";
version = "8.20";
version = "8.30";
src = fetchFromGitHub {
owner = "yquake2";
repo = "yquake2";
rev = "QUAKE2_${builtins.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-x1mk6qo03b438ZBS16/f7pzMCfugtQvaRcV+hg7Zc/w=";
sha256 = "sha256-2x/qxrhvy+An/HitmWAhmwuDJ2djMeTsLhAtijuvbzE=";
};
postPatch = ''