Update rules_proto

rules_proto-5.3.0-21.5 is broken:
Error in download: java.io.IOException: Error downloading
[https://mirror.bazel.build/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.5/protobuf-java-3.21.5.jar,
https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.21.5/protobuf-java-3.21.5.jar]
Checksum was 51febfb24af6faa7eb729c880b8ba011cbab8ce55920656a450740b73d343ee2
but wanted ad275e75ee79e6c6388198dcb9acf0db2edee64782e11b508f379c3a2a17d168

Github issue: https://github.com/bazelbuild/rules_proto/issues/153
This commit is contained in:
Andrei Vagin
2022-12-02 10:32:10 -08:00
parent 99cc6c2dea
commit 9db00e178e
+3 -3
View File
@@ -146,10 +146,10 @@ register_toolchains("//:cc_toolchain_k8", "//:cc_toolchain_aarch64")
# Load protobuf dependencies.
http_archive(
name = "rules_proto",
sha256 = "80d3a4ec17354cccc898bfe32118edd934f851b03029d63ef3fc7c8663a7415c",
strip_prefix = "rules_proto-5.3.0-21.5",
sha256 = "c4ebe86f6b8d13ca5a10fdff4008d24788b3c6dd17e141a6f8ac381ff40c4585",
strip_prefix = "rules_proto-b5e5fc85f70cf6bbef66c69b679c86168ad1bea6",
urls = [
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.5.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/b5e5fc85f70cf6bbef66c69b679c86168ad1bea6.tar.gz",
],
)