diff options
-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" ) |