ocamlPackages.ppx_tools: init at 5.1+4.06.0

This commit is contained in:
Vincent Laporte 2017-10-25 22:35:19 +00:00
parent 43d3b9d74c
commit 10fd7ccfde
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -14,6 +14,9 @@ let param = {
"4.05" = {
version = "5.0+4.05.0";
sha256 = "1jvvhk6wnkvm7b9zph309ihsc0hyxfpahmxxrq19vx8c674jsdm4"; };
"4.06" = {
version = "5.1+4.06.0";
sha256 = "1ww4cspdpgjjsgiv71s0im5yjkr3544x96wsq1vpdacq7dr7zwiw"; };
}."${ocaml.meta.branch}";
in
stdenv.mkDerivation {