Merge pull request #81258 from bhipple/u/rust-cargo-bandwhich

bandwhich: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Maximilian Bosch
2020-02-28 06:36:08 +01:00
committed by GitHub

View File

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