{ lib, rustPlatform, fetchFromGitHub, }: let rustUtils = import ../lib/rust-utils.nix { inherit lib rustPlatform fetchFromGitHub; }; in rustUtils.mkRustPackage { pname = "cargo-clean-all"; version = "21b0d4a451629f1f9073dbab8b32a6de85b33f75"; githubOwner = "dnlmlr"; githubHash = "sha256-rNwAzpBUAFDt6SpVi1htAMTB7TUD4YqpxJkd3hYCPAQ="; cargoHash = "sha256-/2wCKAmYYKMYe6V6Y1DPfaE+/WuhFs9zX4+B2OtxGBc="; license = lib.licenses.mit; maintainers = with lib.maintainers; [ Fuwn ]; }