ocamlPackages.ppx_deriving_yaml: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-17 07:22:20 +01:00 committed by Vincent Laporte
parent 6ddbe68bd6
commit c73ec9f276

View file

@ -7,6 +7,7 @@ buildDunePackage rec {
version = "0.1.1";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v${version}/ppx_deriving_yaml-${version}.tbz";