about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorVincent Laporte <vbgl@users.noreply.github.com>2018-07-31 21:22:15 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-31 23:22:15 +0200
commit63b584395f8e58cbf3e32f39a639454dd24bf50a (patch)
tree9781517f582289496a56312cec06dc4c34d6935c /pkgs/development/tools
parent696b42696327f1d8a900e9c58259476f2ad1d5a4 (diff)
downloadnixlib-63b584395f8e58cbf3e32f39a639454dd24bf50a.tar
nixlib-63b584395f8e58cbf3e32f39a639454dd24bf50a.tar.gz
nixlib-63b584395f8e58cbf3e32f39a639454dd24bf50a.tar.bz2
nixlib-63b584395f8e58cbf3e32f39a639454dd24bf50a.tar.lz
nixlib-63b584395f8e58cbf3e32f39a639454dd24bf50a.tar.xz
nixlib-63b584395f8e58cbf3e32f39a639454dd24bf50a.tar.zst
nixlib-63b584395f8e58cbf3e32f39a639454dd24bf50a.zip
camlp4: init at 4.07+1 (#44272)
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ocaml/camlp4/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/camlp4/default.nix b/pkgs/development/tools/ocaml/camlp4/default.nix
index 99bf7400088f..2974ca965fdc 100644
--- a/pkgs/development/tools/ocaml/camlp4/default.nix
+++ b/pkgs/development/tools/ocaml/camlp4/default.nix
@@ -16,6 +16,9 @@ let param = {
   "4.06" = {
      version = "4.06+1";
      sha256 = "0fazfw2l7wdmbwnqc22xby5n4ri1wz27lw9pfzhsbcdrighykysf"; };
+  "4.07" = {
+     version = "4.07+1";
+     sha256 = "0cxl4hkqcvspvkx4f2k83217rh6051fll9i2yz7cw6m3bq57mdvl"; };
   }."${ocaml.meta.branch}";
 in