Skip to content

Commit

Permalink
diskus: 0.7.0 -> 0.8.0 (#368688)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 30, 2024
2 parents 7d573c8 + d2b1dd8 commit b0c367e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/diskus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

rustPlatform.buildRustPackage rec {
pname = "diskus";
version = "0.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "sharkdp";
repo = "diskus";
rev = "v${version}";
sha256 = "sha256-SKd2CU0F2iR4bSHntu2VKvZyjjf2XJeXJG6XS/fIBMU=";
sha256 = "sha256-88+U5Y2CC0PhikRO3VqoUwZEYZjwln+61OPWbLLb8T0=";
};

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];

cargoHash = "sha256-qNXv6Z9sKl7rol78UTOSRFML/JCGfOJMGOdt49KHD50=";
cargoHash = "sha256-7xGt+HDX20Bxwdff0Ca/D6lcT3baumeiUmIPXSh5NYM=";

meta = with lib; {
description = "Minimal, fast alternative to 'du -sh'";
Expand Down

0 comments on commit b0c367e

Please sign in to comment.