Skip to content

Commit 1d6fb4f

Browse files
authored
chore: update googleapis SHA circa 2025-04-09 (#15074)
PiperOrigin-RevId: 745629297
1 parent 6e34f52 commit 1d6fb4f

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-tCiy/GX08+xK7hzE2h8IH/MDk8PPPMrSNio4sXoWkxE=",
58+
integrity = "sha256-JCozkYx9qAy9czZKqUg8XafJsMWa0M4Sshx03A+i5GM=",
5959
patch_strip = 1,
6060
patches = ["//bazel:googleapis.modules.patch"],
61-
strip_prefix = "googleapis-df1d4b2fab44db1ca5ed7bd61f0c59a2f1ccccd4",
61+
strip_prefix = "googleapis-a56cbf3b6f40c71594fe0cc059179c68a9f6f3cb",
6262
urls = [
63-
"https://github.com/googleapis/googleapis/archive/df1d4b2fab44db1ca5ed7bd61f0c59a2f1ccccd4.tar.gz",
63+
"https://github.com/googleapis/googleapis/archive/a56cbf3b6f40c71594fe0cc059179c68a9f6f3cb.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/df1d4b2fab44db1ca5ed7bd61f0c59a2f1ccccd4.tar.gz",
129+
"https://github.com/googleapis/googleapis/archive/a56cbf3b6f40c71594fe0cc059179c68a9f6f3cb.tar.gz",
130130
],
131-
sha256 = "b428b2fc65f4f3ec4aee1cc4da1f081ff30393c3cf3ccad2362a38b17a169311",
132-
strip_prefix = "googleapis-df1d4b2fab44db1ca5ed7bd61f0c59a2f1ccccd4",
131+
sha256 = "242a33918c7da80cbd73364aa9483c5da7c9b0c59ad0ce12b21c74dc0fa2e463",
132+
strip_prefix = "googleapis-a56cbf3b6f40c71594fe0cc059179c68a9f6f3cb",
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-
"df1d4b2fab44db1ca5ed7bd61f0c59a2f1ccccd4")
30+
"a56cbf3b6f40c71594fe0cc059179c68a9f6f3cb")
3131
set(_GOOGLE_CLOUD_CPP_GOOGLEAPIS_SHA256
32-
"b428b2fc65f4f3ec4aee1cc4da1f081ff30393c3cf3ccad2362a38b17a169311")
32+
"242a33918c7da80cbd73364aa9483c5da7c9b0c59ad0ce12b21c74dc0fa2e463")
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)