From 6007641aff774f573a421d726a1cb2d38dd4903d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 28 Nov 2023 04:20:00 +0000 Subject: [PATCH] dune_3: 3.11.1 -> 3.12.0 Diff: https://github.com/ocaml/dune/compare/None...3.12.0 Changelog: https://github.com/ocaml/dune/raw/3.12.0/CHANGES.md --- pkgs/development/tools/ocaml/dune/3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix index 59814a5421bd..631cf146e03e 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.11.1"; + version = "3.12.0"; src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - hash = "sha256-hm8jB62tr3YE87+dmLtAmHkrqgRpU6ZybJbED8XtP3E="; + hash = "sha256-hVFeZLb/uZ+vHqq96RU1d8Gwpech0xnUPvBpqdKrPDs="; }; nativeBuildInputs = [ ocaml findlib ];