aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorkste <kste@google.com>2020-02-20 02:41:02 -0800
committerCopybara-Service <copybara-worker@google.com>2020-02-20 02:41:36 -0800
commit446aa1270e381eebd3a010f275300c24c24c2cbd (patch)
tree66fb266a901c4dfcaeb57ab7c789833be5c7d6ce /cmake
parent9a04413ee5d5f5cad63af38fe80ad6d3692c991e (diff)
downloadtink-446aa1270e381eebd3a010f275300c24c24c2cbd.tar.gz
Update absl version.
PiperOrigin-RevId: 296164489
Diffstat (limited to 'cmake')
-rw-r--r--cmake/TinkWorkspace.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/TinkWorkspace.cmake b/cmake/TinkWorkspace.cmake
index 279ddc887..c96098e19 100644
--- a/cmake/TinkWorkspace.cmake
+++ b/cmake/TinkWorkspace.cmake
@@ -44,8 +44,8 @@ http_archive(
http_archive(
NAME com_google_absl
- URL https://github.com/abseil/abseil-cpp/archive/20190808.zip
- SHA256 0b62fc2d00c2b2bc3761a892a17ac3b8af3578bd28535d90b4c914b0a7460d4e
+ URL https://github.com/abseil/abseil-cpp/archive/3c814105108680997d0821077694f663693b5382.zip
+ SHA256 4bdb45ca33f5b437d5ccfabea8c26cfe9570031d7bddeabebd5df51800535cb5
)
http_archive(