ocamlPackages.diet: use Dune 2

This commit is contained in:
Vincent Laporte 2021-02-13 11:05:22 +01:00
parent d0e7e493ca
commit 2d6a91ebf4
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,6 +4,8 @@ buildDunePackage rec {
pname = "diet";
version = "0.4";
useDune2 = true;
src = fetchurl {
url =
"https://github.com/mirage/ocaml-diet/releases/download/v${version}/diet-v${version}.tbz";