Skip to content

Commit 88f789e

Browse files
authored
parallel-disk-usage: 0.20.0 -> 0.21.0 (#430845)
2 parents d849225 + c50d6c3 commit 88f789e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pa/parallel-disk-usage/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "parallel-disk-usage";
8-
version = "0.20.0";
8+
version = "0.21.0";
99

1010
src = fetchFromGitHub {
1111
owner = "KSXGitHub";
1212
repo = "parallel-disk-usage";
1313
rev = version;
14-
hash = "sha256-Xzc+1cPs84o58G7n8hEN9vtaz3bw3TrwodphK45Iq2g=";
14+
hash = "sha256-QPZT/SBiF6vDAhQzlxh+encoxbZ9Hi2kOZ2XalZkErg=";
1515
};
1616

17-
cargoHash = "sha256-qSQpjYydpjVUP5AO2sPshP/HZzeVihwlJxyabml67js=";
17+
cargoHash = "sha256-plC+VB6dp7W7dROdYwmhTMpPHEwRSgsArwY9jrYycBk=";
1818

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

0 commit comments

Comments
 (0)