ocamlPackages.mirage-profile: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-23 17:18:08 +01:00
parent 580bb88622
commit fa448b51e0
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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