ocamlPackages.tls: 0.12.5 → 0.12.6

This commit is contained in:
sternenseemann 2020-11-06 13:24:35 +01:00 committed by Vincent Laporte
parent 2e2aae2ccd
commit 44ee3ae9b1

View file

@ -6,12 +6,12 @@
buildDunePackage rec {
minimumOCamlVersion = "4.08";
version = "0.12.5";
version = "0.12.6";
pname = "tls";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-v${version}.tbz";
sha256 = "1zsh3fx8l3d9lc9w516apzabqsix2ss8nv6kbbzjmp2d4hwh818b";
sha256 = "14b2289nhb65qm8wrw51y8qgz5ysn8hcbrj5plznd1pdzl46zxc9";
};
useDune2 = true;