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

iotop-c: 1.22 -> 1.23
This commit is contained in:
Nick Cao 2023-02-01 11:44:28 +08:00 committed by GitHub
commit dfdb1a7329
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.22";
version = "1.23";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-MHjG14vZsuDrR9/SLotb7Uc3RW8Np9E2X0GXkSM+RxE=";
sha256 = "sha256-4DTYtUltmZ+nkm4ZLac+6JbBW3z+qby7sP33LwEXtcQ=";
};
nativeBuildInputs = [ pkg-config ];