File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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+
6168http_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- )
You can’t perform that action at this time.
0 commit comments