Unverified Commit 3003a7a4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #327989 from r-ryantm/auto-update/cpustat

cpustat: 0.02.20 -> 0.02.21
parents 55c23af7 19421b47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "cpustat";
  version = "0.02.20";
  version = "0.02.21";

  src = fetchFromGitHub {
    owner = "ColinIanKing";
    repo ="cpustat";
    rev = "refs/tags/V${version}";
    hash = "sha256-cdHoo2esm772q782kb7mwRwlPXGDNNLHJRbd2si5g7k=";
    hash = "sha256-Rxoj2pnQ/tEUzcsFT1F+rU960b4Th3hqZU2YR6YGwZQ=";
  };

  buildInputs = [