Skip to content

Commit 225dd3e

Browse files
committed
Bump apple_rules_lint to 0.1.1
1 parent 838768c commit 225dd3e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1010

1111
http_archive(
1212
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-
],
13+
sha256 = "8feab4b08a958b10cb2abb7f516652cd770b582b36af6477884b3bba1f2f0726",
14+
strip_prefix = "apple_rules_lint-0.1.1",
15+
url = "https://github.com/apple/apple_rules_lint/archive/0.1.1.zip",
1716
)
1817

1918
load("@apple_rules_lint//lint:repositories.bzl", "lint_deps")

0 commit comments

Comments
 (0)