ocamlPackages.dune-release: use dune 3

This commit is contained in:
Vincent Laporte
2023-01-12 17:56:25 +01:00
committed by Vincent Laporte
parent 589e4a2bb2
commit 0c17d9acac
@@ -11,6 +11,7 @@ let runtimeInputs = [ opam findlib git mercurial bzip2 gnutar coreutils ];
in buildDunePackage rec {
pname = "dune-release";
version = "1.6.2";
duneVersion = "3";
minimalOCamlVersion = "4.06";