Skip to content

Commit 828a41f

Browse files
Manjunath Kudlurtensorflower-gardener
Manjunath Kudlur
authored andcommitted
Update protobuf to commit 2b7430d
Change: 149495758
1 parent 19fa0b8 commit 828a41f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tensorflow/workspace.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
221221
native.http_archive(
222222
name = "protobuf",
223223
urls = [
224-
"http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/ef927cc428db7bf41d3a593a16a8f1a0fe6306c5.tar.gz",
225-
"https://github.com/google/protobuf/archive/ef927cc428db7bf41d3a593a16a8f1a0fe6306c5.tar.gz",
224+
"http://bazel-mirror.storage.googleapis.com/github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz",
225+
"https://github.com/google/protobuf/archive/2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a.tar.gz",
226226
],
227-
sha256 = "8813a4ab27f7c61565d0db17d69236b4ec0b1404371efc728f15079b85e457ca",
228-
strip_prefix = "protobuf-ef927cc428db7bf41d3a593a16a8f1a0fe6306c5",
227+
sha256 = "e5d3d4e227a0f7afb8745df049bbd4d55474b158ca5aaa2a0e31099af24be1d0",
228+
strip_prefix = "protobuf-2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a",
229229
)
230230

231231
native.new_http_archive(

0 commit comments

Comments
 (0)