summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-11-14 07:44:12 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-11-21 06:59:04 +0100
commit6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7 (patch)
treedd9d99295928fe4b4adb30fca160ef38af87a1b7
parent29352751cff3bec9ce073bd5331a3d78ab31c17d (diff)
downloadnixpkgs-6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7.tar
nixpkgs-6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7.tar.gz
nixpkgs-6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7.tar.bz2
nixpkgs-6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7.tar.lz
nixpkgs-6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7.tar.xz
nixpkgs-6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7.tar.zst
nixpkgs-6ee0a023cdd54dd5aa5fbd4b0e659f57c88e25c7.zip
ocamlPackages.labltk: add version 8.06.13 for OCaml 5.0
-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 90bd678f287..fd7e5942454 100644
--- a/pkgs/development/ocaml-modules/labltk/default.nix
+++ b/pkgs/development/ocaml-modules/labltk/default.nix
@@ -46,6 +46,10 @@ let
     version = "8.06.12";
     sha256 = "sha256:17fmb13l18isgwr38hg9r5a0nayf2hhw6acj5153cy1sygsdg3b5";
   };
+  "5.0" = mkNewParam {
+    version = "8.06.13";
+    sha256 = "sha256-Vpf13g3DEWlUI5aypiowGp2fkQPK0cOGv2XiRUY/Ip4=";
+  };
  };
  param = params . ${lib.versions.majorMinor ocaml.version}
    or (throw "labltk is not available for OCaml ${ocaml.version}");