Skip to content

Commit

Permalink
tpsecore: useFetchCargoVendor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alyssais committed Jan 30, 2025
1 parent d5d4a12 commit 598d1f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/tp/tpsecore/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ rustPlatform.buildRustPackage {
hash = "sha256-+OynnLMBEiYwdFzxGzgkcBN6xrHoH1Q6O5i+OW7RBLo=";
};

cargoHash = "sha256-mPaWXiDjJd/uTBpktauKWg8X9sNBb3FXw5BSGB33NxI=";
useFetchCargoVendor = true;
cargoHash = "sha256-EM/THiR0NV4N3mFGjRYe1cpaF82rCYnOPLxv67BronU=";

nativeBuildInputs = [
wasm-pack
Expand Down

0 comments on commit 598d1f7

Please sign in to comment.