about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-17 04:20:00 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2024-01-17 14:55:06 +0100
commit47b64d03d1933ff30d4ef4ba549396438fbc3768 (patch)
treeb076180425bc236b2b764d73ebc4bb3cb38aedd8 /pkgs
parent328e1c2771e1028263d0537daa9c04ce60c6c374 (diff)
dune_3: 3.12.2 -> 3.13.0
Diff: https://github.com/ocaml/dune/compare/3.12.2...3.13.0

Changelog: https://github.com/ocaml/dune/raw/3.13.0/CHANGES.md
Diffstat (limited to 'pkgs')
-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 595ba9c9da5b9..1d6ed89d76970 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.2";
+  version = "3.13.0";
 
   src = fetchurl {
     url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz";
-    hash = "sha256-6KpfAf7oPvrIcz3wvsPiOq7NtFJLxYuAZc0YzAcpX7M=";
+    hash = "sha256-8YASV+AchGvXEBfsXUsrdf0xsgoNWXm5M7N8yEU2eN4=";
   };
 
   nativeBuildInputs = [ ocaml findlib ];