# RE2's release metadata still selects compatibility-level-1 Abseil. Patch the
# dependency to this module's compatibility-level-0 Abseil until RE2 publishes
# compatible BCR metadata. The release archive is used because the BCR MODULE
# differs from the upstream archive and cannot be patched through a plain
# single_version_override.
archive_override(
module_name = "re2",
integrity = "sha256-x7Gnp8aNLXz400PcVmVcG1qMiq3twBfbRT1MHYkTuEQ=",
patch_strip = 1,
patches = ["//bazelmod:re2-2025-11-05-abseil.patch"],
strip_prefix = "re2-2025-11-05",
urls = ["https://github.com/google/re2/releases/download/2025-11-05/re2-2025-11-05.zip"],
)
single_version_override(
module_name = "protobuf",
patch_strip = 1,
patches = ["//bazelmod:protobuf-35.0-abseil.patch"],
version = "35.0",
)
1.2.4 +23h2026-09-06 | |
1.2.22026-09-05 |