ocamlPackages.tuntap: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-23 06:04:19 +01:00
parent f2aa79b5e1
commit 33cffcde61
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,9 +6,9 @@ buildDunePackage rec {
pname = "tuntap";
version = "2.0.0";
useDune2 = true;
duneVersion = "3";
minimumOCamlVersion = "4.04.2";
minimalOCamlVersion = "4.04.2";
src = fetchurl {
url = "https://github.com/mirage/ocaml-tuntap/releases/download/v${version}/tuntap-v${version}.tbz";