From 0d7306a1ed22896a4d213a8c8057d488a9912702 Mon Sep 17 00:00:00 2001 From: yuuko Date: Wed, 27 Nov 2024 17:22:03 -0800 Subject: depotdownloader-json: prepare for 2.7.4 --- srcds-pkgs/depotdownloader-json/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'srcds-pkgs/depotdownloader-json/default.nix') diff --git a/srcds-pkgs/depotdownloader-json/default.nix b/srcds-pkgs/depotdownloader-json/default.nix index a447aa3..7fb5935 100644 --- a/srcds-pkgs/depotdownloader-json/default.nix +++ b/srcds-pkgs/depotdownloader-json/default.nix @@ -82,6 +82,14 @@ else if builtins.elem version [ "2.7.3" ] then EOF ''; } +else if builtins.elem version [ "2.7.4" ] then + { + patches = [ + ./2_7/0001-ProtoManifest-sort-files-in-constructor.patch + ./2_7/0002-emit-json-in-.DepotDownload.patch + ./2_7/0003-thats-just-like-your-opinion-man.patch + ]; + } else builtins.abort "version of DepotDownloader not covered by patches" ) -- cgit v1.2.3