We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31de94 commit 42aae3cCopy full SHA for 42aae3c
bazel/workspace0.bzl
@@ -237,14 +237,13 @@ def gl_cpp_workspace0(name = None):
237
)
238
239
# We need libcurl for the Google Cloud Storage client.
240
- maybe(
241
- http_archive,
+ http_archive(
242
name = "com_github_curl_curl",
243
urls = [
244
- "https://curl.haxx.se/download/curl-7.69.1.tar.gz",
+ "https://curl.haxx.se/download/curl-7.74.0.tar.gz",
245
],
246
- sha256 = "01ae0c123dee45b01bbaef94c0bc00ed2aec89cb2ee0fd598e0d302a6b5e0a98",
247
- strip_prefix = "curl-7.69.1",
+ sha256 = "e56b3921eeb7a2951959c02db0912b5fcd5fdba5aca071da819e1accf338bbd7",
+ strip_prefix = "curl-7.74.0",
248
build_file = Label("//bazel:curl.BUILD"),
249
250
0 commit comments