Merge pull request #80307 from bhipple/u/rust-cargo-ruplacer

ruplacer: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-02-17 08:13:21 -05:00 committed by GitHub
commit 8ae9c8e206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0yj753d9wsnp4s5a71ph241jym5rfz3161a1v3qxfc4w23v86j1q";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1lzw4x40j25khf68x5srj8i05c11ls5y7km206vxn19vsy9ah4k9";
cargoSha256 = "0wrv4k63pc1v0apmxmmci9qaykcv9ig3nfxy6id5caqrckp73cr4";
buildInputs = (stdenv.lib.optional stdenv.isDarwin Security);