Skip to content

Commit 1000d08

Browse files
committed
chore: update googleapis SHA circa 2025-11-04
PiperOrigin-RevId: 827828462
1 parent 8cc4ad5 commit 1000d08

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ python.toolchain(
5555
bazel_dep(name = "googleapis", version = "0.0.0", repo_name = "com_google_googleapis")
5656
archive_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

bazel/workspace0.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"]

cmake/GoogleapisConfig.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ set(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
2727
mark_as_advanced(GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256)
2828

2929
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA
30-
"2193a2bfcecb92b92aad7a4d81baa428cafd7dfd")
30+
"53af3b727f84acc34e31c23f3b6e7b8aa4b7e837")
3131
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32-
"3de3a199400eea7a766091aeb96c4b84c86266ad1f933f9933bbb7c359e727fe")
32+
"19ac0130bf3b36db8dc5328dd30b7b473dcaf19db9b34c8e0cdf198324536a62")
3333

3434
set(DOXYGEN_ALIASES
3535
"googleapis_link{2}=\"[\\1](https://github.com/googleapis/googleapis/blob/${_GOOGLE_CLOUD_CPP_GOOGLEAPIS_COMMIT_SHA}/\\2)\""

0 commit comments

Comments
 (0)