summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_tools
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-25 22:35:19 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-26 00:38:54 +0000
commit10fd7ccfdec698c727f869b6bce48c4109c87a9e (patch)
tree61131ad7a71350606fe1854c4de14b804f25a9b3 /pkgs/development/ocaml-modules/ppx_tools
parent43d3b9d74c2ea31873ee49854e54b431c754e684 (diff)
downloadnixpkgs-10fd7ccfdec698c727f869b6bce48c4109c87a9e.tar
nixpkgs-10fd7ccfdec698c727f869b6bce48c4109c87a9e.tar.gz
nixpkgs-10fd7ccfdec698c727f869b6bce48c4109c87a9e.tar.bz2
nixpkgs-10fd7ccfdec698c727f869b6bce48c4109c87a9e.tar.lz
nixpkgs-10fd7ccfdec698c727f869b6bce48c4109c87a9e.tar.xz
nixpkgs-10fd7ccfdec698c727f869b6bce48c4109c87a9e.tar.zst
nixpkgs-10fd7ccfdec698c727f869b6bce48c4109c87a9e.zip
ocamlPackages.ppx_tools: init at 5.1+4.06.0
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_tools')
-rw-r--r--pkgs/development/ocaml-modules/ppx_tools/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_tools/default.nix b/pkgs/development/ocaml-modules/ppx_tools/default.nix
index 5672300ddab..53d7847acee 100644
--- a/pkgs/development/ocaml-modules/ppx_tools/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools/default.nix
@@ -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 {