mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
ocamlPackages.inotify: 2.5 -> 2.6
This commit is contained in:
parent
8b41014ce0
commit
f44317e689
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
version = "2.5";
|
version = "2.6";
|
||||||
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-3Ju6l6aF5eJgIZJKO0lQGXjjGDzCdX2fuwyNSAjIyAs=";
|
hash = "sha256-Vg9uVIx6/OMS1WoJIHwZbSt5ZyFy+Xgw5167FJWGslg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ lwt ];
|
buildInputs = [ lwt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user