clock-rs: use fetchCargoVendor

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 15:06:48 +01:00
parent 18ddc59a45
commit 685fc65c3d
+2 -1
View File
@@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "06spnadlgy7902bqhhi6019ay5y55qfrarsfidp938icali9q5pi";
};
cargoHash = "sha256-ir/IwhREheMSdElLYqp3/zHE54BMAK5/7f5/wyTd1yc=";
useFetchCargoVendor = true;
cargoHash = "sha256-3XIPrKt6oYugIo5erBE/od55AvBGEZe46l8DMXhhzF4=";
meta = {
description = "Modern, digital clock that effortlessly runs in your terminal";