Merge pull request #144345 from r-ryantm/auto-update/iotop-c

iotop-c: 1.19 -> 1.20
This commit is contained in:
Bobby Rong
2021-11-03 17:39:57 +08:00
committed by GitHub

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 ];