v0.7.0-rc6
Pre-release
Pre-release
·
51 commits
to main
since this release
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel
file:
bazel_dep(name = "bazeldnf", version = "0.7.0-rc6")
This will register a prebuilt bazeldnf
Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazeldnf",
sha256 = "ca4b73a83f6a4977e936aac1a69be39f97cf2af2a0ac908eeb4382004b36e46f",
strip_prefix = "bazeldnf-v0.7.0-rc6",
url = "https://github.com/bookingcom/bazeldnf/releases/download/v0.7.0-rc6/bazeldnf-v0.7.0-rc6.tar.gz",
)
load(
"@bazeldnf//bazeldnf:repositories.bzl",
"bazeldnf_dependencies",
)
bazeldnf_dependencies()
Full Changelog: v0.6.0-rc16...v0.7.0-rc6