Unverified Commit 5b360aa5 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.x509: use Dune 3

parent e17eb8b5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,9 +10,11 @@ buildDunePackage rec {
  pname = "x509";
  version = "0.16.2";

  duneVersion = "3";

  src = fetchurl {
    url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-${version}.tbz";
    sha256 = "sha256-Zf/ZZjUAkeWe04XLmqMKgbxN/qe/Z1mpKM82veXVf2I=";
    hash = "sha256-Zf/ZZjUAkeWe04XLmqMKgbxN/qe/Z1mpKM82veXVf2I=";
  };

  nativeCheckInputs = [ alcotest cstruct-unix ];