ocamlPackages.happy-eyeballs: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-10 20:51:14 +01:00
parent 8122f3ef0d
commit 50a35f7c20
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

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