ocamlPackages.re: use Dune 2

This commit is contained in:
Vincent Laporte 2021-02-14 14:15:55 +01:00
parent f4a9e6c28a
commit 90361764fe
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,6 +6,8 @@ buildDunePackage rec {
minimumOCamlVersion = "4.02";
useDune2 = lib.versionAtLeast ocaml.version "4.08";
src = fetchurl {
url = "https://github.com/ocaml/ocaml-re/releases/download/${version}/re-${version}.tbz";
sha256 = "1gas4ky49zgxph3870nffzkr6y41kkpqp4nj38pz1gh49zcf12aj";