cpustat: 0.02.21 -> 0.03.00

This commit is contained in:
R. Ryantm
2025-02-27 00:46:12 +00:00
parent 6caa7442e9
commit fdc9c1f032
+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 = [