lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ikill: 1.5.0 -> 1.6.0

authored by

R. Ryantm and committed by
Bobby Rong
766cc473 8e3c88f6

+3 -3
+3 -3
pkgs/tools/misc/ikill/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "ikill"; 5 - version = "1.5.0"; 5 + version = "1.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "pjmp"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-sxFuDHlrEO2/gA9I++yNAISvsF7wFjSMUI+diVM/+EI="; 11 + sha256 = "sha256-hOQBBwxkVnTkAZJi84qArwAo54fMC0zS+IeYMV04kUs="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-dJa+bXJTA2Jju1p29Fyj87N0Pr/l6XRr3QqemhD2BAA="; 14 + cargoSha256 = "sha256-zKa2FP0lBS2XjgPWfyPZ60aHyeAe0uNIFbmuX4Uo1rA="; 15 15 16 16 meta = with lib; { 17 17 description = "Interactively kill running processes";