Merge pull request #81256 from bhipple/u/rust-cargo-diskus

diskus: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas
2020-02-28 09:31:44 -05:00
committed by GitHub

View File

@@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "07wsl1vw2aimgmrlri03pfcxv13klqxyvmmsbzgnq9sc9qzzy8gp";
cargoSha256 = "0bivmjn7h4lfp5azbc6q0xiqq3fk68jdd4kwrwgbxiljg4xd2qy8";
meta = with stdenv.lib; {
description = "A minimal, fast alternative to 'du -sh'";