Skip to content

Commit

Permalink
Bump absl-cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Apr 22, 2022
1 parent 83f0023 commit 2b18ea3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ def programl_deps():

http_archive(
name = "com_google_absl",
sha256 = "20a968fab8432661b5c6f3f951cd299fe6d7677541c7dfd62407475a046c91aa",
strip_prefix = "abseil-cpp-ec33f404bb16564a9aea3044cd8504d6885165b0",
sha256 = "971a1838a68fd175a3ba61a1f3f54561b208c46f3f27899f710fe9a454424e6b",
strip_prefix = "abseil-cpp-7c6608d0dbe43cf9bdf7f77787bc6bc89cc42f8b",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/abseil/abseil-cpp/archive/ec33f404bb16564a9aea3044cd8504d6885165b0.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/ec33f404bb16564a9aea3044cd8504d6885165b0.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/abseil/abseil-cpp/archive/7c6608d0dbe43cf9bdf7f77787bc6bc89cc42f8b.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/7c6608d0dbe43cf9bdf7f77787bc6bc89cc42f8b.tar.gz",
],
)

Expand Down

0 comments on commit 2b18ea3

Please sign in to comment.