diff options
| author | yuuko <yuuko@partyvan.io> | 2026-01-03 14:38:34 -0800 |
|---|---|---|
| committer | ylh <yestin@ylh.io> | 2026-01-03 14:40:16 -0800 |
| commit | 8129ad2f5bd79b8778b30249e89a22ed9f65b402 (patch) | |
| tree | 3c738ed9d988b4c2f789b0309c33d917098a2523 /srcds-pkgs/depotdownloader-json/default.nix | |
| parent | 357c7ece8ebe441b78ca9f2f5a0bdd9cac2fa067 (diff) | |
depotdownloader-json: nixpkgs 25.05 (depotdownloader 3.1.0)
Diffstat (limited to 'srcds-pkgs/depotdownloader-json/default.nix')
| -rw-r--r-- | srcds-pkgs/depotdownloader-json/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/srcds-pkgs/depotdownloader-json/default.nix b/srcds-pkgs/depotdownloader-json/default.nix index 7fb5935..dce910b 100644 --- a/srcds-pkgs/depotdownloader-json/default.nix +++ b/srcds-pkgs/depotdownloader-json/default.nix @@ -90,6 +90,18 @@ else if builtins.elem version [ "2.7.4" ] then ./2_7/0003-thats-just-like-your-opinion-man.patch ]; } +else if builtins.elem version [ "3.1.0" ] then + { + patches = [ + ./2_7/0001-ProtoManifest-sort-files-in-constructor.patch + # they changed how they do their own serialisation. seeing as it's + # plain text now, it could make sense to just parse it ourselves and + # crank out our own json, and sort for reproducibility on our end too, + # but whatever, that's a flight of fancy for someone who cares + ./3_1/0002-ContentDownloader-save-manifest-as-json-also.patch + ./2_7/0003-thats-just-like-your-opinion-man.patch + ]; + } else builtins.abort "version of DepotDownloader not covered by patches" ) |
