Merge pull request #82101 from bhipple/u/rust-cargo-httplz
httplz: upgrade cargo fetcher and cargoSha256
This commit is contained in:
commit
977a5bd038
@ -21,10 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoBuildFlags = [ "--bin httplz" ];
|
||||
cargoPatches = [ ./cargo-lock.patch ];
|
||||
# Delete this on next update; see #79975 for details
|
||||
legacyCargoFetcher = true;
|
||||
|
||||
cargoSha256 = "1ajxfvj1pv6yq84zgrh7vjzghpb2y8qd5r09gzwdvww5rbj920fq";
|
||||
cargoSha256 = "13hk9m09jff3bxbixsjvksiir4j4mak4ckvlq45bx5d5lh8sapxl";
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/httplz \
|
||||
|
Loading…
Reference in New Issue
Block a user