Skip to content

Commit

Permalink
chore(deps): update boringssl digest to 1514130 (#358)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent 5fb5f95 commit 0ec287e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def ros2_workspace_repositories():
maybe(
http_archive,
name = "boringssl",
sha256 = "1fedfbb6072f6ec0527696294cc3fe70ef3bb4d0a776dfa1dd236a8bf033942b",
strip_prefix = "boringssl-af1a5a4410ca4fa8deddf2fbf5a37b467d84a3d5",
urls = ["https://github.com/hedronvision/boringssl/archive/af1a5a4410ca4fa8deddf2fbf5a37b467d84a3d5.tar.gz"],
sha256 = "74dc13fc35febc568fa47052ff39ae8c8725c1a9a21d95419f4e8f36ce63e780",
strip_prefix = "boringssl-151413043ff342a68ec9e0ea6c72dabf2ec8176e",
urls = ["https://github.com/hedronvision/boringssl/archive/151413043ff342a68ec9e0ea6c72dabf2ec8176e.tar.gz"],
)

maybe(
Expand Down

0 comments on commit 0ec287e

Please sign in to comment.