summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorAli Caglayan <alizter@gmail.com>2023-04-04 14:15:33 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-04-04 21:17:25 +0200
commitcd1e297b9327ff3242227264977e4bea2b747d81 (patch)
treee13acda32c3a6e2985bef3f14388a10e617c64c9 /pkgs/development/tools/ocaml
parentf877b4fa16722c50272545c59f23b6c44fa9797b (diff)
dune_3: 3.7.0 -> 3.7.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 06d2323af7cdd..74e3ce56ec933 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.7.0";
+  version = "3.7.1";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "sha256-4tY3ydCAMY/t9ecdKin7NnYk+CrEom6D3ys6A1UFKLg=";
+    sha256 = "sha256-rfw48UwBiKKtgNYUUdAR0nq4g5txdJLXrUL3y5EcVMM=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];