bazel: upgrade bazeldnf to produce deterministic rpm2tar artifacts

This commit is contained in:
Malte Poll 2023-06-15 10:22:34 +02:00 committed by Malte Poll
parent bd82071dd5
commit 18e7bffc67

View File

@ -5,10 +5,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def dnf_deps():
http_archive(
name = "bazeldnf",
sha256 = "c6aecb167e41e923aeaa629443dabb7dc37462d96db928c3e91e2b019160e710",
sha256 = "b10513edd9cb57717f538a928922b57cf4ee96f0cc4e37312e805a354222abb4",
urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/c6aecb167e41e923aeaa629443dabb7dc37462d96db928c3e91e2b019160e710",
"https://github.com/rmohr/bazeldnf/releases/download/v0.5.7/bazeldnf-v0.5.7.tar.gz",
"https://cdn.confidential.cloud/constellation/cas/sha256/b10513edd9cb57717f538a928922b57cf4ee96f0cc4e37312e805a354222abb4",
"https://github.com/malt3/bazeldnf/releases/download/v0.5.8-rc0-malt3/bazeldnf-v0.5.8-rc0-malt3.tar.gz",
],
type = "tar.gz",
)