ocamlPackages.tls: 1.0.2 -> 1.0.4 (#356286)

This commit is contained in:
Ulrik Strid 2024-11-21 08:36:04 +01:00 committed by GitHub
commit a33697d84b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,11 @@
buildDunePackage rec {
pname = "tls";
version = "1.0.2";
version = "1.0.4";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-tls/releases/download/v${version}/tls-${version}.tbz";
hash = "sha256-ohdRIAyzFG/+FUf11t4Ye1FH6O5r7RKwnVLAAtQrP+s=";
hash = "sha256-yFt8Gh4ipseWEHsnJVld3iYElMDvBrYdn1O+IuHcQug=";
};
minimalOCamlVersion = "4.08";