aboutsummaryrefslogtreecommitdiff
path: root/srcds-pkgs
diff options
context:
space:
mode:
authoryuuko <yuuko@partyvan.io>2024-11-27 17:22:03 -0800
committeryuuko <yuuko@partyvan.io>2024-11-27 17:22:03 -0800
commit0d7306a1ed22896a4d213a8c8057d488a9912702 (patch)
treee25de91707260b5a356bf2b661c76e287efea014 /srcds-pkgs
parentc0822927113e1f62f0447587455b8f9495340c62 (diff)
depotdownloader-json: prepare for 2.7.4HEADmaster
Diffstat (limited to 'srcds-pkgs')
-rw-r--r--srcds-pkgs/depotdownloader-json/default.nix8
1 files changed, 8 insertions, 0 deletions
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"
)