File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ def toolchain_chromium_dependencies():
1919 maybe (
2020 http_archive ,
2121 name = "bazel_skylib" ,
22- sha256 = "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d " ,
22+ sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7 " ,
2323 urls = [
24- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.1 .1/bazel-skylib-1.1 .1.tar.gz" ,
25- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1 .1/bazel-skylib-1.1 .1.tar.gz" ,
24+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4 .1/bazel-skylib-1.4 .1.tar.gz" ,
25+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4 .1/bazel-skylib-1.4 .1.tar.gz" ,
2626 ],
2727 )
2828
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ def toolchain_chromium_internal_deps():
5555 maybe (
5656 http_archive ,
5757 name = "bazel_skylib" ,
58- sha256 = "07b4117379dde7ab382345c3b0f5edfc6b7cff6c93756eac63da121e0bbcc5de " ,
59- strip_prefix = "bazel-skylib-1.1 .1" ,
58+ sha256 = "060426b186670beede4104095324a72bd7494d8b4e785bf0d84a612978285908 " ,
59+ strip_prefix = "bazel-skylib-1.4 .1" ,
6060 urls = [
61- "https://github.com/bazelbuild/bazel-skylib/archive/1.1 .1.tar.gz" ,
62- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.1 .1.tar.gz" ,
61+ "https://github.com/bazelbuild/bazel-skylib/archive/1.4 .1.tar.gz" ,
62+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.4 .1.tar.gz" ,
6363 ],
6464 )
6565
You can’t perform that action at this time.
0 commit comments