cpustat: 0.02.17 -> 0.02.19

Diff: https://github.com/ColinIanKing/cpustat/compare/V0.02.17...V0.02.19
This commit is contained in:
Daniel Nagy 2023-05-16 17:46:00 +02:00
parent ec73678164
commit 42fca750d4
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

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