Update rules_proto digest to b5e5fc8

This commit is contained in:
Renovate Bot 2022-11-15 20:09:50 +00:00
parent 35fb29866e
commit 10aadf7fa2
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 4 additions and 4 deletions

View File

@ -65,11 +65,11 @@ http_archive(
http_archive(
name = "rules_proto",
sha256 = "56314b567d59daf64cb0379dd86dbb9de170b18d47fe378d5451e08f407c36bf",
strip_prefix = "rules_proto-70b42485395e0fa376f32b9e7f4012a70d6121d2",
sha256 = "c4ebe86f6b8d13ca5a10fdff4008d24788b3c6dd17e141a6f8ac381ff40c4585",
strip_prefix = "rules_proto-b5e5fc85f70cf6bbef66c69b679c86168ad1bea6",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/70b42485395e0fa376f32b9e7f4012a70d6121d2.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/70b42485395e0fa376f32b9e7f4012a70d6121d2.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/b5e5fc85f70cf6bbef66c69b679c86168ad1bea6.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/b5e5fc85f70cf6bbef66c69b679c86168ad1bea6.tar.gz",
],
)