Merge pull request #82103 from bhipple/u/rust-cargo-onefetch

onefetch: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas
2020-03-08 21:38:09 -05:00
committed by GitHub

View File

@@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1sgpai3gx3w7w3ilmbnmzgdxdim6klkfiqaqxmffpyap6qgksfqs";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1phv06zf47bv5cmhypivljfiynrblha0kj13c5al9l0hd1xx749h";
cargoSha256 = "18z887mklynxpjci6va4i5zhg90j824avykym24vbz9w97nqpdd5";
buildInputs = with stdenv;
lib.optionals isDarwin [ CoreFoundation libiconv libresolv Security ];