Loading pkgs/tools/misc/dust/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "du-dust"; version = "0.8.4"; version = "0.8.5"; src = fetchFromGitHub { owner = "bootandy"; repo = "dust"; rev = "v${version}"; sha256 = "sha256-g1i003nBbTYIuKG4ZCQSoI8gINTVc8BKRoO3UOeHOGE="; sha256 = "sha256-NP87I2D3+hKfyeK+QawVopSJOKYmGNH9XvNR9GTQcls="; # Remove unicode file names which leads to different checksums on HFS+ # vs. other filesystems because of unicode normalisation. postFetch = '' Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { ''; }; cargoHash = "sha256-jtQ/nkD5XMD2rsq550XsRK416wOCR3OuhgGPeuC3jzc="; cargoHash = "sha256-weg1etimlSenKP6UNuO8iM7gbH3+7XP98xYE4VlHhhs="; nativeBuildInputs = [ installShellFiles ]; Loading Loading
pkgs/tools/misc/dust/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "du-dust"; version = "0.8.4"; version = "0.8.5"; src = fetchFromGitHub { owner = "bootandy"; repo = "dust"; rev = "v${version}"; sha256 = "sha256-g1i003nBbTYIuKG4ZCQSoI8gINTVc8BKRoO3UOeHOGE="; sha256 = "sha256-NP87I2D3+hKfyeK+QawVopSJOKYmGNH9XvNR9GTQcls="; # Remove unicode file names which leads to different checksums on HFS+ # vs. other filesystems because of unicode normalisation. postFetch = '' Loading @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { ''; }; cargoHash = "sha256-jtQ/nkD5XMD2rsq550XsRK416wOCR3OuhgGPeuC3jzc="; cargoHash = "sha256-weg1etimlSenKP6UNuO8iM7gbH3+7XP98xYE4VlHhhs="; nativeBuildInputs = [ installShellFiles ]; Loading