Skip to content

Commit a02e575

Browse files
authored
Update googleapis to official repo (#621)
1 parent bb61b5c commit a02e575

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎repositories.bzl

+3-5
Original file line numberDiff line numberDiff line change
@@ -588,11 +588,9 @@ cc_proto_library(
588588
name = "googleapis_git",
589589
build_file_content = BUILD,
590590
patch_cmds = ["find . -type f -name '*BUILD*' | xargs rm"],
591-
strip_prefix = "googleapis-33602a3174cc7b5d1726aebed4836c3bd7725469", # forked with rollout_id
592-
# TODO(qiwzhang): use forked repo with manually added service_rollout_id field
593-
# Switch over once googleapis repo has the latest proto files.
594-
url = "https://github.com/qiwzhang/googleapis/archive/33602a3174cc7b5d1726aebed4836c3bd7725469.tar.gz",
595-
sha256 = "fa1274fe2d5b59e957be2a63edf2b4c058b1c3e228857e9724cd51c8f374873c",
591+
strip_prefix = "googleapis-32a10f69e2c9ce15bba13ab1ff928bacebb25160", # May 20, 2019
592+
url = "https://github.com/googleapis/googleapis/archive/32a10f69e2c9ce15bba13ab1ff928bacebb25160.tar.gz",
593+
sha256 = "6861efa8619579e06e70dd4765cdf6cef1ecad6a1a2026ad750541e99552bf71",
596594
)
597595

598596
if bind:

0 commit comments

Comments
 (0)