3
0
Fork 0
forked from mirrors/nixpkgs

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

yquake2: 8.10 -> 8.20
This commit is contained in:
Weijia Wang 2023-02-08 19:03:41 +01:00 committed by GitHub
commit f71277fa73
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.10";
version = "8.20";
src = fetchFromGitHub {
owner = "yquake2";
repo = "yquake2";
rev = "QUAKE2_${builtins.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-/BbMR/ZPjHbKzQ+I1+Vgh3/zenLjW3TnmrKhKPR6Gdk=";
sha256 = "sha256-x1mk6qo03b438ZBS16/f7pzMCfugtQvaRcV+hg7Zc/w=";
};
postPatch = ''