pythonPackages.glances: 2.4.2 -> 2.6.2
This commit is contained in:
parent
7da3f455cd
commit
e70d30c5e1
@ -10644,14 +10644,14 @@ in modules // {
|
|||||||
|
|
||||||
glances = buildPythonPackage rec {
|
glances = buildPythonPackage rec {
|
||||||
name = "glances-${version}";
|
name = "glances-${version}";
|
||||||
version = "2.4.2";
|
version = "2.6.2";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "nicolargo";
|
owner = "nicolargo";
|
||||||
repo = "glances";
|
repo = "glances";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ghx62z63yyf8wv4bcvfxwxs5mc7b4nrcss6lc1i5s0yjvzvyi6h";
|
sha256 = "0gysvx1yai303gb9ks5z3jy1qk7ilnwwy30l7gp3kyfbv2cifbb1";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -10666,6 +10666,8 @@ in modules // {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "http://nicolargo.github.io/glances/";
|
homepage = "http://nicolargo.github.io/glances/";
|
||||||
description = "Cross-platform curses-based monitoring tool";
|
description = "Cross-platform curses-based monitoring tool";
|
||||||
|
license = licenses.lgpl2;
|
||||||
|
maintainers = with maintainers; [ koral ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user