ikill: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-11-22 05:49:57 +00:00 committed by Bobby Rong
parent 8e3c88f66e
commit 766cc473f7

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "ikill";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "pjmp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sxFuDHlrEO2/gA9I++yNAISvsF7wFjSMUI+diVM/+EI=";
sha256 = "sha256-hOQBBwxkVnTkAZJi84qArwAo54fMC0zS+IeYMV04kUs=";
};
cargoSha256 = "sha256-dJa+bXJTA2Jju1p29Fyj87N0Pr/l6XRr3QqemhD2BAA=";
cargoSha256 = "sha256-zKa2FP0lBS2XjgPWfyPZ60aHyeAe0uNIFbmuX4Uo1rA=";
meta = with lib; {
description = "Interactively kill running processes";