Skip to content

v0.5.8-rc1

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

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

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

bazeldnf_dependencies()