ocamlPackages.mirage-random: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-19 07:36:19 +01:00 committed by Vincent Laporte
parent 6012e6dc0e
commit 8555b46e2a

View file

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