Loading pkgs/development/libraries/icu/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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="; Loading pkgs/development/libraries/icu/make-icu.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -9149,6 +9149,7 @@ with pkgs; icu74 icu75 icu76 icu77 ; icu = icu76; Loading Loading
pkgs/development/libraries/icu/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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="; Loading
pkgs/development/libraries/icu/make-icu.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -9149,6 +9149,7 @@ with pkgs; icu74 icu75 icu76 icu77 ; icu = icu76; Loading