···12 # Since then, `dust` has been freed up, allowing this package to take that attribute.
13 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname.
14 pname = "du-dust";
15- version = "1.2.0";
1617 src = fetchFromGitHub {
18 owner = "bootandy";
19 repo = "dust";
20 tag = "v${finalAttrs.version}";
21- hash = "sha256-MmlCTF7tZBBOCnyhUjTatDjajFMGd+Nk2kYyxjzZc04=";
22 # Remove unicode file names which leads to different checksums on HFS+
23 # vs. other filesystems because of unicode normalisation.
24 postFetch = ''
···27 };
2829 useFetchCargoVendor = true;
30- cargoHash = "sha256-H2tfDZBhIRRrdak8TWjzzjeJBQmYZVWqXNtxTnBnbDk=";
3132 nativeBuildInputs = [ installShellFiles ];
33
···12 # Since then, `dust` has been freed up, allowing this package to take that attribute.
13 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname.
14 pname = "du-dust";
15+ version = "1.2.1";
1617 src = fetchFromGitHub {
18 owner = "bootandy";
19 repo = "dust";
20 tag = "v${finalAttrs.version}";
21+ hash = "sha256-3Mk2gPlnm2kTRbn74T1YDH/DnjAyhFZQFK83OQaDNeo=";
22 # Remove unicode file names which leads to different checksums on HFS+
23 # vs. other filesystems because of unicode normalisation.
24 postFetch = ''
···27 };
2829 useFetchCargoVendor = true;
30+ cargoHash = "sha256-IZv4XQmBvxUp5k5bn5B4qTJAVBrRO0OZaUlqCni6NpI=";
3132 nativeBuildInputs = [ installShellFiles ];
33