File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ def prometheus_cpp_repositories():
2626 maybe (
2727 http_archive ,
2828 name = "com_github_curl" ,
29- sha256 = "dab997c9b08cb4a636a03f2f7f985eaba33279c1c52692430018fae4a4878dc7 " ,
30- strip_prefix = "curl-7.80 .0" ,
29+ sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce " ,
30+ strip_prefix = "curl-7.82 .0" ,
3131 urls = [
32- "https://github.com/curl/curl/releases/download/curl-7_80_0 /curl-7.80 .0.tar.gz" ,
33- "https://curl.haxx.se/download/curl-7.80 .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 )
You can’t perform that action at this time.
0 commit comments