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
commit 9373b4532b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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