Merge pull request #7346 from k0ral/glances

glances: 2.1 -> 2.3
This commit is contained in:
Pascal Wittmann 2015-04-13 11:45:19 +02:00
commit 367b4e48a7

View File

@ -5298,14 +5298,14 @@ let
glances = buildPythonPackage rec { glances = buildPythonPackage rec {
name = "glances-${version}"; name = "glances-${version}";
version = "2.1"; version = "2.3";
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 = "1bgr7lif0bpnz39arcdrsfdy7ra4c3ay2pxz1lvh4fqxyxwp3gm6"; sha256 = "09x9g4wzfxfhpby3aa1fbhw3iqv1vyd6h526nrm9612ba5d0myh9";
}; };
doCheck = false; doCheck = false;