Unverified Commit bf37437b authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232257 from nagy/cpustat

cpustat: 0.02.17 -> 0.02.19
parents 56d57338 42fca750
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "cpustat";
  version = "0.02.17";
  version = "0.02.19";

  src = fetchFromGitHub {
    owner = "ColinIanKing";
    repo = pname;
    rev = "V${version}";
    hash = "sha256-4HDXRtklzQSsywCGCTKdz6AtZta9R1mx7qkT7skX6Kc=";
    hash = "sha256-MujdgA+rFLrRc/N9yN7udnarA1TCzX//95hoXTUHG8Q=";
  };

  buildInputs = [ ncurses ];