ocamlPackages.asn1-combinators: use dune 2

This commit is contained in:
sternenseemann 2020-11-06 14:02:00 +01:00 committed by Vincent Laporte
parent 18c596964a
commit 255f45ea20

View file

@ -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";