about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorAli Caglayan <alizter@gmail.com>2023-06-16 14:40:41 +0200
committerAli Caglayan <alizter@gmail.com>2023-06-16 14:41:00 +0200
commitd3ea105a32450abc79d86529a54d4c3f311e8297 (patch)
tree377eb8e26e4940c279879f08336d40c9ebb712a5 /pkgs/development/tools/ocaml
parent4c8ca604aef8204145c185c89cc52ee54dd7fc1a (diff)
dune_3: 3.8.1 -> 3.8.2
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 7e1b458ea66c2..d0149f356aa70 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.8.1";
+  version = "3.8.2";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    sha256 = "sha256-lBOl1uudeWigRj3rudnxvnMCU0WAm4J5eNDBTbds+RQ=";
+    sha256 = "sha256-Wm7HkBKGFra0ZhZCf6nI8roNbvWkBb+P28b4LcDZNf0=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];