7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "mihai-dinculescu";
15 sha256 = "sha256-xMYpZ6a8HdULblkfEqnqLjX8OVFJWx8MHDGNhuFzdTc=";
18 cargoHash = "sha256-/cne7uTGyxgTRONWMEE5dPbPDnCxf+ZnYzYXRAeHJyQ=";
21 updateScript = nix-update-script { };
25 description = ''Cargo subcommand "wipe": recursively finds and optionally wipes all "target" or "node_modules" folders'';
26 mainProgram = "cargo-wipe";
27 homepage = "https://github.com/mihai-dinculescu/cargo-wipe";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ otavio ];