Skip to content

Commit 25fc116

Browse files
samuelsainzluispadron
authored andcommitted
Adopt latest index-import version to fix issue with libzstd.1.dylib
Signed-off-by: Samuel Sainz <samuel.sainz@compass.com>
1 parent 4f1d34b commit 25fc116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xcodeproj/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ native_binary(
174174
http_archive,
175175
name = "rules_xcodeproj_index_import",
176176
build_file_content = index_import_build_file_content,
177-
canonical_id = "index-import-6.1.0",
178-
sha256 = "54d0477526bba0dc1560189dfc4f02d90aea536e9cb329e911f32b2a564b66f1",
179-
url = "https://github.com/MobileNativeFoundation/index-import/releases/download/6.1.0/index-import.tar.gz",
177+
canonical_id = "index-import-6.1.0.1",
178+
sha256 = "9a54fc1674af6031125a9884480a1e31e1bcf48b8f558b3e8bcc6b6fcd6e8b61",
179+
url = "https://github.com/MobileNativeFoundation/index-import/releases/download/6.1.0.1/index-import.tar.gz",
180180
ignore_version_differences = ignore_version_differences,
181181
)
182182

0 commit comments

Comments
 (0)