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 fa3d54a commit c3bd600Copy full SHA for c3bd600
bazel/workspace0.bzl
@@ -240,10 +240,10 @@ def gl_cpp_workspace0(name = None):
240
http_archive(
241
name = "com_github_curl_curl",
242
urls = [
243
- "https://curl.haxx.se/download/curl-7.69.1.tar.gz",
+ "https://curl.haxx.se/download/curl-8.17.0.tar.gz",
244
],
245
- sha256 = "01ae0c123dee45b01bbaef94c0bc00ed2aec89cb2ee0fd598e0d302a6b5e0a98",
246
- strip_prefix = "curl-7.69.1",
+ sha256 = "e8e74cdeefe5fb78b3ae6e90cd542babf788fa9480029cfcee6fd9ced42b7910",
+ strip_prefix = "curl-8.17.0",
247
build_file = Label("//bazel:curl.BUILD"),
248
)
249
0 commit comments