lol

dust: 1.2.2 -> 1.2.3 (#429964)

authored by

Felix Bargfeldt and committed by
GitHub
edbc31e6 06e240f8

+3 -3
+3 -3
pkgs/by-name/du/dust/package.nix
··· 12 12 # Since then, `dust` has been freed up, allowing this package to take that attribute. 13 13 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname. 14 14 pname = "du-dust"; 15 - version = "1.2.2"; 15 + version = "1.2.3"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "bootandy"; 19 19 repo = "dust"; 20 20 tag = "v${finalAttrs.version}"; 21 - hash = "sha256-tj+prO7KZrw0lrZahbw0c8TcfNrIc1Z08Tm1MHpOFLM="; 21 + hash = "sha256-AB7NTiH9Q2SNIxFXsVTPHFs+DDVRn3egk7rZKgtYs0c="; 22 22 # Remove unicode file names which leads to different checksums on HFS+ 23 23 # vs. other filesystems because of unicode normalisation. 24 24 postFetch = '' ··· 26 26 ''; 27 27 }; 28 28 29 - cargoHash = "sha256-1pKk41dQlcrPzJ01uvo87G9iTDiBq9XHGOoZ0OH4Mls="; 29 + cargoHash = "sha256-TE+VkMDcfTMSyclyRf1HiNF7Q+qgIVI5x/f8Cou/4I4="; 30 30 31 31 nativeBuildInputs = [ installShellFiles ]; 32 32