From 37d34586ff6b959182993aaf7cdf9c802c2d47bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:38:11 +0100 Subject: [PATCH] deps: update bazeldnf digest to 32db3ee (#1236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- toolchains/dnf_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchains/dnf_deps.bzl b/toolchains/dnf_deps.bzl index d42189dd3..618b5ee4c 100644 --- a/toolchains/dnf_deps.bzl +++ b/toolchains/dnf_deps.bzl @@ -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", ], )