summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2025-01-23 14:35:41 +0100
committerAlyssa Ross <hi@alyssa.is>2025-01-23 14:35:41 +0100
commitc368e3cb07b0d6949085faca436b37e4f002e3ad (patch)
treec02715adfc3ef22d9f3e87bed6523300dd30f302 /pkgs/development/python-modules/httpserver
parent2aa9dde422e6eb3d6bbc7839dfc9e0f4b21e5624 (diff)
treewide: migrate to fetchCargoVendor, batch 3
Cargo 1.84.0 seems to have changed the output format of cargo vendor again, once again invalidating fetchCargoTarball FOD hashes. It's time to fix this once and for all, switching across the board to fetchCargoVendor, which is not dependent on cargo vendor's output format. It should be possible to reproduce this diff. To do so, get the list of files changed by this commit, e.g. with git diff --name-only, then run the following two commands, each with that list of files as their standard input: xargs sed -i 's/fetchCargoTarball/fetchCargoVendor/' cut -d / -f 4 | xargs -n 1 nix-update --version=skip This will take a long time. It might be possible to parallelize it using xargs' -P option. I haven't tested it.
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions