···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.2";
1515+ version = "1.2.3";
16161717 src = fetchFromGitHub {
1818 owner = "bootandy";
1919 repo = "dust";
2020 tag = "v${finalAttrs.version}";
2121- hash = "sha256-tj+prO7KZrw0lrZahbw0c8TcfNrIc1Z08Tm1MHpOFLM=";
2121+ hash = "sha256-AB7NTiH9Q2SNIxFXsVTPHFs+DDVRn3egk7rZKgtYs0c=";
2222 # Remove unicode file names which leads to different checksums on HFS+
2323 # vs. other filesystems because of unicode normalisation.
2424 postFetch = ''
···2626 '';
2727 };
28282929- cargoHash = "sha256-1pKk41dQlcrPzJ01uvo87G9iTDiBq9XHGOoZ0OH4Mls=";
2929+ cargoHash = "sha256-TE+VkMDcfTMSyclyRf1HiNF7Q+qgIVI5x/f8Cou/4I4=";
30303131 nativeBuildInputs = [ installShellFiles ];
3232