ocamlPackages.inotify: 2.5 -> 2.6

This commit is contained in:
R. Ryantm 2024-07-26 14:01:30 +00:00 committed by Weijia Wang
parent 8b41014ce0
commit f44317e689

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