ocamlPackages.git: use dune 3

This commit is contained in:
Vincent Laporte 2023-01-09 10:34:00 +01:00 committed by Vincent Laporte
parent 90a21f4771
commit 4d86aa6b50

View file

@ -11,6 +11,7 @@ buildDunePackage rec {
version = "3.10.1";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/ocaml-git/releases/download/${version}/git-${version}.tbz";