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