ocamlPackages.asn1-combinators: use dune 2
This commit is contained in:
parent
18c596964a
commit
255f45ea20
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ buildDunePackage rec {
|
|||
pname = "asn1-combinators";
|
||||
version = "0.2.4";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v${version}/asn1-combinators-v${version}.tbz";
|
||||
sha256 = "09rn5wwqhwg7x51b9ycl15s7007hgha6lwaz2bpw85fr70jq3i9r";
|
||||
|
|
Loading…
Reference in a new issue