about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-14 07:09:04 -0500
committerGitHub <noreply@github.com>2024-01-14 07:09:04 -0500
commitd318a6b27531e56cae42b2126c8d7783f12f4f7d (patch)
tree62ec2c0a52ec4d636da0e898b95110e66e8f7a22 /pkgs/development
parent8b94c423dd5f242d972eb7357932aeee4f26ddfe (diff)
parentce2410cf0c5f16e9a4c2dac2bb1d5431719ad7fa (diff)
Merge pull request #279077 from r-ryantm/auto-update/dune_3
dune_3: 3.12.1 -> 3.12.2
Diffstat (limited to 'pkgs/development')
-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 97ffb9eb941f6..595ba9c9da5b9 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.1";
+  version = "3.12.2";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    hash = "sha256-uf1lYIefnTQK6Kh8lnsNK808QSDP/Nn7Zh8yUHj3T28=";
+    hash = "sha256-6KpfAf7oPvrIcz3wvsPiOq7NtFJLxYuAZc0YzAcpX7M=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];