ocaml-ng.ocamlPackages_4_14.ocaml: 4.14.1 → 4.14.2

This commit is contained in:
Vincent Laporte 2024-03-15 07:15:49 +00:00
parent 22ec091a63
commit c0fffa580f
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 3 additions and 2 deletions

View File

@ -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=";
}

View File

@ -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";