kmon: 1.4.0 -> 1.5.1

Closes #99482
This commit is contained in:
Sandro Jäckel 2020-10-11 01:38:58 +02:00
parent 2085a25425
commit 24123898d2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform, python3, libxcb }: { lib, fetchFromGitHub, rustPlatform, python3, libxcb }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "kmon"; pname = "kmon";
version = "1.4.0"; version = "1.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "orhun"; owner = "orhun";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1f9q4bc1kr1hgwf8byj13d6vsfs97wz7x10zwa82iv9b0wb1lr5w"; sha256 = "0j6w4rg2gybcy1cv812qixravy0z0xpp33snrng11q802zq3mkmq";
}; };
cargoSha256 = "1xy8rkba9idd0w4bnczmv4ll9awvar99vb7s0jd25fjbzqqlz820"; cargoSha256 = "0x5s3yi5bv3h1k54lrgcvkpdkmfphvwhnrmk5lmk6xd9pxfh218p";
nativeBuildInputs = [ python3 ]; nativeBuildInputs = [ python3 ];
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
install -D man/kmon.8 -t $out/share/man/man8/ install -D man/kmon.8 -t $out/share/man/man8/
''; '';
meta = with stdenv.lib; { meta = with lib; {
description = "Linux Kernel Manager and Activity Monitor"; description = "Linux Kernel Manager and Activity Monitor";
homepage = "https://github.com/orhun/kmon"; homepage = "https://github.com/orhun/kmon";
license = with licenses; [ gpl3 ]; license = with licenses; [ gpl3 ];