ocamlPackages.mirage-protocols: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-19 07:36:12 +01:00 committed by Vincent Laporte
parent d9068d18f5
commit 1f7c5f009c

View File

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