Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 4738fc3

Browse files
morambrocopybara-github
authored andcommitted
Upgrade default tink-cc dep to 2.1.2
PiperOrigin-RevId: 622157786
1 parent 965edf9 commit 4738fc3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cc/integration/gcpkms/tink_cc_gcpkms_deps.bzl

+4-3
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,12 @@ def tink_cc_gcpkms_deps():
151151
)
152152

153153
if not native.existing_rule("tink_cc"):
154+
# Release from 2024-04-05.
154155
http_archive(
155156
name = "tink_cc",
156-
sha256 = "3080600b6c38421ebaca5bfc460aa965afc88c877695c080019a8905f0f1c1b8",
157-
strip_prefix = "tink-cc-2.1.1",
158-
urls = ["https://github.com/tink-crypto/tink-cc/releases/download/v2.1.1/tink-cc-2.1.1.zip"],
157+
sha256 = "d0fefc61e3bde758c8773f1348e6a64fc4fd6ecafe62c4adc0df8957ce800757",
158+
strip_prefix = "tink-cc-2.1.2",
159+
urls = ["https://github.com/tink-crypto/tink-cc/releases/download/v2.1.2/tink-cc-2.1.2.zip"],
159160
)
160161

161162
if not native.existing_rule("com_googlesource_code_re2"):

0 commit comments

Comments
 (0)