Merge pull request #176840 from r-ryantm/auto-update/inotify-tools

inotify-tools: 3.22.1.0 -> 3.22.6.0
This commit is contained in:
Pascal Wittmann 2022-06-08 09:55:03 +02:00 committed by GitHub
commit 7ca27a436a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "inotify-tools";
version = "3.22.1.0";
version = "3.22.6.0";
src = fetchFromGitHub {
repo = "inotify-tools";
owner = "inotify-tools";
rev = version;
sha256 = "sha256-I0kr+wFUWnovH9MXVsGaCBtp4+RnnMWD7sPecI3xz+Y=";
sha256 = "sha256-EYWVSgwoMjAlc/V5kv+2jfxEqWVW/lEoIxVd+ctEMsk=";
};
nativeBuildInputs = [ autoreconfHook ];