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 @@ -29,19 +29,19 @@ lint_setup({
29
29
30
30
http_archive (
31
31
name = "platforms" ,
32
- sha256 = "ae95e4bfcd9f66e9dc73a92cee0107fede74163f788e3deefe00f3aaae75c431 " ,
33
- strip_prefix = "platforms-681f1ee032566aa2d443cf0335d012925d9c58d4 " ,
32
+ sha256 = "0fc19efca1dfc5c1448c98f050639e3a48beb0031701d55bea5eb546507970f2 " ,
33
+ strip_prefix = "platforms-0.0.1 " ,
34
34
urls = [
35
- "https://github.com/bazelbuild/platforms/archive/681f1ee032566aa2d443cf0335d012925d9c58d4.zip " ,
35
+ "https://github.com/bazelbuild/platforms/archive/0.0.1.tar.gz " ,
36
36
],
37
37
)
38
38
39
39
http_archive (
40
40
name = "bazel_skylib" ,
41
- sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44 " ,
41
+ sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c " ,
42
42
urls = [
43
- "https://mirror.bazel.build/ github.com/bazelbuild/bazel-skylib/releases/download/1.0.2 /bazel-skylib-1.0.2 .tar.gz" ,
44
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.2 /bazel-skylib-1.0.2 .tar.gz" ,
43
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3 /bazel-skylib-1.0.3 .tar.gz" ,
44
+ "https://mirror.bazel.build/ github.com/bazelbuild/bazel-skylib/releases/download/1.0.3 /bazel-skylib-1.0.3 .tar.gz" ,
45
45
],
46
46
)
47
47
You can’t perform that action at this time.
0 commit comments