ocamlPackages.ounit2: use Dune 2

This commit is contained in:
Vincent Laporte 2021-02-16 18:04:54 +01:00
parent 96f0c2c191
commit 64b4617883
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -6,6 +6,8 @@ buildDunePackage rec {
pname = "ounit2";
version = "2.2.4";
useDune2 = lib.versionAtLeast ocaml.version "4.08";
src = fetchurl {
url = "https://github.com/gildor478/ounit/releases/download/v${version}/ounit-v${version}.tbz";
sha256 = "0i9kiqbf2dp12c4qcvbn4abdpdp6h4g5z54ycsh0q8jpv6jnkh5m";