iotop-c: 1.25 -> 1.26

This commit is contained in:
R. Ryantm 2024-02-05 05:45:27 +00:00
parent 4888d2428d
commit f0096a0be4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "iotop-c";
version = "1.25";
version = "1.26";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-ZIvWdNxGSUmQtMKB/MVHEZ0fJ8b//zSXz+1r/P9ZDkE=";
sha256 = "sha256-m75BHvKMk9ckZ6TgT1QDfHYcEfvfEwWu0bQacnVgSmU=";
};
nativeBuildInputs = [ pkg-config ];