iotop-c: 1.19 -> 1.20

This commit is contained in:
R. Ryantm 2021-11-03 05:26:55 +00:00
parent cbb7455d73
commit f2ef8b5296

View File

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