ocamlPackages.tls-async 0.17.3 -> 0.17.4 https://github.com/mirleft/ocaml-tls/releases attrpath: ocamlPackages.tls-async Checking auto update branch... No auto update branch exists Old version 0.17.3" not present in master derivation file with contents: { lib, buildDunePackage, tls, async, cstruct-async, core, cstruct, mirage-crypto-rng-async }: buildDunePackage rec { pname = "tls-async"; inherit (tls) src version; minimalOCamlVersion = "4.14"; doCheck = true; propagatedBuildInputs = [ async core cstruct cstruct-async mirage-crypto-rng-async tls ]; meta = tls.meta // { description = "Transport Layer Security purely in OCaml, Async layer"; }; }