aboutsummaryrefslogtreecommitdiff
path: root/examples/ios/WORKSPACE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ios/WORKSPACE.bazel')
-rw-r--r--examples/ios/WORKSPACE.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ios/WORKSPACE.bazel b/examples/ios/WORKSPACE.bazel
index 36791fbd..769e0364 100644
--- a/examples/ios/WORKSPACE.bazel
+++ b/examples/ios/WORKSPACE.bazel
@@ -26,8 +26,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_apple",
- sha256 = "841b8d1bd270ee19c75c5e953be1b58ace0ecb35ed97c56f53c28392ef86e0d7",
- url = "https://github.com/bazelbuild/rules_apple/releases/download/3.2.0/rules_apple.3.2.0.tar.gz",
+ sha256 = "65eafafe94b8573e74160b7f587d091a0fa34d69e6d2c41c4afb1eef140383ec",
+ url = "https://github.com/bazelbuild/rules_apple/releases/download/3.3.0/rules_apple.3.3.0.tar.gz",
)
load(