Use bazel_skylib 1.2.1 (#920)

This commit is contained in:
James Sharpe 2022-05-27 20:17:30 +01:00 committed by GitHub
parent 0cdd7132b5
commit c4d307b707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -75,11 +75,9 @@ def rules_foreign_cc_dependencies(
maybe(
http_archive,
name = "bazel_skylib",
# `main` as of 2021-10-27
# Release request: https://github.com/bazelbuild/bazel-skylib/issues/336
urls = [
"https://github.com/bazelbuild/bazel-skylib/archive/6e30a77347071ab22ce346b6d20cf8912919f644.zip",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
],
strip_prefix = "bazel-skylib-6e30a77347071ab22ce346b6d20cf8912919f644",
sha256 = "247361e64b2a85b40cb45b9c071e42433467c6c87546270cbe2672eb9f317b5a",
sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728",
)