We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98c471 commit c22a53fCopy full SHA for c22a53f
internal_deps.bzl
@@ -49,9 +49,9 @@ def rules_ts_internal_deps():
49
50
http_archive(
51
name = "rules_proto",
52
- sha256 = "303e86e722a520f6f326a50b41cfc16b98fe6d1955ce46642a5b7a67c11c0f5d",
53
- strip_prefix = "rules_proto-6.0.0",
54
- url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0/rules_proto-6.0.0.tar.gz",
+ sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
+ strip_prefix = "rules_proto-6.0.2",
+ url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2/rules_proto-6.0.2.tar.gz",
55
)
56
57
0 commit comments