Skip to content

Commit 4136f6f

Browse files
authored
Update rules_apple (#2436)
Fixes #2401
1 parent 50b9ef3 commit 4136f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ios/WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2626

2727
http_archive(
2828
name = "build_bazel_rules_apple",
29-
sha256 = "62b24b9c3c1eb5bdb6fe1a3f4bf541d6e61eac8997e87c25a50c821f85bf8ff2",
30-
url = "https://github.com/bazelbuild/rules_apple/releases/download/3.0.0-rc1/rules_apple.3.0.0-rc1.tar.gz",
29+
sha256 = "841b8d1bd270ee19c75c5e953be1b58ace0ecb35ed97c56f53c28392ef86e0d7",
30+
url = "https://github.com/bazelbuild/rules_apple/releases/download/3.2.0/rules_apple.3.2.0.tar.gz",
3131
)
3232

3333
load(

0 commit comments

Comments
 (0)