mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #82100 from bhipple/u/rust-cargo-gnirehtet
gnirehtet: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
fe7cb218c0
1 changed files with 1 additions and 4 deletions
|
@ -25,10 +25,7 @@ rustPlatform.buildRustPackage {
|
|||
sha256 = "1c99d6zpjxa8xlrg0n1825am20d2pjiicfcjwv8iay9ylfdnvygl";
|
||||
};
|
||||
sourceRoot = "source/relay-rust";
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1l1cirhmfkpa466vksynlhwggsfiahws7cpsxydrc414l415l283";
|
||||
cargoSha256 = "0rb5xcqg5ikgrxpmzrql5n298j50aqgkkp45znbfv2x2n40dywad";
|
||||
|
||||
patchFlags = [ "-p2" ];
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue