Merge pull request #138896 from r-ryantm/auto-update/du-dust

du-dust: 0.6.2 -> 0.7.5

authored by figsoda and committed by GitHub 8fbc60de cacb8091

+3 -3
+3 -3
pkgs/tools/misc/dust/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "du-dust"; 5 - version = "0.6.2"; 6 7 src = fetchFromGitHub { 8 owner = "bootandy"; 9 repo = "dust"; 10 rev = "v${version}"; 11 - sha256 = "sha256-5GhoL3by4sXhFJrNZi/UlERBa+s2oqDVVJODY0kdfxI="; 12 # Remove unicode file names which leads to different checksums on HFS+ 13 # vs. other filesystems because of unicode normalisation. 14 extraPostFetch = '' ··· 16 ''; 17 }; 18 19 - cargoSha256 = "sha256-cgH3jrZPGUHiBDeJ9qj80dU+Vbz+wHMOsCaGAvJY6mg="; 20 21 doCheck = false; 22
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "du-dust"; 5 + version = "0.7.5"; 6 7 src = fetchFromGitHub { 8 owner = "bootandy"; 9 repo = "dust"; 10 rev = "v${version}"; 11 + sha256 = "sha256-0r0cDzW18uF7DHvzkUCHHHN+2M21xdi2ffPwDGMtyw8="; 12 # Remove unicode file names which leads to different checksums on HFS+ 13 # vs. other filesystems because of unicode normalisation. 14 extraPostFetch = '' ··· 16 ''; 17 }; 18 19 + cargoSha256 = "sha256-LAow4DVqON5vrYBU8v8wzg/HcHxm1GqS9DMre3y12Jo="; 20 21 doCheck = false; 22