ocamlPackages.mirage-unix: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-06 21:55:11 +01:00 committed by Vincent Laporte
parent 5e76b77ff6
commit 0e6f020463

View file

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