Merge pull request #269604 from r-ryantm/auto-update/ocamlPackages.inotify

ocamlPackages.inotify: 2.4.1 -> 2.5
This commit is contained in:
Weijia Wang
2023-12-08 01:26:21 +01:00
committed by GitHub
@@ -4,14 +4,14 @@
}:
buildDunePackage rec {
version = "2.4.1";
version = "2.5";
pname = "inotify";
src = fetchFromGitHub {
owner = "whitequark";
repo = "ocaml-inotify";
rev = "v${version}";
hash = "sha256-2ATFF3HeATjhWgW4dG4jheQ9m1oE8xTQ7mpMT/1Jdp8=";
hash = "sha256-3Ju6l6aF5eJgIZJKO0lQGXjjGDzCdX2fuwyNSAjIyAs=";
};
buildInputs = [ lwt ];