File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ def internal_dependencies():
3535 maybe (
3636 http_archive ,
3737 name = "aspect_bazel_lib" ,
38- sha256 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c " ,
39- strip_prefix = "bazel-lib-1.26.2 " ,
40- url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.26.2 .tar.gz" ,
38+ sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2 " ,
39+ strip_prefix = "bazel-lib-1.28.0 " ,
40+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.28.0 .tar.gz" ,
4141 )
4242
4343 maybe (
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ def gcc_toolchain_dependencies():
3636 maybe (
3737 http_archive ,
3838 name = "aspect_bazel_lib" ,
39- sha256 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c " ,
40- strip_prefix = "bazel-lib-1.26.2 " ,
41- url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.26.2 .tar.gz" ,
39+ sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2 " ,
40+ strip_prefix = "bazel-lib-1.28.0 " ,
41+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.28.0 .tar.gz" ,
4242 )
4343
4444 maybe (
You can’t perform that action at this time.
0 commit comments