Skip to content

Commit

Permalink
update rules_boost to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Yang <[email protected]>
  • Loading branch information
Wyverald committed Aug 17, 2022
1 parent 9ab5574 commit b929201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ def cartographer_repositories():
_maybe(
http_archive,
name = "com_github_nelhage_rules_boost",
sha256 = "371f49e7b29e44a718baf8b9a2dd3eca865005a851c9ecf8fb6a10a715aa58dd",
strip_prefix = "rules_boost-a5a95642f6097f8949020646ffe89d7243008981",
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",
],
)

Expand Down

0 comments on commit b929201

Please sign in to comment.