Skip to content

Commit

Permalink
turn-rs: 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 04a8526 commit d3f1aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/tu/turn-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-4I4mjG/euBL08v4xZdnrI8aTGVo5z2F2FDYtxKW1Qt8=";
};

cargoHash = "sha256-yRlfqG6WEtF9ebHm8Mh4FtzfoRoaQhBnOQotSpisLck=";
useFetchCargoVendor = true;
cargoHash = "sha256-qSYGcZdMn7uelufs6z1UQtLxrRbBGNf3o1a1jR+qiqo=";

passthru = {
updateScript = nix-update-script { };
Expand Down

0 comments on commit d3f1aa4

Please sign in to comment.