onefetch: upgrade cargo fetcher and cargoSha256

This commit is contained in:
Benjamin Hipple 2020-03-08 22:10:27 -04:00
parent ec99107633
commit 2fd069c4e5

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 ];