We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6d5f1 commit fd826f1Copy full SHA for fd826f1
bazel/workspace0.bzl
@@ -82,9 +82,9 @@ def gl_cpp_workspace0(name = None):
82
http_archive,
83
name = "build_bazel_rules_apple",
84
urls = [
85
- "https://github.com/bazelbuild/rules_apple/releases/download/3.9.2/rules_apple.3.9.2.tar.gz",
+ "https://github.com/bazelbuild/rules_apple/releases/download/3.11.2/rules_apple.3.11.2.tar.gz",
86
],
87
- sha256 = "86025f64d723a66438787d089bea4a7bc387877229f927dcb72ee26a8db96917",
+ sha256 = "b770067261140c0a3c5f84f900e3d6059d7036d7954da243016acfdb17216799",
88
)
89
90
# Load Abseil
0 commit comments