Skip to content

v0.5.8-rc2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 20:25
· 52 commits to main since this release
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazeldnf",
    sha256 = "3d06f383f67466efe83b1cfb1ed262033fe21c4014cfe4735290816728674d1c",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.8-rc2/bazeldnf-v0.5.8-rc2.tar.gz",
    ],
)

load("@bazeldnf//:deps.bzl", "bazeldnf_dependencies")

bazeldnf_dependencies()