Merge pull request #80308 from bhipple/u/rust-cargo-amber

amber: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-17 08:48:54 -05:00 committed by GitHub
commit 05d0609cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0k70rk19hwdlhhqm91x12xcb8r09kzpijs0xwhplrwdh86qfxymx";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0hh3sgcdcp0llgf3i3dysrr3vry3fv3fzzf44ad1953d5mnyhvap";
cargoSha256 = "0g8n3r6bdsfl1417wnss3ggnv5ywz8mx53hjglshmln40552znh3";
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;