Unverified Commit 9de662f2 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

icu77: init at 77.1 (#384638)

parents fa5b6334 8b4e651a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ let
  };
in
{
  icu77 = make-icu {
    version = "77.1";
    hash = "sha256-WI5DH3cyfDkDH/u4hDwOO8EiwhE3RIX6h9xfP6/yQGE=";
  };
  icu76 = make-icu {
    version = "76.1";
    hash = "sha256-36y0a/5HR0EEcs4+EUS/KKEC/uqk44dbrJtMbPMPTz4=";
+3 −1
Original line number Diff line number Diff line
@@ -24,7 +24,9 @@ let

  release = lib.replaceStrings [ "." ] [ "-" ] version;
  # To test rc versions of ICU replace the line above with the line below.
  #release = lib.replaceStrings [ "." ] [ "-" ] (if lib.hasSuffix "rc" version then lib.replaceStrings [ "1" ] [ "" ] version else version);
  #release = lib.replaceStrings [ "." ] [ "-" ] (
  #  if lib.hasSuffix "rc" version then lib.replaceStrings [ "1" ] [ "" ] version else version
  #);

  baseAttrs = {
    src = fetchurl {
+1 −0
Original line number Diff line number Diff line
@@ -9149,6 +9149,7 @@ with pkgs;
    icu74
    icu75
    icu76
    icu77
  ;
  icu = icu76;