ocamlPackages.irmin-graphql 3.7.2 -> 3.9.0 https://github.com/mirage/irmin/releases attrpath: ocamlPackages.irmin-graphql Checking auto update branch... No auto update branch exists Old version 3.7.2" not present in master derivation file with contents: { lib, buildDunePackage, cohttp-lwt, cohttp-lwt-unix, graphql-cohttp, graphql-lwt, irmin, git-unix , alcotest, alcotest-lwt, logs, yojson, cacert }: buildDunePackage rec { pname = "irmin-graphql"; inherit (irmin) version src; propagatedBuildInputs = [ cohttp-lwt cohttp-lwt-unix graphql-cohttp graphql-lwt irmin git-unix ]; doCheck = true; checkInputs = [ alcotest alcotest-lwt logs yojson cacert ]; meta = irmin.meta // { description = "GraphQL server for Irmin"; }; }