File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ python.toolchain(
5555bazel_dep (name = "googleapis" , version = "0.0.0" , repo_name = "com_google_googleapis" )
5656archive_override (
5757 module_name = "googleapis" ,
58- integrity = "sha256-FmS38nQIBSC65yV3DK1nVENNQ8dXKhlFJRLrqQJz8p0 =" ,
58+ integrity = "sha256-p8PXzb1U5D3cfETzVxpx4ATLpRnCBdoui5N0gNYIroY =" ,
5959 patch_strip = 1 ,
6060 patches = ["//bazel:googleapis.modules.patch" ],
61- strip_prefix = "googleapis-8cd3749f4b98f2eeeef511c16431979aeb3a6502 " ,
61+ strip_prefix = "googleapis-05f65958eb7f2a8bc59db87ad40487f0fb093097 " ,
6262 urls = [
63- "https://github.com/googleapis/googleapis/archive/8cd3749f4b98f2eeeef511c16431979aeb3a6502 .tar.gz" ,
63+ "https://github.com/googleapis/googleapis/archive/05f65958eb7f2a8bc59db87ad40487f0fb093097 .tar.gz" ,
6464 ],
6565)
6666
Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ def gl_cpp_workspace0(name = None):
126126 http_archive ,
127127 name = "com_google_googleapis" ,
128128 urls = [
129- "https://github.com/googleapis/googleapis/archive/8cd3749f4b98f2eeeef511c16431979aeb3a6502 .tar.gz" ,
129+ "https://github.com/googleapis/googleapis/archive/05f65958eb7f2a8bc59db87ad40487f0fb093097 .tar.gz" ,
130130 ],
131- sha256 = "1664b7f274080520bae725770cad6754434d43c7572a19452512eba90273f29d " ,
132- strip_prefix = "googleapis-8cd3749f4b98f2eeeef511c16431979aeb3a6502 " ,
131+ sha256 = "a7c3d7cdbd54e43ddc7c44f3571a71e004cba519c205da2e8b937480d608ae86 " ,
132+ strip_prefix = "googleapis-05f65958eb7f2a8bc59db87ad40487f0fb093097 " ,
133133 build_file = Label ("//bazel:googleapis.BUILD" ),
134134 # Scaffolding for patching googleapis after download. For example:
135135 # patches = ["googleapis.patch"]
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
2727mark_as_advanced (GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256)
2828
2929set (_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA
30- "8cd3749f4b98f2eeeef511c16431979aeb3a6502 " )
30+ "05f65958eb7f2a8bc59db87ad40487f0fb093097 " )
3131set (_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32- "1664b7f274080520bae725770cad6754434d43c7572a19452512eba90273f29d " )
32+ "a7c3d7cdbd54e43ddc7c44f3571a71e004cba519c205da2e8b937480d608ae86 " )
3333
3434set (DOXYGEN_ALIASES
3535 "googleapis_link{2}=\" [\\ 1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA} /\\ 2)\" "
You can’t perform that action at this time.
0 commit comments