cpustat: 0.02.21 -> 0.03.00 (#385431)

authored by Nick Cao and committed by GitHub 072543fd 8fc9dee2

+2 -2
+2 -2
pkgs/by-name/cp/cpustat/package.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "cpustat"; 10 - version = "0.02.21"; 11 12 src = fetchFromGitHub { 13 owner = "ColinIanKing"; 14 repo = "cpustat"; 15 tag = "V${version}"; 16 - hash = "sha256-Rxoj2pnQ/tEUzcsFT1F+rU960b4Th3hqZU2YR6YGwZQ="; 17 }; 18 19 buildInputs = [
··· 7 8 stdenv.mkDerivation rec { 9 pname = "cpustat"; 10 + version = "0.03.00"; 11 12 src = fetchFromGitHub { 13 owner = "ColinIanKing"; 14 repo = "cpustat"; 15 tag = "V${version}"; 16 + hash = "sha256-wvCaMmWKEzanwgDBL2+8qAIIIKfGNi0O2J+SUXOx508="; 17 }; 18 19 buildInputs = [