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

authored by Mario Rodas and committed by Vincent Laporte 6007641a e34acbc7

+2 -2
+2 -2
pkgs/development/tools/ocaml/dune/3.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "dune"; 9 - version = "3.11.1"; 9 + version = "3.12.0"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; 13 - hash = "sha256-hm8jB62tr3YE87+dmLtAmHkrqgRpU6ZybJbED8XtP3E="; 13 + hash = "sha256-hVFeZLb/uZ+vHqq96RU1d8Gwpech0xnUPvBpqdKrPDs="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ ocaml findlib ];