Skip to content

Commit 690f247

Browse files
committed
Manually patch versions as well as hashes...
1 parent c68a72e commit 690f247

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/js/module_extensions.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ def _download_plugins(module_ctx):
3535
# grpc-web plugin
3636
for version, platform, hash in [
3737
# renovate-gh-plugin: grpc/grpc-web
38-
("1.5.0", "darwin-arm64", "1cdf0691abd0c423d417a546766425885df31a4a615b90854fc2504218121b68"),
39-
("1.5.0", "darwin-x86_64", "a1b646fa24d0894d1f3c55319eb06f228501bc2db5d717a23a67ffc3e92ff635"),
40-
("1.5.0", "linux-arm64", "f334361fe97c3530003c01f9c24140c6c5bc5b681051d7b1b25af35015974ddf"),
41-
("1.5.0", "linux-x86_64", "4cccce00b21f33886976c7e331c1e207aae7746485c2c7aea0faaf4737dd8152"),
42-
("1.5.0", "windows-arm64", "f64c29c43b22b30fc7a2066da2c4f067fc7fb700a3d578e056fb09a38ad53a43"),
43-
("1.5.0", "windows-x86_64", "6868c929ef10b39f0163452c9fda3ecfe51517c14eb86fad1f3da19aa70d37be"),
38+
("2.0.0", "darwin-arm64", "1cdf0691abd0c423d417a546766425885df31a4a615b90854fc2504218121b68"),
39+
("2.0.0", "darwin-x86_64", "a1b646fa24d0894d1f3c55319eb06f228501bc2db5d717a23a67ffc3e92ff635"),
40+
("2.0.0", "linux-arm64", "f334361fe97c3530003c01f9c24140c6c5bc5b681051d7b1b25af35015974ddf"),
41+
("2.0.0", "linux-x86_64", "4cccce00b21f33886976c7e331c1e207aae7746485c2c7aea0faaf4737dd8152"),
42+
("2.0.0", "windows-arm64", "f64c29c43b22b30fc7a2066da2c4f067fc7fb700a3d578e056fb09a38ad53a43"),
43+
("2.0.0", "windows-x86_64", "6868c929ef10b39f0163452c9fda3ecfe51517c14eb86fad1f3da19aa70d37be"),
4444
]:
4545
http_file(
4646
name = "protoc_gen_grpc_web_plugin_{}".format(platform.replace("-", "_")),

0 commit comments

Comments
 (0)