diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index c4bd67e..3be7834 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -20,11 +20,10 @@ def cartographer_repositories(): _maybe( http_archive, name = "com_github_nelhage_rules_boost", - sha256 = "371f49e7b29e44a718baf8b9a2dd3eca865005a851c9ecf8fb6a10a715aa58dd", - strip_prefix = "rules_boost-a5a95642f6097f8949020646ffe89d7243008981", + sha256 = "f7d620c0061631d5b7685cd1065f2e2bf0768559555010a75e8e4720006f5867", + strip_prefix = "rules_boost-c3fae06e819ed8b93e31b150387dce4864758643", urls = [ - "https://mirror.bazel.build/github.com/nelhage/rules_boost/archive/a5a95642f6097f8949020646ffe89d7243008981.tar.gz", - "https://github.com/nelhage/rules_boost/archive/a5a95642f6097f8949020646ffe89d7243008981.tar.gz", + "https://github.com/nelhage/rules_boost/archive/c3fae06e819ed8b93e31b150387dce4864758643.tar.gz", ], )