ocamlPackages.ppx_deriving_protobuf: use Dune 3
This commit is contained in:
parent
167787f897
commit
1cc79faa2e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildDunePackage rec {
|
|||
pname = "ppx_deriving_protobuf";
|
||||
version = "3.0.0";
|
||||
|
||||
useDune2 = true;
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ocaml-ppx/ppx_deriving_protobuf/releases/download/v${version}/ppx_deriving_protobuf-v${version}.tbz";
|
||||
|
|
Loading…
Reference in a new issue