ocamlPackages.mirage-random: use Dune 2
This commit is contained in:
parent
6012e6dc0e
commit
8555b46e2a
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue