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", ], )