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

iotop-c: 1.24 -> 1.25
This commit is contained in:
Maximilian Bosch 2023-11-03 10:43:36 +01:00 committed by GitHub
commit aecc437c1c
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.24";
version = "1.25";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-oSKNP/WY0Ivhj5LgyeerzZbleMcUn8ho0aqsiunqvyU=";
sha256 = "sha256-ZIvWdNxGSUmQtMKB/MVHEZ0fJ8b//zSXz+1r/P9ZDkE=";
};
nativeBuildInputs = [ pkg-config ];