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 838768c commit 225dd3eCopy full SHA for 225dd3e
WORKSPACE
@@ -10,10 +10,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
10
11
http_archive(
12
name = "apple_rules_lint",
13
- sha256 = "ece669d52998c7a0df2c2380f37edbf4ed8ebb1a03587ed1781dfbececef9b3d",
14
- urls = [
15
- "https://github.com/apple/apple_rules_lint/releases/download/0.1.0/apple_rules_lint-0.1.0.tar.gz",
16
- ],
+ sha256 = "8feab4b08a958b10cb2abb7f516652cd770b582b36af6477884b3bba1f2f0726",
+ strip_prefix = "apple_rules_lint-0.1.1",
+ url = "https://github.com/apple/apple_rules_lint/archive/0.1.1.zip",
17
)
18
19
load("@apple_rules_lint//lint:repositories.bzl", "lint_deps")
0 commit comments