Skip to content

v0.5.6-rc2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 17:49
· 84 commits to main since this release
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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

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

bazeldnf_dependencies()