roogle: useFetchCargoVendor

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.
This commit is contained in:
Alyssa Ross
2025-01-30 16:28:30 +01:00
parent a01a9174c3
commit 17d57b3e83
+2 -1
View File
@@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-oeQwRcDn4X/CL+O4APmGv9T19c9oD5tCBRz4K41K1Zg=";
};
cargoHash = "sha256-x5OHZEr4TI7PXvRKQVWxwsrgbIvUjo7fq8zj1DL9slc=";
useFetchCargoVendor = true;
cargoHash = "sha256-lmRo6Q67hJ3hv0jQt6epiNOckRv0rA0a0DNEKIdDoUE=";
meta = with lib; {
description = "Rust API search engine which allows you to search functions by names and type signatures";