Skip to content

v0.5.9-rc1

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

http_archive(
    name = "bazeldnf",
    sha256 = "ec1434b1687a6c26348de11e093d97483f6dd6afd7d245e0177898ce5ee365b6",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.9-rc1/bazeldnf-v0.5.9-rc1.tar.gz",
    ],
)

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

bazeldnf_dependencies()