about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-29 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2023-11-29 20:53:53 +0100
commit2c01cd06afc2e327343b047e27e172ba488d98f8 (patch)
treea61dc3a09c2105024c65710c002f99518fcf1340 /pkgs/development/tools/ocaml
parent45e56c4c167cf2111c2542ff7e5dbaf00b3672fe (diff)
dune_3: 3.12.0 -> 3.12.1
Diff: https://github.com/ocaml/dune/compare/3.12.0...3.12.1

Changelog: https://github.com/ocaml/dune/blob/3.12.1/CHANGES.md
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 631cf146e03ee..97ffb9eb941f6 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.12.0";
+  version = "3.12.1";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    hash = "sha256-hVFeZLb/uZ+vHqq96RU1d8Gwpech0xnUPvBpqdKrPDs=";
+    hash = "sha256-uf1lYIefnTQK6Kh8lnsNK808QSDP/Nn7Zh8yUHj3T28=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];