Skip to content

Commit 807e915

Browse files
authored
icu76: 76.1rc -> 76.1 (#351275)
2 parents 806cc48 + 63a86ef commit 807e915

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/development/libraries/icu/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ let
77
in
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";

pkgs/development/libraries/icu/make-icu.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ let
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 {

0 commit comments

Comments
 (0)