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:
parent
e17eb8b5e5
commit
5b360aa5a4
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue