summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorAli Caglayan <alizter@gmail.com>2023-07-06 16:24:53 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-07-07 13:40:30 +0200
commite389943a24e924f2be34de19a3fcea73bb1674ef (patch)
tree4cff0b69c974d8b7e51316ed5b1cbfbd6ec7aea2 /pkgs/development/tools/ocaml
parent796858657abbe7ec1e91097a0d988c1aa21a7ba1 (diff)
dune_3: 3.9.0 -> 3.9.1
Signed-off-by: Ali Caglayan <alizter@gmail.com>
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/dune/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix
index 1fe1383203f08..24fd8f39312f4 100644
--- a/pkgs/development/tools/ocaml/dune/3.nix
+++ b/pkgs/development/tools/ocaml/dune/3.nix
@@ -6,11 +6,11 @@ else
 
 stdenv.mkDerivation rec {
   pname = "dune";
-  version = "3.9.0";
+  version = "3.9.1";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    hash = "sha256-xIJaneRUrt9FDC2yWsNTAz4x0yap0bS3os1yYGOb1UQ=";
+    hash = "sha256-8MPOSfNsczuK7nJhHxB88G3mvEI75yYqqxuz8DwFqHg=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];