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"):
7
7
maybe (
8
8
repo_rule = http_archive ,
9
9
name = "rules_pkg" ,
10
- sha256 = "62eeb544ff1ef41d786e329e1536c1d541bb9bcad27ae984d57f18f314018e66 " ,
10
+ sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8 " ,
11
11
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" ,
14
14
],
15
15
)
16
16
17
17
maybe (
18
18
repo_rule = http_archive ,
19
19
name = "platforms" ,
20
- sha256 = "460caee0fa583b908c622913334ec3c1b842572b9c23cf0d3da0c2543a1a157d" ,
21
20
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" ,
24
23
],
24
+ sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74" ,
25
25
)
26
26
27
27
maybe (
You can’t perform that action at this time.
0 commit comments