aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-02-14 01:30:01 -0800
committerCopybara-Service <copybara-worker@google.com>2023-02-14 01:30:01 -0800
commitbfeff307f6d653770dca6169729468ad7c609a55 (patch)
treebbe9ab1ed0848b6f0c004556f78ec5c5a0ecd71e
parent74495aa92ad0297abb4fc7c36fe4c083dea414ad (diff)
parentdaaae456160542eb65104cf725c370b6fe356828 (diff)
downloadbazelbuild-rules_cc-bfeff307f6d653770dca6169729468ad7c609a55.tar.gz
Merge pull request #177 from renovate-bot:renovate/bazel_skylib-1.x
PiperOrigin-RevId: 509457484 Change-Id: I1c72c7e256e831fbcae66900ea4be4ea3dcbd1d1
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 99c1525..e240e25 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_skylib",
- sha256 = "f24ab666394232f834f74d19e2ff142b0af17466ea0c69a3f4c276ee75f6efce",
+ sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.0/bazel-skylib-1.4.0.tar.gz",
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.0/bazel-skylib-1.4.0.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
],
)