ocamlPackages.mirage-random: use Dune 3
This commit is contained in:
parent
b3b75dc980
commit
b28fd0e903
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ buildDunePackage rec {
|
|||
pname = "mirage-random";
|
||||
version = "3.0.0";
|
||||
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/mirage-random/releases/download/v${version}/mirage-random-v${version}.tbz";
|
||||
sha256 = "sha256-Sf4/KB1kMMwXI+yr5H/JuOmynYPNXwlk9dAA+gFAZs8=";
|
||||
|
|
Loading…
Reference in a new issue