ocamlPackages.tls: 0.12.7 -> 0.12.8

This commit is contained in:
sternenseemann 2020-12-08 13:16:41 +01:00 committed by Vincent Laporte
parent da32a988ef
commit 8ee5382305

View file

@ -6,12 +6,12 @@
buildDunePackage rec {
minimumOCamlVersion = "4.08";
version = "0.12.7";
version = "0.12.8";
pname = "tls";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-v${version}.tbz";
sha256 = "1c7hmcpcxn1bfa9cavqzriv7py2q7xfbdpb7kh1kb3j1qjap17dc";
sha256 = "0sgppvfnamfnsglw1cl801i1xqkxbs33g40kwmmqj2vqjcarm26a";
};
useDune2 = true;