1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-hOQBBwxkVnTkAZJi84qArwAo54fMC0zS+IeYMV04kUs=";
14 cargoHash = "sha256-zKa2FP0lBS2XjgPWfyPZ60aHyeAe0uNIFbmuX4Uo1rA=";
17 description = "Interactively kill running processes";
18 homepage = "https://github.com/pjmp/ikill";
19 maintainers = with maintainers; [ zendo ];
20 license = [ licenses.mit ];
21 platforms = platforms.linux;
22 mainProgram = "ikill";