Skip to content

v0.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 19:10
· 80 commits to main since this release
  • Switch bazeldnf to prebuilt binaries, removing all golang dependencies on adopting projects which use bazeldnf through their WORKSPACE file.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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

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

bazeldnf_dependencies()