about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-05-08 06:42:11 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-15 17:06:27 +0200
commita882fd2c364d2c2dc81cf323e7a8b5dc594e53b8 (patch)
treeec15d6b7dbb1b90989d9ec713bf580867e74fc85 /pkgs
parentbf3bd2f9e8cbe6209db06e4194a056010bdcfb01 (diff)
ocamlPackages.labltk: add version 8.06.12 for OCaml 4.14
Diffstat (limited to 'pkgs')
-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 56e79ffc59046..90bd678f287f1 100644
--- a/pkgs/development/ocaml-modules/labltk/default.nix
+++ b/pkgs/development/ocaml-modules/labltk/default.nix
@@ -42,6 +42,10 @@ let
     version = "8.06.11";
     sha256 = "1zjpg9jvs6i9jvbgn6zgispwqiv8rxvaszxcx9ha9fax3wzhv9qy";
   };
+  "4.14" = mkNewParam {
+    version = "8.06.12";
+    sha256 = "sha256:17fmb13l18isgwr38hg9r5a0nayf2hhw6acj5153cy1sygsdg3b5";
+  };
  };
  param = params . ${lib.versions.majorMinor ocaml.version}
    or (throw "labltk is not available for OCaml ${ocaml.version}");