Skip to content

Commit 2b18ea3

Browse files
committed
Bump absl-cpp.
1 parent 83f0023 commit 2b18ea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/bzl/deps.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ def programl_deps():
138138

139139
http_archive(
140140
name = "com_google_absl",
141-
sha256 = "20a968fab8432661b5c6f3f951cd299fe6d7677541c7dfd62407475a046c91aa",
142-
strip_prefix = "abseil-cpp-ec33f404bb16564a9aea3044cd8504d6885165b0",
141+
sha256 = "971a1838a68fd175a3ba61a1f3f54561b208c46f3f27899f710fe9a454424e6b",
142+
strip_prefix = "abseil-cpp-7c6608d0dbe43cf9bdf7f77787bc6bc89cc42f8b",
143143
urls = [
144-
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/abseil/abseil-cpp/archive/ec33f404bb16564a9aea3044cd8504d6885165b0.tar.gz",
145-
"https://github.com/abseil/abseil-cpp/archive/ec33f404bb16564a9aea3044cd8504d6885165b0.tar.gz",
144+
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/abseil/abseil-cpp/archive/7c6608d0dbe43cf9bdf7f77787bc6bc89cc42f8b.tar.gz",
145+
"https://github.com/abseil/abseil-cpp/archive/7c6608d0dbe43cf9bdf7f77787bc6bc89cc42f8b.tar.gz",
146146
],
147147
)
148148

0 commit comments

Comments
 (0)