Skip to content

0.0.3, darwin-only

Compare
Choose a tag to compare
@5h4d0w4rt 5h4d0w4rt released this 04 Jan 10:07
· 34 commits to main since this release
4495b67
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_prometheus",
    sha256 = "e026853928dbf06f67430448d4242921b387b2e1c6b317f05b3db0c21c08f2aa",
    strip_prefix = "rules_prometheus-0.0.3",
    urls = ["https://github.com/5h4d0w4rt/rules_prometheus/archive/0.0.3.zip"],
)

load("@io_bazel_rules_prometheus//:deps.bzl", "prometheus_repositories")

prometheus_repositories()