cpustat: 0.02.20 -> 0.02.21

This commit is contained in:
R. Ryantm 2024-07-17 18:12:29 +00:00
parent afbd9afe77
commit 19421b4745

View File

@ -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 = [