icu74: init at 74.2

https://icu.unicode.org/download/74
This commit is contained in:
Alexis Hildebrandt 2024-02-18 20:07:21 +01:00
parent b5ec6b5795
commit 6f7960cfc2
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,11 @@ let
};
in
{
icu74 = make-icu {
version = "74.2";
hash = "sha256-aNsIIhKpbW9T411g9H04uWLp+dIHp0z6x4Apro/14Iw=";
nativeBuildRoot = buildPackages.icu74.override { buildRootOnly = true; };
};
icu73 = make-icu {
version = "73.2";
hash = "sha256-gYqAcS7TyqzZtlIwXgGvx/oWfm8ulJltpEuQwqtgTOE=";

View File

@ -21980,6 +21980,7 @@ with pkgs;
icu71
icu72
icu73
icu74
;
icu = icu73;