Skip to content

Commit a91a7fb

Browse files
committed
Bump toml2json
1 parent 7f2a6c5 commit a91a7fb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

MODULE.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ use_repo(
3737
name = "toml2json_" + name,
3838
executable = True,
3939
sha256 = sha256,
40-
url = "https://github.com/hermeticbuild/toml2json/releases/download/v0.0.23/toml2json_" + name + ext,
40+
url = "https://github.com/hermeticbuild/toml2json/releases/download/v0.0.26/toml2json_" + name + ext,
4141
)
4242
for name, sha256, ext in [
43-
("darwin_amd64", "3fad1d4314fec5074b635ba3e5b31d578e2539137a017092bf364672a3c9676a", ""),
44-
("darwin_arm64", "6d9ac7a19c738771233192db058f74af1e6963e78147adef68d3463b6736fdd1", ""),
45-
("linux_amd64", "fa7ce4deb4292a3ee93f4e47726ced6bb4e8483205e43e8daa4b05a4b77ec286", ""),
46-
("linux_arm64", "c64706324f99ad7109c62ef9475c58a6a7c6efc2f9c5fa1ce7750eb0cd9e8d02", ""),
47-
("windows_amd64", "bbc61cd6a081e490223b44f33003cb02e00301306d84fcba0cb3eaee8fb70396", ".exe"),
48-
("windows_arm64", "00a7101da6260926e8c23af3b802f82d3f820054fae3d86c29886545f5985a92", ".exe"),
43+
("darwin_amd64", "632da497331d7aa5f2dd36b7c3c4339639e203bbafa56db77f0bb46cf46089a6", ""),
44+
("darwin_arm64", "13e000bb10f66fd3eb7e72c1fbb382a72859fefb9a75b99173728b0136bd932f", ""),
45+
("linux_amd64", "87921b36ceb343af152fc988be59eec49ac9865f2e499a48152bed03e66f8228", ""),
46+
("linux_arm64", "b271e043e58814353a3f289fb7ce78198d742e730149325d0622d71f3d8595b5", ""),
47+
("windows_amd64", "3fb037472c7ec2485b1c965253404841bfa32d571489b76dfbbc1c7ad6848884", ".exe"),
48+
("windows_arm64", "f825f7b6aea181bb050d4112d3234ec4ef0de45fadc9e6f99c0adcb08db9cf64", ".exe"),
4949
]
5050
]
5151

0 commit comments

Comments
 (0)