ocamlPackages.happy-eyeballs-mirage 0.5.0 -> 0.6.0 https://github.com/roburio/happy-eyeballs/releases attrpath: ocamlPackages.happy-eyeballs-mirage Checking auto update branch... No auto update branch exists Old version 0.5.0" not present in master derivation file with contents: { buildDunePackage , happy-eyeballs , duration , dns-client-mirage , domain-name , ipaddr , fmt , logs , lwt , mirage-clock , mirage-random , mirage-time , tcpip }: buildDunePackage { pname = "happy-eyeballs-mirage"; inherit (happy-eyeballs) src version; minimalOCamlVersion = "4.08"; duneVersion = "3"; buildInputs = [ duration ipaddr domain-name fmt mirage-clock mirage-random mirage-time ]; propagatedBuildInputs = [ dns-client-mirage happy-eyeballs logs lwt tcpip ]; doCheck = true; meta = happy-eyeballs.meta // { description = "Connecting to a remote host via IP version 4 or 6 using Mirage"; }; }