nixpkgs/pkgs/by-name/fb
Alyssa Ross 63bff8c132
treewide: migrate to fetchCargoVendor, batch 1
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/^\(. *\)\(cargoHash\)\b/\1useFetchCargoVendor = true;\n\1cargoHash/'
	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.
2025-01-23 11:46:43 +01:00
..
fb303 fb303: add patch for glog ≥ 0.7.0 2025-01-06 23:21:23 +00:00
fbcat treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbida treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbjni treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fblog treewide: migrate to fetchCargoVendor, batch 1 2025-01-23 11:46:43 +01:00
fbmark treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbmenugen treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbpanel treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbset treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbterm treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbthrift fbthrift: add patch for glog ≥ 0.7.0 2025-01-06 23:09:30 +00:00
fbv treewide: format all inactive Nix files 2024-12-10 20:27:17 +01:00
fbvnc fbvnc: fix build with GCC 14 2025-01-03 08:27:28 +01:00