2022-12-30T22:28:53 opam-installer 2.1.3 -> 2.1.4 https://github.com/ocaml/opam/releases 2022-12-30T22:28:56 attrpath: opam-installer 2022-12-30T22:28:56 Checking auto update branch... 2022-12-30T22:28:56 No auto update branch exists 2022-12-30T22:28:56 Old version 2.1.3" not present in master derivation file with contents: { lib, unzip, opam, ocamlPackages }: ocamlPackages.buildDunePackage { pname = "opam-installer"; useDune2 = true; inherit (opam) version src; nativeBuildInputs = [ unzip ]; configureFlags = [ "--disable-checks" "--prefix=$out" ]; buildInputs = with ocamlPackages; [ opam-format cmdliner ]; meta = opam.meta // { description = "Handle (un)installation from opam install files"; }; }