Skip to content

Commit b3ce998

Browse files
committed
Update index-import for Xcode 16.3+
Hash algorithm changed in Swift versions included with Xcode 16.3+ Signed-off-by: Luis Padron <lpadron@squareup.com> Signed-off-by: Luis Padron <heyluispadron@gmail.com>
1 parent a369447 commit b3ce998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcodeproj/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ native_binary(
161161
visibility = ["//visibility:public"],
162162
)
163163
""",
164-
sha256 = "28c1ffa39d99e74ed70623899b207b41f79214c498c603915aef55972a851a15",
165-
url = "https://github.com/MobileNativeFoundation/index-import/releases/download/5.8.0.1/index-import.tar.gz",
164+
sha256 = "0806ac1671be1696e46936c41ea92aef2666d073a8a0c41cf8991f1f73fb4d2e",
165+
url = "https://github.com/bkolb/index-import/archive/refs/heads/fix/120-fix-hash.zip",
166166
ignore_version_differences = ignore_version_differences,
167167
)
168168

0 commit comments

Comments
 (0)