Merge pull request #287942 from r-ryantm/auto-update/parallel-disk-usage

parallel-disk-usage: 0.9.0 -> 0.9.1
This commit is contained in:
a-n-n-a-l-e-e 2024-02-10 23:39:21 -08:00 committed by GitHub
commit f8ed07ecd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,22 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "parallel-disk-usage";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "KSXGitHub";
repo = pname;
rev = version;
hash = "sha256-kOMbVKwnGh47zZkWAWkctfTIE5F8oeSnAgJEU/OdsQc=";
hash = "sha256-Bo2fBOGuAur3dQtBdcbeDRBgp+bFpi86dZQjSuZpEc8=";
};
cargoHash = "sha256-Jk9sNvApq4t/FoEzfjlDT2Td5sr38Jbdo6RoaOVQJK8=";
checkFlags = [
# test example is ordered wrong on some systems
# https://github.com/KSXGitHub/parallel-disk-usage/issues/251
"--skip=multiple_names"
];
cargoHash = "sha256-V7j2dvu7Z3Xq8WGoFxl6DjO8sYU8+ZNC9V6qqdYIuQo=";
meta = with lib; {
description = "Highly parallelized, blazing fast directory tree analyzer";