Skip to content

Commit 311a0f3

Browse files
chore(deps): update boringssl digest to ae09fd8 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d425b9a commit 311a0f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repositories/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ def ros2_workspace_repositories():
146146
maybe(
147147
http_archive,
148148
name = "boringssl",
149-
sha256 = "d38af313617ce2e952a7af6ba80e2cd87520b5c1c355316ea4222a2a3edbcd21",
150-
strip_prefix = "boringssl-266308793d4d0d1f20c817efda8da00bf393bfd6",
151-
urls = ["https://github.com/hedronvision/boringssl/archive/266308793d4d0d1f20c817efda8da00bf393bfd6.tar.gz"],
149+
sha256 = "ed3f585bf50e1c2fea09746ca8b5aaf31888420ee52f214d798ad1c6c0f6d0db",
150+
strip_prefix = "boringssl-ae09fd8a6e5b5f9e0bdb05f5f1ec013acb0b3bc4",
151+
urls = ["https://github.com/hedronvision/boringssl/archive/ae09fd8a6e5b5f9e0bdb05f5f1ec013acb0b3bc4.tar.gz"],
152152
)
153153

154154
maybe(

0 commit comments

Comments
 (0)