ocamlPackages.ounit2: use Dune 2

wip/yesman
Vincent Laporte 3 years ago
parent 96f0c2c191
commit 64b4617883
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 2
      pkgs/development/ocaml-modules/ounit2/default.nix

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

Loading…
Cancel
Save