ocamlPackages.tls: 1.0.2 -> 1.0.4

This commit is contained in:
R. Ryantm 2024-11-15 21:29:18 +00:00
parent 3d8f220f71
commit 88a16286df

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";