Skip to content

v0.5.7-rc0

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

http_archive(
    name = "bazeldnf",
    sha256 = "214289f6a7b79346f3fe714070661624143341066b7fc57169a9b89b412ead22",
    urls = [
        "https://github.com/rmohr/bazeldnf/releases/download/v0.5.7-rc0/bazeldnf-v0.5.7-rc0.tar.gz",
    ],
)

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

bazeldnf_dependencies()

What's Changed

  • Build and publish ppc builds by @rmohr in #55

Full Changelog: v0.5.6...v0.5.7-rc0