Skip to content

Commit

Permalink
Merge branch 'main' into fix-opentracing-shim-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Oct 11, 2023
2 parents d012e9b + df96b74 commit 75ef2fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ def opentelemetry_cpp_deps():
http_archive,
name = "curl",
build_file = "@io_opentelemetry_cpp//bazel:curl.BUILD",
sha256 = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91",
strip_prefix = "curl-7.73.0",
sha256 = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427",
strip_prefix = "curl-8.4.0",
urls = [
"https://curl.haxx.se/download/curl-7.73.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-7_73_0/curl-7.73.0.tar.gz",
"https://curl.haxx.se/download/curl-8.4.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-8_4_0/curl-8.4.0.tar.gz",
],
)

Expand Down

0 comments on commit 75ef2fe

Please sign in to comment.