pythonPackages.glances: 2.11.1 -> 3.0

This commit is contained in:
Michael Weiss 2018-09-01 14:43:13 +02:00
parent 9e2e667d05
commit 173e48d5dd

View file

@ -5930,16 +5930,17 @@ in {
glances = buildPythonPackage rec {
name = "glances-${version}";
version = "2.11.1";
version = "3.0";
disabled = isPyPy;
src = pkgs.fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "v${version}";
sha256 = "1n3x0bkydlqmxdr0wdgfgichp8fyldzkaijj618y5ns2k5qiwsxr";
sha256 = "19pymw104l05af710ph69znqiz9av3if7436kigjlwd65gxnghkc";
};
# Requires access to /sys/class/power_supply
doCheck = false;
buildInputs = with self; [ unittest2 ];
@ -5950,7 +5951,7 @@ in {
'';
meta = {
homepage = "https://nicolargo.github.io/glances/";
homepage = https://nicolargo.github.io/glances/;
description = "Cross-platform curses-based monitoring tool";
license = licenses.lgpl3;
maintainers = with maintainers; [ primeos koral ];