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:
commit
f8ed07ecd1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user