ocamlPackages.pecu: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:15:05 +02:00
parent cb9fc605bb
commit 8a288f2c76
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,9 +4,9 @@ buildDunePackage rec {
pname = "pecu";
version = "0.6";
useDune2 = true;
duneVersion = "3";
minimumOCamlVersion = "4.03";
minimalOCamlVersion = "4.03";
src = fetchurl {
url = "https://github.com/mirage/pecu/releases/download/v${version}/pecu-v${version}.tbz";