Skip to content

Commit 88ef742

Browse files
authored
fix: move rules_diff above SNIP
It doesn't need to be in user install instructions. Fixes #613
1 parent e8d9512 commit 88ef742

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

example/WORKSPACE.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ http_archive(
5858
url = "https://github.com/aspect-build/rules_js/releases/download/v2.0.0/rules_js-v2.0.0.tar.gz",
5959
)
6060

61+
http_archive(
62+
name = "rules_diff",
63+
integrity = "sha256-44r/+iFWzPOOMlWHR4ExLVmGU99Wlkiho9JxkadUK3Q=",
64+
strip_prefix = "rules_diff-v1.0.0",
65+
url = "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0/downloads/src.tar.gz",
66+
)
67+
6168
http_archive(
6269
name = "rules_shell",
6370
sha256 = "b15cc2e698a3c553d773ff4af35eb4b3ce2983c319163707dddd9e70faaa062d",
@@ -356,10 +363,3 @@ multitool(
356363
"@aspect_rules_lint//lint:multitool.lock.json",
357364
],
358365
)
359-
360-
http_archive(
361-
name = "rules_diff",
362-
integrity = "sha256-44r/+iFWzPOOMlWHR4ExLVmGU99Wlkiho9JxkadUK3Q=",
363-
strip_prefix = "rules_diff-v1.0.0",
364-
url = "https://gitlab.arm.com/bazel/rules_diff/-/releases/v1.0.0/downloads/src.tar.gz",
365-
)

0 commit comments

Comments
 (0)