@@ -7,37 +7,37 @@ def _download_plugins(module_ctx):
7
7
8
8
# Breaking plugin
9
9
for platform , hash in [
10
- ("darwin-arm64" , "be1827ac7800534b621e91d487861b63b1373661c8ee44823f6a58073a18da3e " ),
11
- ("darwin-x86_64" , "0483d562c7ddaf992867ff325e8c0a44920870f94b2511bafc11930b5e0d5950 " ),
12
- ("linux-arm64" , "6b36d2f551e0519229e5fcf4b76f2efc0a42fe1a7f0f2047bceaf583f127d60d " ),
13
- ("linux-x86_64" , "d07507a89ad13145e3469656271439e504f8a409ab07fb5c67d8c1eb1a91a50b " ),
14
- ("windows-arm64" , "430dca8233007387c4bff484c0a03792421097e7540914c3e72d4421b590da28 " ),
15
- ("windows-x86_64" , "40e19f744d965c22bb300d497db58c7467c288127b202105a13fc8769280026d " ),
10
+ ("darwin-arm64" , "55db6cb7bbc11674691f6bbdb1fd5722a9ad6d2d4b4d250264f021b222a165e6 " ),
11
+ ("darwin-x86_64" , "0483d562c7ddaf99cab3136c12006ccd211b47d5a169a8c2457438afa6d03fc21a9c82c26ce9b7e12867ff325e8c0a44920870f94b2511bafc11930b5e0d5950 " ),
12
+ ("linux-arm64" , "84a028f2544e66817ce31c695077c2b71c18204a4e5747d6edb0852b7889ba35 " ),
13
+ ("linux-x86_64" , "1629346e6b113b2ea50d5567e5b94f5b661024da965fc05623956b6ce7dd01b8 " ),
14
+ ("windows-arm64" , "22721a0036cdeee30fe7ab01e8e9a9b584ff61b5c354adc0afede9428f667060 " ),
15
+ ("windows-x86_64" , "8575bc576ea7e3187b8214edaa46ae652039a6bf5298bd0d188c8dd4b83130af " ),
16
16
]:
17
17
http_file (
18
18
name = "buf_breaking_plugin_{}" .format (platform .replace ("-" , "_" )),
19
19
executable = True ,
20
20
sha256 = hash ,
21
- url = "https://github.com/bufbuild/buf/releases/download/v1.46 .0/protoc-gen-buf-breaking-{}{}" .format (
21
+ url = "https://github.com/bufbuild/buf/releases/download/v1.54 .0/protoc-gen-buf-breaking-{}{}" .format (
22
22
platform .title (),
23
23
".exe" if "windows" in platform else "" ,
24
24
),
25
25
)
26
26
27
27
# Lint plugin
28
28
for platform , hash in [
29
- ("darwin-arm64" , "6f3ee28236c788c1d4ea082ae895e499e7cd7afdd3f27e653e01839d4f0a07e5 " ),
30
- ("darwin-x86_64" , "4fe24eaab20adf60f9a8002e46735d4274d728f710b2f9cf033ea216e0dc5b58 " ),
31
- ("linux-arm64" , "8f684494b69b2542fa1ee0ba8a8a6105ed815076a0e35120bf97d5e6b1b476ad " ),
32
- ("linux-x86_64" , "b88f711535492d94dc813f86d78294593af7f8147e48dcf11b36c25f56547466 " ),
33
- ("windows-arm64" , "e03286b354897a83434e78d993b811fe01f6a3a20bcd03990b4fbddaf1e06ff1 " ),
34
- ("windows-x86_64" , "fe0efce687741caa6d832d0a2e744f2854d39b45321b15441250a7b1c0de78bb " ),
29
+ ("darwin-arm64" , "bdda2d433220354eca60d48bd24ed6fdea14e5bf04ebe5152ea41aabcdf37ff7 " ),
30
+ ("darwin-x86_64" , "7d8d70dcd9b28ad1bdb8ec5aabc4e1cfbd8f5b6e2f1dc7332461450c71470023 " ),
31
+ ("linux-arm64" , "9ec0b561dcebd29a3f72748f4d005d763ae469edfa32d8e9e81df0d04ec54234 " ),
32
+ ("linux-x86_64" , "b73dd6d2b00c33b5301232d059989d7a6ce0b9143045cffbff560bccba74db72 " ),
33
+ ("windows-arm64" , "04db73ebf8a04c3030f4427512d9b7552f25a90243123af7f1a652f8b31113ab " ),
34
+ ("windows-x86_64" , "d6f44314126544f2696b9072bc703f73faee8ae0e5c4799a25e30252a8dab141 " ),
35
35
]:
36
36
http_file (
37
37
name = "buf_lint_plugin_{}" .format (platform .replace ("-" , "_" )),
38
38
executable = True ,
39
39
sha256 = hash ,
40
- url = "https://github.com/bufbuild/buf/releases/download/v1.46 .0/protoc-gen-buf-lint-{}{}" .format (
40
+ url = "https://github.com/bufbuild/buf/releases/download/v1.54 .0/protoc-gen-buf-lint-{}{}" .format (
41
41
platform ,
42
42
".exe" if "windows" in platform else "" ,
43
43
),
0 commit comments