@@ -6,11 +6,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66http_archive (
77 name = "zlib" ,
88 build_file = "//third_party:zlib.BUILD" ,
9- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 " ,
10- strip_prefix = "zlib-1.2.11 " ,
9+ sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9 " ,
10+ strip_prefix = "zlib-1.2.12 " ,
1111 urls = [
12- "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11 .tar.gz" ,
13- "https://zlib.net/zlib-1.2.11 .tar.gz" ,
12+ "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12 .tar.gz" ,
13+ "https://zlib.net/zlib-1.2.12 .tar.gz" ,
1414 ],
1515)
1616
@@ -114,10 +114,10 @@ pip_install()
114114
115115http_archive (
116116 name = "org_tensorflow" ,
117- sha256 = "66b953ae7fba61fd78969a2e24e350b26ec116cf2e6a7eb93d02c63939c6f9f7 " ,
118- strip_prefix = "tensorflow-2.8.0 " ,
117+ sha256 = "a1b621ad986f270939d9182a866ac787f7a729d229a931488a7230056580a39e " ,
118+ strip_prefix = "tensorflow-2.9.0-rc2 " ,
119119 urls = [
120- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8.0 .tar.gz" ,
120+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9.0-rc2 .tar.gz" ,
121121 ],
122122)
123123
0 commit comments