Skip to content

Commit 567aa11

Browse files
committed
Swift: fix toolchain SHAs
1 parent bc34374 commit 567aa11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/third_party/load.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ _toolchain_info = {
2323
platform = "ubuntu2004",
2424
suffix = "ubuntu20.04",
2525
extension = "tar.gz",
26-
sha = "5fca0c384a1cdf9b3d4f71bcab5ff27aaee25f4bc09a134b16fa7fcf34e34c45",
26+
sha = "dd4b04c7f95c4ada4a2aacb66864b1ed20358313aaa4c880dc3974bf1eefa275",
2727
),
2828
"macos": struct(
2929
platform = "xcode",
3030
suffix = "osx",
3131
extension = "pkg",
32-
sha = "3cf7a4b2f3efcfcb4fef42b6588a7b1c54f7b0f2d0a479f41c3e1620b045f48e",
32+
sha = "417d46f73b2e6b5da82ebbc8a5f4979f7187691fd42119157ba56d5a8bc89eda",
3333
),
3434
}
3535

0 commit comments

Comments
 (0)