epilys-bb: 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-25 11:34:55 +01:00
parent 9683e94ff5
commit 462666cb8e
+2 -1
View File
@@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-szeEBiolg2rVD2XZoNrncUYnA8KPhWwhQPYsjuxp904=";
};
cargoHash = "sha256-hQuWRcg9dWYYaHXxocJ+XG1K7aTWLhR2RZVUc4geJLI=";
useFetchCargoVendor = true;
cargoHash = "sha256-xUNvVG5jdAXsro2P8je3LFxqMycJEB4j7w3abf6jilw=";
meta = with lib; {
description = "Clean, simple, and fast process viewer";