Skip to content

Commit 0989ac1

Browse files
committed
chore(deps): update dependency build_bazel_rules_apple to v4.5.0
1 parent 03beb82 commit 0989ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/workspace0.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ def gl_cpp_workspace0(name = None):
103103
http_archive,
104104
name = "build_bazel_rules_apple",
105105
urls = [
106-
"https://github.com/bazelbuild/rules_apple/releases/download/4.3.3/rules_apple.4.3.3.tar.gz",
106+
"https://github.com/bazelbuild/rules_apple/releases/download/4.5.0/rules_apple.4.5.0.tar.gz",
107107
],
108-
sha256 = "fad623b4d0dbe7883fffc95a3275eaabfd13bd9336fca6788cb40bee96e5f131",
108+
sha256 = "34953c6c5666f2bd864a4a2a27599eb6630a42fde18ba57292fa0a7fcb3d851c",
109109
)
110110

111111
# Load Abseil

0 commit comments

Comments
 (0)