about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-08 01:26:21 +0100
committerGitHub <noreply@github.com>2023-12-08 01:26:21 +0100
commit9373b4532bfa82c38b361144bf36f63a633fa131 (patch)
treea6dc94fe7e469ebccd7455e22c89c1402f5a94b2 /pkgs/development/ocaml-modules
parent9acd37f5deb57301206f7cbbc248a765446ed66e (diff)
parent38232bc5288375fb46099cf0665bf8d736e948c4 (diff)
Merge pull request #269604 from r-ryantm/auto-update/ocamlPackages.inotify
ocamlPackages.inotify: 2.4.1 -> 2.5
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/inotify/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/inotify/default.nix b/pkgs/development/ocaml-modules/inotify/default.nix
index 2dce9320afd4c..c0ba327dd2fc0 100644
--- a/pkgs/development/ocaml-modules/inotify/default.nix
+++ b/pkgs/development/ocaml-modules/inotify/default.nix
@@ -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 ];