mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
deps: update bazeldnf digest to 32db3ee (#1236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e1f0ea50a7
commit
37d34586ff
@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||||||
def dnf_deps():
|
def dnf_deps():
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "bazeldnf",
|
name = "bazeldnf",
|
||||||
sha256 = "871dfea4602bf4245aed4f15f8191e4b53b27dace20216862ede80fb893c6bf5",
|
sha256 = "97c43034d55af16061adcae26e69588bc2e164cbc289a140a3bb5b2125f0109d",
|
||||||
strip_prefix = "bazeldnf-ecdd4b69be56bf4924a7f8fc2197761111d815c8",
|
strip_prefix = "bazeldnf-32db3eee870531104529711782da1aa4eca7dacf",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/rmohr/bazeldnf/archive/ecdd4b69be56bf4924a7f8fc2197761111d815c8.tar.gz",
|
"https://github.com/rmohr/bazeldnf/archive/32db3eee870531104529711782da1aa4eca7dacf.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user