We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b407e85 commit 4714c2eCopy full SHA for 4714c2e
bazel/zetasql_deps_step_2.bzl
@@ -75,9 +75,9 @@ def zetasql_deps_step_2(
75
# echo strip_prefix = \"${PREFIX}${COMMIT}\",
76
http_archive(
77
name = "com_google_googleapis",
78
- url = "https://github.com/googleapis/googleapis/archive/2f9af297c84c55c8b871ba4495e01ade42476c92.tar.gz",
79
- sha256 = "5bb6b0253ccf64b53d6c7249625a7e3f6c3bc6402abd52d3778bfa48258703a0",
80
- strip_prefix = "googleapis-2f9af297c84c55c8b871ba4495e01ade42476c92",
+ url = "https://github.com/googleapis/googleapis/archive/4d95834e9db8ee827f0e7846b175a3aeaf92f9ef.tar.gz",
+ sha256 = "8a26e8ea8ee60bda1e996dc6fe181262abf50c6b8c9a4fd3f6d2b48b9fd231c1",
+ strip_prefix = "googleapis-4d95834e9db8ee827f0e7846b175a3aeaf92f9ef",
81
)
82
83
# Abseil
0 commit comments