Skip to content

v0.6.0-rc1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 16:05
· 29 commits to main since this release
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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

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

bazeldnf_dependencies()