cpustat: 0.02.19 -> 0.02.20

This commit is contained in:
R. Ryantm 2024-03-27 01:00:27 +00:00
parent d50918bc1c
commit 9be97b77e1
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cpustat";
version = "0.02.19";
version = "0.02.20";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-MujdgA+rFLrRc/N9yN7udnarA1TCzX//95hoXTUHG8Q=";
hash = "sha256-cdHoo2esm772q782kb7mwRwlPXGDNNLHJRbd2si5g7k=";
};
buildInputs = [ ncurses ];