iotop-c: 1.26 -> 1.27 (#373446)

This commit is contained in:
Arne Keller
2025-01-13 18:22:35 +01:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "iotop-c";
version = "1.26";
version = "1.27";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-m75BHvKMk9ckZ6TgT1QDfHYcEfvfEwWu0bQacnVgSmU=";
sha256 = "sha256-o8OJnZjrDbzzhwfzRWmyCmhBWxMVKRDeDWWBCXy3C90=";
};
nativeBuildInputs = [ pkg-config ];