Skip to content

Commit c9c9d56

Browse files
authored
Update index-import for zlib brew dep fix (#1513)
1 parent 8be413e commit c9c9d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
242242
name = "build_bazel_rules_swift_index_import_6_1",
243243
build_file = Label("//third_party:build_bazel_rules_swift_index_import/BUILD.overlay"),
244244
canonical_id = "index-import-6.1",
245-
urls = ["https://github.com/MobileNativeFoundation/index-import/releases/download/6.1.0/index-import.tar.gz"],
246-
sha256 = "54d0477526bba0dc1560189dfc4f02d90aea536e9cb329e911f32b2a564b66f1",
245+
urls = ["https://github.com/MobileNativeFoundation/index-import/releases/download/6.1.0.1/index-import.tar.gz"],
246+
sha256 = "9a54fc1674af6031125a9884480a1e31e1bcf48b8f558b3e8bcc6b6fcd6e8b61",
247247
)
248248

249249
_maybe(

0 commit comments

Comments
 (0)