Merge pull request #158354 from arezvov/iotopc_update

iotop-c: 1.20 -> 1.21
This commit is contained in:
Mario Rodas 2022-02-12 08:49:29 -05:00 committed by GitHub
commit f3d58dcc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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