Skip to content

Commit

Permalink
ocamlPackages.inotify: 2.4.1 -> 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 24, 2023
1 parent c80b090 commit 38232bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/inotify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 38232bc

Please sign in to comment.