We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03beb82 commit 0989ac1Copy full SHA for 0989ac1
bazel/workspace0.bzl
@@ -103,9 +103,9 @@ def gl_cpp_workspace0(name = None):
103
http_archive,
104
name = "build_bazel_rules_apple",
105
urls = [
106
- "https://github.com/bazelbuild/rules_apple/releases/download/4.3.3/rules_apple.4.3.3.tar.gz",
+ "https://github.com/bazelbuild/rules_apple/releases/download/4.5.0/rules_apple.4.5.0.tar.gz",
107
],
108
- sha256 = "fad623b4d0dbe7883fffc95a3275eaabfd13bd9336fca6788cb40bee96e5f131",
+ sha256 = "34953c6c5666f2bd864a4a2a27599eb6630a42fde18ba57292fa0a7fcb3d851c",
109
)
110
111
# Load Abseil
0 commit comments