ocamlPackages.ocaml-protoc 2.4 -> 3.0.2 https://github.com/mransan/ocaml-protoc/releases attrpath: ocamlPackages.ocaml-protoc Checking auto update branch... No auto update branch exists Old version 2.4" not present in master derivation file with contents: { lib, fetchFromGitHub, buildDunePackage , pbrt , stdlib-shims }: buildDunePackage rec { pname = "ocaml-protoc"; inherit (pbrt) version src; buildInputs = [ stdlib-shims ]; propagatedBuildInputs = [ pbrt ]; doCheck = true; meta = pbrt.meta // { description = "A Protobuf Compiler for OCaml"; }; }