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

iotop-c: 1.18 -> 1.19
This commit is contained in:
Ryan Mulligan
2021-09-23 23:58:52 -07:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "iotop-c";
version = "1.18";
version = "1.19";
src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-5RbxryvRKWJvjuJJwDK6GYnwdtHGfW7XEc75q4omxIA=";
sha256 = "sha256-CuZwOIhjl6fpEvfw/4CTjKQkxazLL/NGujmNcx1Jrbc=";
};
nativeBuildInputs = [ pkg-config ];