ocamlPackages.tcpip: use Dune 3

This commit is contained in:
Vincent Laporte 2023-01-16 07:41:15 +01:00 committed by Vincent Laporte
parent d82e054c13
commit 53e0df1390

View File

@ -15,7 +15,7 @@ buildDunePackage rec {
pname = "tcpip";
version = "7.1.2";
useDune2 = true;
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/mirage-${pname}/releases/download/v${version}/${pname}-${version}.tbz";