6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-eyRI4ZVp9HPMvpzyV9sQdh2r966pCdyUPnEhxGkzH3Q=";
15 cargoHash = "sha256-QQ43dT9BTu7qCzpnTGKzlVL6jKDXofXStYWYNLHSuVs=";
17 nativeBuildInputs = [ rustPlatform.bindgenHook ];
20 description = "Command-line tool to easily kill processes running on a specified port";
21 homepage = "https://github.com/jkfran/killport";
22 license = licenses.mit;
23 maintainers = with maintainers; [ sno2wman ];
24 mainProgram = "killport";