We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadd989 commit 8bcb145Copy full SHA for 8bcb145
1 file changed
WORKSPACE
@@ -91,10 +91,11 @@ cc_library(
91
"""
92
)
93
94
+# TODO: Remove protobuf dependency and reset to head.
95
http_archive(
96
name = "com_github_jupp0r_prometheus_cpp",
- strip_prefix = "prometheus-cpp-master",
97
- urls = ["https://github.com/jupp0r/prometheus-cpp/archive/master.zip"],
+ strip_prefix = "prometheus-cpp-a97127c9aeec8decb76cf3bec1fb9c9a0dd4a9fc",
98
+ urls = ["https://github.com/jupp0r/prometheus-cpp/archive/a97127c9aeec8decb76cf3bec1fb9c9a0dd4a9fc.zip"],
99
100
101
load("@com_github_jupp0r_prometheus_cpp//:repositories.bzl",
0 commit comments