mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
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 {
|
buildDunePackage rec {
|
||||||
version = "2.4.1";
|
version = "2.5";
|
||||||
pname = "inotify";
|
pname = "inotify";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whitequark";
|
owner = "whitequark";
|
||||||
repo = "ocaml-inotify";
|
repo = "ocaml-inotify";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-2ATFF3HeATjhWgW4dG4jheQ9m1oE8xTQ7mpMT/1Jdp8=";
|
hash = "sha256-3Ju6l6aF5eJgIZJKO0lQGXjjGDzCdX2fuwyNSAjIyAs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lwt ];
|
buildInputs = [ lwt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user