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

iotop-c: 1.21 -> 1.22
This commit is contained in:
Jonas Heinrich 2022-08-24 09:06:06 +02:00 committed by GitHub
commit 7aa6dec30c
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.21";
version = "1.22";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-Zzm0EV6baQvKPOC762mnieYe1JM7ZfNovKqFQt20jQ8=";
sha256 = "sha256-MHjG14vZsuDrR9/SLotb7Uc3RW8Np9E2X0GXkSM+RxE=";
};
nativeBuildInputs = [ pkg-config ];