ocamlPackages.ppx_tools: init at 5.3 for OCaml 4.08

This commit is contained in:
Vincent Laporte 2019-08-14 15:35:19 +00:00 committed by Vincent Laporte
parent d7a6f57e22
commit ff6c982e5e

View File

@ -20,6 +20,9 @@ let param = {
"4.07" = {
version = "5.1+4.06.0";
sha256 = "1ww4cspdpgjjsgiv71s0im5yjkr3544x96wsq1vpdacq7dr7zwiw"; };
"4.08" = {
version = "5.3+4.08.0";
sha256 = "0vdmhs3hpmh5iclx4lzgdpf362m4l35zprxs73r84z1yhr4jcr4m"; };
}."${ocaml.meta.branch}";
in
stdenv.mkDerivation {