3
0
Fork 0
forked from mirrors/nixpkgs

iotop-c: 1.18 -> 1.19

This commit is contained in:
R. RyanTM 2021-09-23 00:52:50 +00:00
parent 8ef88fb10b
commit a74a864b0f

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "iotop-c";
version = "1.18";
version = "1.19";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-5RbxryvRKWJvjuJJwDK6GYnwdtHGfW7XEc75q4omxIA=";
sha256 = "sha256-CuZwOIhjl6fpEvfw/4CTjKQkxazLL/NGujmNcx1Jrbc=";
};
nativeBuildInputs = [ pkg-config ];