Skip to content

Commit

Permalink
[build] Add missing checksum (grpc#37613)
Browse files Browse the repository at this point in the history
Just remove a warning I saw doing a clean build.

Closes grpc#37613

COPYBARA_INTEGRATE_REVIEW=grpc#37613 from eugeneo:add-sha e654642
PiperOrigin-RevId: 670602715
  • Loading branch information
eugeneo authored and copybara-github committed Sep 3, 2024
1 parent 70b3562 commit 4fe0033
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 4fe0033

Please sign in to comment.