gotop: 4.0.1 -> 4.1.0

https://github.com/xxxserxxx/gotop/releases/tag/v4.1.0
This commit is contained in:
Mario Rodas 2021-01-27 08:10:11 -05:00
parent 3285bc8219
commit cdd111b525

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "gotop";
version = "4.0.1";
version = "4.1.0";
src = fetchFromGitHub {
owner = "xxxserxxx";
repo = pname;
rev = "v${version}";
sha256 = "10qfzmq1wdgpvv319khzicalix1x4fqava0wry3bzz84k5c9dabs";
sha256 = "09cs97fjjxcjxzsl2kh8j607cs5zy2hnrh1pb21pggzhg7dzsz0w";
};
runVend = true;
vendorSha256 = "09vdhdgj74ifdhl6rmxddkvk7ls26jn8gswzcxf9389zkjzi7822";
vendorSha256 = "1mbjl7b49naaqkr2j658j17z9ryf5g3x6q34gvmrm7n9y082ggnz";
preCheck = ''
export HOME=$(mktemp -d)
@ -21,7 +21,8 @@ buildGoModule rec {
meta = with lib; {
description = "A terminal based graphical activity monitor inspired by gtop and vtop";
homepage = "https://github.com/xxxserxxx/gotop";
license = licenses.agpl3;
changelog = "https://github.com/xxxserxxx/gotop/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ maintainers.magnetophon ];
platforms = platforms.unix;
};