ocamlPackages.tls: 0.13.1 -> 0.13.2

This commit is contained in:
superherointj 2021-06-07 15:04:47 -03:00 committed by Vincent Laporte
parent c7bcbf5665
commit d44f56f19c

View file

@ -1,15 +1,15 @@
{ lib, fetchurl, buildDunePackage
, cstruct, cstruct-sexp, domain-name, fmt, ppx_cstruct, ppx_sexp_conv, logs, hkdf, mirage-crypto, mirage-crypto-ec, mirage-crypto-pk, mirage-crypto-rng, ocaml_lwt, ptime, rresult, sexplib, x509
, alcotest, cstruct-unix, ounit2
, alcotest, cstruct-unix, ounit2, randomconv
}:
buildDunePackage rec {
pname = "tls";
version = "0.13.1";
version = "0.13.2";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-v${version}.tbz";
sha256 = "ca95fa59a82f7d38b0b495fc0cd1ff54e7728492a292895d0067c1ba9de81b7b";
sha256 = "sha256-IE6Fuvem8A3lZ/M8GLNYNwCG+v7BbPQ4QdYS+fKT50c=";
};
minimumOCamlVersion = "4.08";
@ -40,6 +40,7 @@ buildDunePackage rec {
alcotest
cstruct-unix
ounit2
randomconv
];
meta = with lib; {