We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d849225 + c50d6c3 commit 88f789eCopy full SHA for 88f789e
pkgs/by-name/pa/parallel-disk-usage/package.nix
@@ -5,16 +5,16 @@
5
}:
6
rustPlatform.buildRustPackage rec {
7
pname = "parallel-disk-usage";
8
- version = "0.20.0";
+ version = "0.21.0";
9
10
src = fetchFromGitHub {
11
owner = "KSXGitHub";
12
repo = "parallel-disk-usage";
13
rev = version;
14
- hash = "sha256-Xzc+1cPs84o58G7n8hEN9vtaz3bw3TrwodphK45Iq2g=";
+ hash = "sha256-QPZT/SBiF6vDAhQzlxh+encoxbZ9Hi2kOZ2XalZkErg=";
15
};
16
17
- cargoHash = "sha256-qSQpjYydpjVUP5AO2sPshP/HZzeVihwlJxyabml67js=";
+ cargoHash = "sha256-plC+VB6dp7W7dROdYwmhTMpPHEwRSgsArwY9jrYycBk=";
18
19
meta = with lib; {
20
description = "Highly parallelized, blazing fast directory tree analyzer";
0 commit comments