Skip to content

Commit 1bb7de6

Browse files
authored
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>
1 parent a369447 commit 1bb7de6

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 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
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)