ocamlPackages.conduit-async 6.2.1 -> 6.2.3 https://github.com/mirage/ocaml-conduit/releases attrpath: ocamlPackages.conduit-async Checking auto update branch... No auto update branch exists Old version 6.2.1" not present in master derivation file with contents: { lib, buildDunePackage, async, async_ssl ? null, ppx_sexp_conv, ppx_here, uri, conduit , core, ipaddr, ipaddr-sexp, sexplib }: buildDunePackage { pname = "conduit-async"; inherit (conduit) version src ; buildInputs = [ ppx_sexp_conv ppx_here ]; propagatedBuildInputs = [ async async_ssl conduit uri ipaddr ipaddr-sexp core sexplib ]; meta = conduit.meta // { description = "Network connection establishment library for Async"; }; }