Commit 9e212d6d authored by R. RyanTM's avatar R. RyanTM
Browse files

glances: 4.1.2.1 -> 4.2.0

parent b50e35f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

buildPythonApplication rec {
  pname = "glances";
  version = "4.1.2.1";
  version = "4.2.0";
  disabled = isPyPy;

  src = fetchFromGitHub {
    owner = "nicolargo";
    repo = "glances";
    rev = "refs/tags/v${version}";
    hash = "sha256-SlKt+wjzI9QRmMVvbIERuhQuCCaOh7L89WuNUXNhkuI=";
    hash = "sha256-liyrMaqBgK7UZjWIKIgIFbskTGaWfyrK8L74DKmaDmY=";
  };

  # On Darwin this package segfaults due to mismatch of pure and impure