iotop-c: 1.24 -> 1.25

This commit is contained in:
R. Ryantm 2023-10-28 23:51:51 +00:00
parent d59ba91d5a
commit 436118d6d7

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