parallel-disk-usage: 0.11.1 -> 0.12.0 (#421195)

Co-authored-by: peret <peret@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-30 10:52:51 +00:00
committed by GitHub
co-authored by peret
@@ -5,17 +5,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "parallel-disk-usage";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "KSXGitHub";
repo = "parallel-disk-usage";
rev = version;
hash = "sha256-yjNz51L/r1jqgeO0qhe8uR4Pn52acle+EmurZqVpWfI=";
hash = "sha256-Wj19lWepCrZe36njX+NMdpwXeRRh3ml9jKbbi7irrpg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-v+cJ1Hw4cae/8A1MpHbIfGRVamI58byqfBLNCKKAHWk=";
cargoHash = "sha256-UK+jonM/ZBGoCKFcQlCo5OqYtKeU0VIWtx83oBh3lJQ=";
meta = with lib; {
description = "Highly parallelized, blazing fast directory tree analyzer";