Skip to content

Commit eef0ded

Browse files
committed
?
1 parent cbdcb82 commit eef0ded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def prometheus_cpp_repositories():
2727
http_archive,
2828
name = "com_github_curl",
2929
sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce",
30-
strip_prefix = "curl-8.16.0",
30+
strip_prefix = "curl-7.82.0",
3131
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",
32+
"https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.82.0.tar.gz",
33+
"https://curl.haxx.se/download/curl-7.82.0.tar.gz",
3434
],
3535
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
3636
)

0 commit comments

Comments
 (0)