Skip to content

v0.5.6-rc3

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

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

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

bazeldnf_dependencies()