Skip to content

Commit

Permalink
Merge 4d567b0 into 8f874d4
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Mar 5, 2022
2 parents 8f874d4 + 4d567b0 commit 55f92d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bazel/repositories.bzl
Expand Up @@ -26,22 +26,22 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_curl",
sha256 = "dab997c9b08cb4a636a03f2f7f985eaba33279c1c52692430018fae4a4878dc7",
strip_prefix = "curl-7.80.0",
sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce",
strip_prefix = "curl-7.82.0",
urls = [
"https://github.com/curl/curl/releases/download/curl-7_80_0/curl-7.80.0.tar.gz",
"https://curl.haxx.se/download/curl-7.80.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.82.0.tar.gz",
"https://curl.haxx.se/download/curl-7.82.0.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
)

maybe(
http_archive,
name = "com_github_google_benchmark",
sha256 = "1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6",
strip_prefix = "benchmark-1.6.0",
sha256 = "6132883bc8c9b0df5375b16ab520fac1a85dc9e4cf5be59480448ece74b278d4",
strip_prefix = "benchmark-1.6.1",
urls = [
"https://github.com/google/benchmark/archive/v1.6.0.tar.gz",
"https://github.com/google/benchmark/archive/v1.6.1.tar.gz",
],
)

Expand Down

0 comments on commit 55f92d4

Please sign in to comment.