1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 01:51:24 +00:00

pythonPackages.glances: 2.4.2 -> 2.6.2

This commit is contained in:
koral 2016-07-10 20:33:00 +02:00
parent 7da3f455cd
commit e70d30c5e1

View file

@ -10644,14 +10644,14 @@ in modules // {
glances = buildPythonPackage rec {
name = "glances-${version}";
version = "2.4.2";
version = "2.6.2";
disabled = isPyPy;
src = pkgs.fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "v${version}";
sha256 = "1ghx62z63yyf8wv4bcvfxwxs5mc7b4nrcss6lc1i5s0yjvzvyi6h";
sha256 = "0gysvx1yai303gb9ks5z3jy1qk7ilnwwy30l7gp3kyfbv2cifbb1";
};
doCheck = false;
@ -10666,6 +10666,8 @@ in modules // {
meta = {
homepage = "http://nicolargo.github.io/glances/";
description = "Cross-platform curses-based monitoring tool";
license = licenses.lgpl2;
maintainers = with maintainers; [ koral ];
};
};