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 {
|
||||
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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user