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-PeOhmUAO6np2YJGuuWxLhMhiZq0fkz+ZM7u3w1nnJ/4 =" ,
58+ integrity = "sha256-GawBML87NtuNxTKN0wt7Rz3K8Z25s0yODN8ZgyRTamI =" ,
5959 patch_strip = 1 ,
6060 patches = ["//bazel:googleapis.modules.patch" ],
61- strip_prefix = "googleapis-2193a2bfcecb92b92aad7a4d81baa428cafd7dfd " ,
61+ strip_prefix = "googleapis-53af3b727f84acc34e31c23f3b6e7b8aa4b7e837 " ,
6262 urls = [
63- "https://github.com/googleapis/googleapis/archive/2193a2bfcecb92b92aad7a4d81baa428cafd7dfd .tar.gz" ,
63+ "https://github.com/googleapis/googleapis/archive/53af3b727f84acc34e31c23f3b6e7b8aa4b7e837 .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/2193a2bfcecb92b92aad7a4d81baa428cafd7dfd .tar.gz" ,
129+ "https://github.com/googleapis/googleapis/archive/53af3b727f84acc34e31c23f3b6e7b8aa4b7e837 .tar.gz" ,
130130 ],
131- sha256 = "3de3a199400eea7a766091aeb96c4b84c86266ad1f933f9933bbb7c359e727fe " ,
132- strip_prefix = "googleapis-2193a2bfcecb92b92aad7a4d81baa428cafd7dfd " ,
131+ sha256 = "19ac0130bf3b36db8dc5328dd30b7b473dcaf19db9b34c8e0cdf198324536a62 " ,
132+ strip_prefix = "googleapis-53af3b727f84acc34e31c23f3b6e7b8aa4b7e837 " ,
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- "2193a2bfcecb92b92aad7a4d81baa428cafd7dfd " )
30+ "53af3b727f84acc34e31c23f3b6e7b8aa4b7e837 " )
3131set (_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32- "3de3a199400eea7a766091aeb96c4b84c86266ad1f933f9933bbb7c359e727fe " )
32+ "19ac0130bf3b36db8dc5328dd30b7b473dcaf19db9b34c8e0cdf198324536a62 " )
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