1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-m00zRNnryty96+pmZ2/ZFk61vy7b0yiWpomWzAHUAMk=";
14 cargoHash = "sha256-hG4bvcGYNwdNX9Wsdw30i3a3Ttxud+quNZpolgVKXQE=";
17 description = "Save disk space by cleaning unneeded files from software projects";
18 homepage = "https://github.com/tbillington/kondo";
19 license = licenses.mit;
20 maintainers = with maintainers; [ Br1ght0ne ];