File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
221
221
native .http_archive (
222
222
name = "protobuf" ,
223
223
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" ,
226
226
],
227
- sha256 = "8813a4ab27f7c61565d0db17d69236b4ec0b1404371efc728f15079b85e457ca " ,
228
- strip_prefix = "protobuf-ef927cc428db7bf41d3a593a16a8f1a0fe6306c5 " ,
227
+ sha256 = "e5d3d4e227a0f7afb8745df049bbd4d55474b158ca5aaa2a0e31099af24be1d0 " ,
228
+ strip_prefix = "protobuf-2b7430d96aeff2bb624c8d52182ff5e4b9f7f18a " ,
229
229
)
230
230
231
231
native .new_http_archive (
You can’t perform that action at this time.
0 commit comments