Skip to content

Commit

Permalink
Merge pull request #81256 from bhipple/u/rust-cargo-diskus
Browse files Browse the repository at this point in the history
diskus: upgrade cargo fetcher and cargoSha256
  • Loading branch information
marsam committed Feb 28, 2020
2 parents 475eaa1 + bb8d5b8 commit abf6cdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/tools/misc/diskus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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'";
Expand Down

0 comments on commit abf6cdb

Please sign in to comment.