ocamlPackages.mimic-happy-eyeballs 0.0.6 -> 0.0.7 https://github.com/dinosaure/mimic/releases attrpath: ocamlPackages.mimic-happy-eyeballs Checking auto update branch... No auto update branch exists Old version 0.0.6" not present in master derivation file with contents: { lib, buildDunePackage, mimic, happy-eyeballs-mirage }: buildDunePackage { pname = "mimic-happy-eyeballs"; inherit (mimic) src version; minimalOCamlVersion = "4.08"; duneVersion = "3"; strictDeps = true; propagatedBuildInputs = [ mimic happy-eyeballs-mirage ]; doCheck = false; meta = { description = "A happy-eyeballs integration into mimic"; maintainers = [ lib.maintainers.ulrikstrid ]; inherit (mimic.meta) license homepage; }; }