ocamlPackages.dune-configurator 3.14.2 -> 3.15.0 https://github.com/ocaml/dune/releases attrpath: ocamlPackages.dune-configurator Checking auto update branch... No auto update branch exists Old version 3.14.2" not present in master derivation file with contents: { lib, buildDunePackage, dune_3, csexp }: buildDunePackage rec { pname = "dune-configurator"; inherit (dune_3) src version patches; # This fixes finding csexp postPatch = '' rm -rf vendor/pp vendor/csexp ''; minimalOCamlVersion = "4.05"; dontAddPrefix = true; propagatedBuildInputs = [ csexp ]; meta = with lib; { description = "Helper library for gathering system configuration"; maintainers = [ maintainers.marsam ]; license = licenses.mit; }; }