Skip to content
Snippets Groups Projects
Commit 40c42a85 authored by hoekwater's avatar hoekwater Committed by shantuo
Browse files

Upgrade the boringssl dependency to a slightly more recent version

PiperOrigin-RevId: 673502270
parent 22552f86
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,9 @@ rules_proto_toolchains()
# TODO(b/303695580): Unpin this dependency after fixing compatibility.
http_archive(
name = "boringssl",
sha256 = "0a2b7a10fdce3d5ccdc6abf4f5701dca24b97efa75b00d203c50221269605476",
strip_prefix = "boringssl-ea4425fbb276871cfec5c4e19c12796b3cd1c9ab",
urls = ["https://github.com/google/boringssl/archive/ea4425fbb276871cfec5c4e19c12796b3cd1c9ab.tar.gz"],
sha256 = "acc11d72e37a417f74852cc75d4084ec7121727c01bd1e9b5525231c9b03c277",
strip_prefix = "boringssl-22d349c4596e81425ec88f82fab47063a9a2bac6",
urls = ["https://github.com/google/boringssl/archive/22d349c4596e81425ec88f82fab47063a9a2bac6.tar.gz"],
)
http_archive(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment