cpustat: 0.02.21 -> 0.03.00 (#385431)

This commit is contained in:
Nick Cao
2025-02-27 15:18:59 -05:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpustat";
version = "0.02.21";
version = "0.03.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = "cpustat";
tag = "V${version}";
hash = "sha256-Rxoj2pnQ/tEUzcsFT1F+rU960b4Th3hqZU2YR6YGwZQ=";
hash = "sha256-wvCaMmWKEzanwgDBL2+8qAIIIKfGNi0O2J+SUXOx508=";
};
buildInputs = [