1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

ocamlPackages.x509: use Dune 3

This commit is contained in:
Vincent Laporte 2023-01-29 07:24:54 +01:00
parent e17eb8b5e5
commit 5b360aa5a4
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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