Skip to content

Commit

Permalink
[build] Add missing checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo committed Aug 30, 2024
1 parent c4117e4 commit e654642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def grpc_deps():
if "com_github_jupp0r_prometheus_cpp" not in native.existing_rules():
http_archive(
name = "com_github_jupp0r_prometheus_cpp",
sha256 = "cdf03ee63fcb1d9e113f7bd525e043c254729dddf19d80396489f5b92c83c18d",
strip_prefix = "prometheus-cpp-b1234816facfdda29845c46696a02998a4af115a",
urls = [
"https://github.com/jupp0r/prometheus-cpp/archive/b123481.zip",
Expand Down

0 comments on commit e654642

Please sign in to comment.