Skip to content

Commit 8da4b9b

Browse files
authored
Use http_archive for rules_apple (#118)
1 parent df4a57e commit 8da4b9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorial/WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
33

4-
git_repository(
4+
http_archive(
55
name = "build_bazel_rules_apple",
6-
commit = "d16745aa68bed4f68a5d08d54516d3b397603814",
7-
remote = "https://github.com/bazelbuild/rules_apple.git",
8-
shallow_since = "1566925109 -0700",
6+
strip_prefix = "rules_apple-b869b0d3868d78a1d4ffd866ccb304fb68aa12c3",
7+
sha256 = "bdc8e66e70b8a75da23b79f1f8c6207356df07d041d96d2189add7ee0780cf4e",
8+
url = "https://github.com/bazelbuild/rules_apple/archive/b869b0d3868d78a1d4ffd866ccb304fb68aa12c3.tar.gz",
99
)
1010

1111
load(

0 commit comments

Comments
 (0)