We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68df4e1 + 028d050 commit f92bd0dCopy full SHA for f92bd0d
tensorflow_serving/workspace.bzl
@@ -61,8 +61,9 @@ def tf_serving_workspace():
61
http_archive(
62
name = "icu",
63
strip_prefix = "icu-release-64-2",
64
- sha256 = "10cd92f1585c537d937ecbb587f6c3b36a5275c87feabe05d777a828677ec32f",
+ sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27",
65
urls = [
66
+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2.zip",
67
"https://github.com/unicode-org/icu/archive/release-64-2.zip",
68
],
69
build_file = "//third_party/icu:BUILD",
0 commit comments