diff options
author | yuuko <yuuko@partyvan.io> | 2024-11-27 17:22:03 -0800 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2024-11-27 17:22:03 -0800 |
commit | 0d7306a1ed22896a4d213a8c8057d488a9912702 (patch) | |
tree | e25de91707260b5a356bf2b661c76e287efea014 /srcds-pkgs/depotdownloader-json/default.nix | |
parent | c0822927113e1f62f0447587455b8f9495340c62 (diff) |
Diffstat (limited to 'srcds-pkgs/depotdownloader-json/default.nix')
-rw-r--r-- | srcds-pkgs/depotdownloader-json/default.nix | 8 |
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" ) |