Merge pull request #98745 from sternenseemann/tls-0.12.5

ocamlPackages.tls: 0.12.4 → 0.12.5
This commit is contained in:
Mario Rodas 2020-09-26 08:35:32 -05:00 committed by GitHub
commit 8e4ee8bbe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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