From c0fffa580fc8cca6532182935903ff06b6bc69eb Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 15 Mar 2024 07:15:49 +0000 Subject: [PATCH] =?UTF-8?q?ocaml-ng.ocamlPackages=5F4=5F14.ocaml:=204.14.1?= =?UTF-8?q?=20=E2=86=92=204.14.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/compilers/ocaml/4.14.nix | 4 ++-- pkgs/development/tools/ocaml/merlin/4.x.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ocaml/4.14.nix b/pkgs/development/compilers/ocaml/4.14.nix index 8ce7967853e7..e7dc4d2f5d41 100644 --- a/pkgs/development/compilers/ocaml/4.14.nix +++ b/pkgs/development/compilers/ocaml/4.14.nix @@ -1,6 +1,6 @@ import ./generic.nix { major_version = "4"; minor_version = "14"; - patch_version = "1"; - sha256 = "sha256-wSeXTQJCV2z0cGGyCqnIbRe+DWqpaH9uyYNd5nvnu28"; + patch_version = "2"; + sha256 = "sha256-eBn2hpPjKUb5M1jfRqjqb1FyImgfzG98uWIUIWz+x2Q="; } diff --git a/pkgs/development/tools/ocaml/merlin/4.x.nix b/pkgs/development/tools/ocaml/merlin/4.x.nix index fb6282054c50..2a3eb8e52eec 100644 --- a/pkgs/development/tools/ocaml/merlin/4.x.nix +++ b/pkgs/development/tools/ocaml/merlin/4.x.nix @@ -23,6 +23,7 @@ let "4.13.1" = "4.7-413"; "4.14.0" = "4.14-414"; "4.14.1" = "4.14-414"; + "4.14.2" = "4.14-414"; "5.0.0" = "4.14-500"; "5.1.0" = "4.14-501"; "5.1.1" = "4.14-501";