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 cbdcb82 commit eef0dedCopy full SHA for eef0ded
bazel/repositories.bzl
@@ -27,10 +27,10 @@ def prometheus_cpp_repositories():
27
http_archive,
28
name = "com_github_curl",
29
sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce",
30
- strip_prefix = "curl-8.16.0",
+ strip_prefix = "curl-7.82.0",
31
urls = [
32
- "https://github.com/curl/curl/releases/download/curl-8_16_0/curl-8.16.0.tar.gz",
33
- "https://curl.se/download/curl-8.16.0.tar.gz",
+ "https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.82.0.tar.gz",
+ "https://curl.haxx.se/download/curl-7.82.0.tar.gz",
34
],
35
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
36
)
0 commit comments