File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/libraries/icu Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77in
88{
99 icu76 = make-icu {
10- version = "76.1rc " ;
11- hash = "sha256-HMY4hRYbF4Dsf1EGx+m0NRsCUA+Q/JGRpdGIgym/A5I =" ;
10+ version = "76.1 " ;
11+ hash = "sha256-36y0a/5HR0EEcs4+EUS/KKEC/uqk44dbrJtMbPMPTz4 =" ;
1212 } ;
1313 icu75 = make-icu {
1414 version = "75.1" ;
Original file line number Diff line number Diff line change 88
99 pname = "icu4c" ;
1010
11- # release = lib.replaceStrings [ "." ] [ "-" ] version;
11+ release = lib . replaceStrings [ "." ] [ "-" ] version ;
1212 # To test rc versions of ICU replace the line above with the line below.
13- release = lib . replaceStrings [ "." ] [ "-" ] ( if lib . hasSuffix "rc" version then lib . replaceStrings [ "1" ] [ "" ] version else version ) ;
13+ # release = lib.replaceStrings [ "." ] [ "-" ] (if lib.hasSuffix "rc" version then lib.replaceStrings [ "1" ] [ "" ] version else version);
1414
1515 baseAttrs = {
1616 src = fetchurl {
You can’t perform that action at this time.
0 commit comments