iotop-c: 1.20 -> 1.21

This commit is contained in:
Alexander Rezvov 2022-02-06 16:17:35 +03:00
parent a2d86d8ae8
commit 1a778b0e96
No known key found for this signature in database
GPG Key ID: 7E9400C4F7763DE6

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