ocamlPackages.inotify: 2.5 -> 2.6 (#330180)

This commit is contained in:
Weijia Wang 2024-09-12 22:35:52 +02:00 committed by GitHub
commit bf8d90e116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
}:
buildDunePackage rec {
version = "2.5";
version = "2.6";
pname = "inotify";
src = fetchFromGitHub {
owner = "whitequark";
repo = "ocaml-inotify";
rev = "v${version}";
hash = "sha256-3Ju6l6aF5eJgIZJKO0lQGXjjGDzCdX2fuwyNSAjIyAs=";
hash = "sha256-Vg9uVIx6/OMS1WoJIHwZbSt5ZyFy+Xgw5167FJWGslg=";
};
buildInputs = [ lwt ];