Merge pull request #82101 from bhipple/u/rust-cargo-httplz

httplz: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas
2020-03-08 22:31:03 -05:00
committed by GitHub

View File

@@ -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 \