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

inotify-tools: 3.22.1.0 -> 3.22.6.0

authored by Pascal Wittmann and committed by GitHub 7ca27a43 66a53225

+2 -2
+2 -2
pkgs/development/tools/misc/inotify-tools/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "inotify-tools"; 5 - version = "3.22.1.0"; 6 7 src = fetchFromGitHub { 8 repo = "inotify-tools"; 9 owner = "inotify-tools"; 10 rev = version; 11 - sha256 = "sha256-I0kr+wFUWnovH9MXVsGaCBtp4+RnnMWD7sPecI3xz+Y="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "inotify-tools"; 5 + version = "3.22.6.0"; 6 7 src = fetchFromGitHub { 8 repo = "inotify-tools"; 9 owner = "inotify-tools"; 10 rev = version; 11 + sha256 = "sha256-EYWVSgwoMjAlc/V5kv+2jfxEqWVW/lEoIxVd+ctEMsk="; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook ];