deps: update bazeldnf digest to 32db3ee (#1236)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-10 18:38:11 +01:00 committed by GitHub
parent e1f0ea50a7
commit 37d34586ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def dnf_deps():
http_archive(
name = "bazeldnf",
sha256 = "871dfea4602bf4245aed4f15f8191e4b53b27dace20216862ede80fb893c6bf5",
strip_prefix = "bazeldnf-ecdd4b69be56bf4924a7f8fc2197761111d815c8",
sha256 = "97c43034d55af16061adcae26e69588bc2e164cbc289a140a3bb5b2125f0109d",
strip_prefix = "bazeldnf-32db3eee870531104529711782da1aa4eca7dacf",
urls = [
"https://github.com/rmohr/bazeldnf/archive/ecdd4b69be56bf4924a7f8fc2197761111d815c8.tar.gz",
"https://github.com/rmohr/bazeldnf/archive/32db3eee870531104529711782da1aa4eca7dacf.tar.gz",
],
)