1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-TTgsfoJ3TEK7wyRJfBIxvPA53wZbq7KJ4LxjUbrHE4Y=";
14 cargoSha256 = "sha256-s5e997I7YiDKF6rOB0XwcxbnHR8AifYPX9ctvdz8VTw=";
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 ];