We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1656f16 commit 932111bCopy full SHA for 932111b
gitops/deps.bzl
@@ -26,10 +26,10 @@ def rules_gitops_dependencies():
26
maybe(
27
http_archive,
28
name = "bazel_skylib",
29
- sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
+ sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94",
30
urls = [
31
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
32
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
33
],
34
)
35
0 commit comments