Merge pull request #269604 from r-ryantm/auto-update/ocamlPackages.inotify
ocamlPackages.inotify: 2.4.1 -> 2.5
This commit is contained in:
commit
9373b4532b
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user