Skip to content

Commit

Permalink
parallel-disk-usage: 0.10.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent afe2749 commit 8fc4745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/parallel-disk-usage/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "parallel-disk-usage";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "KSXGitHub";
repo = pname;
rev = version;
hash = "sha256-BeTidzXcCSe2IEXHAPpG9ZZJV/l/g09gtlZ9JNOuvsw=";
hash = "sha256-0SK7v5xKMPuukyYKaGk13PE3WygHginjnyoatkA5xFQ=";
};

cargoHash = "sha256-rATv8Bg9g2vVyTWCjGPaBtvVgtqQCSs/RurvKmafG/8=";
cargoHash = "sha256-T/TjiqBZJINgiuTLWD+JBCUDEQBs2b/hvZn9E2uxkYc=";

meta = with lib; {
description = "Highly parallelized, blazing fast directory tree analyzer";
Expand Down

0 comments on commit 8fc4745

Please sign in to comment.