deps: update rules_proto digest to d205d37

This commit is contained in:
renovate[bot] 2024-04-25 17:21:17 +00:00 committed by GitHub
parent 3ea0e3a487
commit 49e7840275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@ def proto_deps():
http_archive(
name = "rules_proto",
sha256 = "17fa03f509b0d1df05c70c174a266ab211d04b9969e41924fd07a81ea171f117",
strip_prefix = "rules_proto-cda0effe6b5af095a6886c67f90c760b83f08c48",
strip_prefix = "rules_proto-d205d37866925569d99b4d6cdcba172326ecf812",
urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/17fa03f509b0d1df05c70c174a266ab211d04b9969e41924fd07a81ea171f117",
"https://github.com/bazelbuild/rules_proto/archive/cda0effe6b5af095a6886c67f90c760b83f08c48.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/d205d37866925569d99b4d6cdcba172326ecf812.tar.gz",
],
type = "tar.gz",
)