summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-06 13:15:36 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-03-18 13:22:47 +0100
commit544b9d298f8403308082cac9dba5e62eb5108b2a (patch)
tree6aed728485867856e3f21600aa7287e5245e5e56
parenta1f9320a01145186ec4070753f10b27c84d9b9e5 (diff)
downloadnixpkgs-544b9d298f8403308082cac9dba5e62eb5108b2a.tar
nixpkgs-544b9d298f8403308082cac9dba5e62eb5108b2a.tar.gz
nixpkgs-544b9d298f8403308082cac9dba5e62eb5108b2a.tar.bz2
nixpkgs-544b9d298f8403308082cac9dba5e62eb5108b2a.tar.lz
nixpkgs-544b9d298f8403308082cac9dba5e62eb5108b2a.tar.xz
nixpkgs-544b9d298f8403308082cac9dba5e62eb5108b2a.tar.zst
nixpkgs-544b9d298f8403308082cac9dba5e62eb5108b2a.zip
ocamlPackages.labltk: add version 8.06.10 for OCaml 4.12
-rw-r--r--pkgs/development/ocaml-modules/labltk/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/labltk/default.nix b/pkgs/development/ocaml-modules/labltk/default.nix
index 65ea4d4b82e..3ee09b2d51c 100644
--- a/pkgs/development/ocaml-modules/labltk/default.nix
+++ b/pkgs/development/ocaml-modules/labltk/default.nix
@@ -56,6 +56,10 @@ let param =
     version = "8.06.9";
     sha256 = "1k42k3bjkf22gk39lwwzqzfhgjyhxnclslldrzpg5qy1829pbnc0";
   };
+  "4.12" = mkNewParam {
+    version = "8.06.10";
+    sha256 = "06cck7wijq4zdshzhxm6jyl8k3j0zglj2axsyfk6q1sq754zyf4a";
+  };
 }.${builtins.substring 0 4 ocaml.version};
 in