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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user