Unverified Commit 6dc89880 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #298700 from qubitnano/origin-glances

glances: 3.4.0.3 -> 3.4.0.5
parents f6abf2a2 35a41d0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonApplication rec {
  pname = "glances";
  version = "3.4.0.3";
  version = "3.4.0.5";
  disabled = isPyPy;

  src = fetchFromGitHub {
    owner = "nicolargo";
    repo = "glances";
    rev = "refs/tags/v${version}";
    hash = "sha256-TakQqyHKuiFdBL73JQzflNUMYmBINyY0flqitqoIpmg=";
    hash = "sha256-Ho4vcmTEVja7rkgLSfNkXvnpopYupRxPL1UVlnmdGCg=";
  };

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