File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -612,12 +612,12 @@ def _tf_repositories():
612
612
tf_http_archive (
613
613
name = "curl" ,
614
614
build_file = "//third_party:curl.BUILD" ,
615
- sha256 = "c0e64302a33d2fb79e0fc4e674260a22941e92ee2f11b894bf94d32b8f5531af " ,
616
- strip_prefix = "curl-7.83.0 " ,
615
+ sha256 = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0 " ,
616
+ strip_prefix = "curl-7.83.1 " ,
617
617
system_build_file = "//third_party/systemlibs:curl.BUILD" ,
618
618
urls = [
619
- "https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.0 .tar.gz" ,
620
- "https://curl.haxx.se/download/curl-7.83.0 .tar.gz" ,
619
+ "https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.83.1 .tar.gz" ,
620
+ "https://curl.haxx.se/download/curl-7.83.1 .tar.gz" ,
621
621
],
622
622
)
623
623
You can’t perform that action at this time.
0 commit comments