aboutsummaryrefslogtreecommitdiff
path: root/cc/tink_cc_deps.bzl
diff options
context:
space:
mode:
authorfelobato <felobato@google.com>2022-02-14 11:31:10 -0800
committerCopybara-Service <copybara-worker@google.com>2022-02-14 11:32:16 -0800
commit84058f852e1f73962748887da1df42cc3f8a44bb (patch)
treec2adcb3f5afebd2c52f06981bc1ca1a45b3fbddf /cc/tink_cc_deps.bzl
parent5e40a2669d9cb8cfa74fe12a2d36f0573fa68c86 (diff)
downloadtink-84058f852e1f73962748887da1df42cc3f8a44bb.tar.gz
Fix Googletest download 300 issue
PiperOrigin-RevId: 428565000
Diffstat (limited to 'cc/tink_cc_deps.bzl')
-rw-r--r--cc/tink_cc_deps.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/tink_cc_deps.bzl b/cc/tink_cc_deps.bzl
index 6d9f371a1..b7b3f1a74 100644
--- a/cc/tink_cc_deps.bzl
+++ b/cc/tink_cc_deps.bzl
@@ -33,7 +33,7 @@ def tink_cc_deps():
http_archive(
name = "com_google_googletest",
strip_prefix = "googletest-1.10.x",
- url = "https://github.com/google/googletest/archive/v1.10.x.zip",
+ url = "https://github.com/google/googletest/archive/refs/tags/v1.10.x.zip",
sha256 = "54a139559cc46a68cf79e55d5c22dc9d48e647a66827342520ce0441402430fe",
)