pythonPackages.glances: 2.11 -> 2.11.1

This commit is contained in:
Michael Weiss 2017-09-09 14:45:28 +02:00
parent b5c9a47b85
commit 8e3681d8bb

View File

@ -10082,14 +10082,14 @@ in {
glances = buildPythonPackage rec { glances = buildPythonPackage rec {
name = "glances-${version}"; name = "glances-${version}";
version = "2.11"; version = "2.11.1";
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 = "01vnrr37jbpzrz6w670l3g3bv60xl50w41rn1dl99wp2fr460ndn"; sha256 = "1n3x0bkydlqmxdr0wdgfgichp8fyldzkaijj618y5ns2k5qiwsxr";
}; };
doCheck = false; doCheck = false;
@ -10105,7 +10105,7 @@ in {
homepage = "https://nicolargo.github.io/glances/"; homepage = "https://nicolargo.github.io/glances/";
description = "Cross-platform curses-based monitoring tool"; description = "Cross-platform curses-based monitoring tool";
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ koral ]; maintainers = with maintainers; [ primeos koral ];
}; };
}; };