Skip to content

Commit 1181640

Browse files
committed
fixup! chore(push): Use curl 7.83.1
1 parent 40f6429 commit 1181640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def prometheus_cpp_repositories():
2929
sha256 = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0",
3030
strip_prefix = "curl-7.83.1",
3131
urls = [
32-
"https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.83.1.tar.gz",
32+
"https://github.com/curl/curl/releases/download/curl-7_83_1/curl-7.83.1.tar.gz",
3333
"https://curl.haxx.se/download/curl-7.83.1.tar.gz",
3434
],
3535
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",

0 commit comments

Comments
 (0)