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 5415161 commit d2f32b5Copy full SHA for d2f32b5
bazel/workspace0.bzl
@@ -93,9 +93,9 @@ def gl_cpp_workspace0(name = None):
93
http_archive,
94
name = "build_bazel_rules_apple",
95
urls = [
96
- "https://github.com/bazelbuild/rules_apple/releases/download/3.16.0/rules_apple.3.16.0.tar.gz",
+ "https://github.com/bazelbuild/rules_apple/releases/download/3.16.1/rules_apple.3.16.1.tar.gz",
97
],
98
- sha256 = "86ff9c3a2c7bc308fef339bcd5b3819aa735215033886cc281eb63f10cd17976",
+ sha256 = "352428421c89dba8859055c3e1ba42f742c224544bf0e196c926d1cf44a2d726",
99
)
100
101
# Load Abseil
0 commit comments