We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b407e85 commit 40000a5Copy full SHA for 40000a5
bazel/zetasql_deps_step_2.bzl
@@ -104,9 +104,9 @@ def zetasql_deps_step_2(
104
http_archive(
105
name = "com_google_absl",
106
# Commit from 2022-01-19
107
- url = "https://github.com/abseil/abseil-cpp/archive/fbbb5865a562c9a9167d71c1cf56b82025a8f065.tar.gz",
108
- sha256 = "18aadf5b16743399d37e3d2880c181f57ef0d0cef8ed6086f53fd254c8cff6c2",
109
- strip_prefix = "abseil-cpp-fbbb5865a562c9a9167d71c1cf56b82025a8f065",
+ url = "https://github.com/abseil/abseil-cpp/archive/f7a250aa9ae11ed88645e0f0ce3a583f44443cc7.tar.gz",
+ sha256 = "4e0a72d8624b138956b593d6b96449810858490565522b463bfae23be6c95454",
+ strip_prefix = "abseil-cpp-f7a250aa9ae11ed88645e0f0ce3a583f44443cc7",
110
)
111
112
# required by many python libraries
0 commit comments