icu76: init at 76.1rc

This commit is contained in:
Alexis Hildebrandt 2024-10-01 23:10:49 +02:00
parent 245e5da5ec
commit 2ac5b1b494
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,10 @@ let
};
in
{
icu76 = make-icu {
version = "76.1rc";
hash = "sha256-HMY4hRYbF4Dsf1EGx+m0NRsCUA+Q/JGRpdGIgym/A5I=";
};
icu75 = make-icu {
version = "75.1";
hash = "sha256-y5aN8+TS6H6LEcSaXQHHh70TuVRSgPxmQvgmUnYYyu8=";

View File

@ -20218,6 +20218,7 @@ with pkgs;
icu73
icu74
icu75
icu76
;
icu = icu74;