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 ccdcdcc commit b3e6b7cCopy full SHA for b3e6b7c
README.md
@@ -24,10 +24,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
24
25
http_archive(
26
name = "rules_typescript_proto",
27
- sha256 = "56dce48f816ae5ad239b0ca5a55e7f774ca6866d3bd2306b26874445bc247eb7",
28
- strip_prefix = "rules_typescript_proto-0.0.4",
+ sha256 = "51c7c5995f5de89ea1bbd64d956fd589f1c03357ab6768032930fadc2570f6a8",
+ strip_prefix = "rules_typescript_proto-0.0.5",
29
urls = [
30
- "https://github.com/Dig-Doug/rules_typescript_proto/archive/0.0.4.tar.gz",
+ "https://github.com/Dig-Doug/rules_typescript_proto/archive/0.0.5.tar.gz",
31
],
32
)
33
0 commit comments