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

iotop-c: 1.23 -> 1.24
This commit is contained in:
maxine 2023-10-09 18:59:15 +02:00 committed by GitHub
commit 9b733e12f2
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.23";
version = "1.24";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-4DTYtUltmZ+nkm4ZLac+6JbBW3z+qby7sP33LwEXtcQ=";
sha256 = "sha256-oSKNP/WY0Ivhj5LgyeerzZbleMcUn8ho0aqsiunqvyU=";
};
nativeBuildInputs = [ pkg-config ];