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

iotop-c: 1.25 -> 1.26
This commit is contained in:
maxine 2024-02-09 22:13:25 +01:00 committed by GitHub
commit f89e84789b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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