tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.inotify: 2.4.1 -> 2.5
R. Ryantm
2 years ago
38232bc5
c80b0906
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
inotify
default.nix
+2
-2
pkgs/development/ocaml-modules/inotify/default.nix
···
4
4
}:
5
5
6
6
buildDunePackage rec {
7
7
-
version = "2.4.1";
7
7
+
version = "2.5";
8
8
pname = "inotify";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "whitequark";
12
12
repo = "ocaml-inotify";
13
13
rev = "v${version}";
14
14
-
hash = "sha256-2ATFF3HeATjhWgW4dG4jheQ9m1oE8xTQ7mpMT/1Jdp8=";
14
14
+
hash = "sha256-3Ju6l6aF5eJgIZJKO0lQGXjjGDzCdX2fuwyNSAjIyAs=";
15
15
};
16
16
17
17
buildInputs = [ lwt ];