icu76: 76.1rc -> 76.1 (#351275)

authored by 7c6f434c and committed by GitHub 807e9154 806cc481

+4 -4
+2 -2
pkgs/development/libraries/icu/default.nix
··· 7 in 8 { 9 icu76 = make-icu { 10 - version = "76.1rc"; 11 - hash = "sha256-HMY4hRYbF4Dsf1EGx+m0NRsCUA+Q/JGRpdGIgym/A5I="; 12 }; 13 icu75 = make-icu { 14 version = "75.1";
··· 7 in 8 { 9 icu76 = make-icu { 10 + version = "76.1"; 11 + hash = "sha256-36y0a/5HR0EEcs4+EUS/KKEC/uqk44dbrJtMbPMPTz4="; 12 }; 13 icu75 = make-icu { 14 version = "75.1";
+2 -2
pkgs/development/libraries/icu/make-icu.nix
··· 8 9 pname = "icu4c"; 10 11 - #release = lib.replaceStrings [ "." ] [ "-" ] version; 12 # 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); 14 15 baseAttrs = { 16 src = fetchurl {
··· 8 9 pname = "icu4c"; 10 11 + release = lib.replaceStrings [ "." ] [ "-" ] version; 12 # 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); 14 15 baseAttrs = { 16 src = fetchurl {