Skip to content

Commit

Permalink
update rules_boost to latest version (#1898)
Browse files Browse the repository at this point in the history
Signed-off-by: Xùdōng Yáng <[email protected]>
Signed-off-by: kscottz <[email protected]>
  • Loading branch information
Wyverald authored and kscottz committed Dec 8, 2023
1 parent 9ab5574 commit a775899
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down

0 comments on commit a775899

Please sign in to comment.