···1212 # Since then, `dust` has been freed up, allowing this package to take that attribute.
1313 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname.
1414 pname = "du-dust";
1515- version = "1.2.0";
1515+ version = "1.2.1";
16161717 src = fetchFromGitHub {
1818 owner = "bootandy";
1919 repo = "dust";
2020 tag = "v${finalAttrs.version}";
2121- hash = "sha256-MmlCTF7tZBBOCnyhUjTatDjajFMGd+Nk2kYyxjzZc04=";
2121+ hash = "sha256-3Mk2gPlnm2kTRbn74T1YDH/DnjAyhFZQFK83OQaDNeo=";
2222 # Remove unicode file names which leads to different checksums on HFS+
2323 # vs. other filesystems because of unicode normalisation.
2424 postFetch = ''
···2727 };
28282929 useFetchCargoVendor = true;
3030- cargoHash = "sha256-H2tfDZBhIRRrdak8TWjzzjeJBQmYZVWqXNtxTnBnbDk=";
3030+ cargoHash = "sha256-IZv4XQmBvxUp5k5bn5B4qTJAVBrRO0OZaUlqCni6NpI=";
31313232 nativeBuildInputs = [ installShellFiles ];
3333