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

cpustat: 0.02.20 -> 0.02.21
This commit is contained in:
Nick Cao
2024-07-17 16:40:32 -04:00
committed by GitHub
+2 -2
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 = [