ocamlPackages.ppx_tools: enable at 5.3+4.08.0 for OCaml 4.09
This commit is contained in:
parent
0361ae2230
commit
0c2aa9dd33
|
@ -23,6 +23,9 @@ let param = {
|
|||
"4.08" = {
|
||||
version = "5.3+4.08.0";
|
||||
sha256 = "0vdmhs3hpmh5iclx4lzgdpf362m4l35zprxs73r84z1yhr4jcr4m"; };
|
||||
"4.09" = {
|
||||
version = "5.3+4.08.0";
|
||||
sha256 = "0vdmhs3hpmh5iclx4lzgdpf362m4l35zprxs73r84z1yhr4jcr4m"; };
|
||||
}.${ocaml.meta.branch};
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
|
Loading…
Reference in New Issue