File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,21 @@ def codeql_workspace(repository_name = "codeql"):
77 maybe (
88 repo_rule = http_archive ,
99 name = "rules_pkg" ,
10- sha256 = "62eeb544ff1ef41d786e329e1536c1d541bb9bcad27ae984d57f18f314018e66 " ,
10+ sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8 " ,
1111 urls = [
12- "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.6.0 /rules_pkg-0.6.0 .tar.gz" ,
13- "https://github.com/bazelbuild/rules_pkg/releases/download/0.6.0 /rules_pkg-0.6.0 .tar.gz" ,
12+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.1 /rules_pkg-0.9.1 .tar.gz" ,
13+ "https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1 /rules_pkg-0.9.1 .tar.gz" ,
1414 ],
1515 )
1616
1717 maybe (
1818 repo_rule = http_archive ,
1919 name = "platforms" ,
20- sha256 = "460caee0fa583b908c622913334ec3c1b842572b9c23cf0d3da0c2543a1a157d" ,
2120 urls = [
22- "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.3 /platforms-0.0.3 .tar.gz" ,
23- "https://github.com/bazelbuild/platforms/releases/download/0.0.3 /platforms-0.0.3 .tar.gz" ,
21+ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8 /platforms-0.0.8 .tar.gz" ,
22+ "https://github.com/bazelbuild/platforms/releases/download/0.0.8 /platforms-0.0.8 .tar.gz" ,
2423 ],
24+ sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74" ,
2525 )
2626
2727 maybe (
You can’t perform that action at this time.
0 commit comments