File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ def rules_helm_dependencies():
19
19
maybe (
20
20
http_archive ,
21
21
name = "bazel_skylib" ,
22
- sha256 = "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d " ,
22
+ sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
23
23
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.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
25
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
26
26
],
27
27
)
28
28
maybe (
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ def rules_helm_internal_deps():
44
44
maybe (
45
45
http_archive ,
46
46
name = "bazel_skylib" ,
47
- sha256 = "07b4117379dde7ab382345c3b0f5edfc6b7cff6c93756eac63da121e0bbcc5de " ,
48
- strip_prefix = "bazel-skylib-1.1.1 " ,
47
+ sha256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8 " ,
48
+ strip_prefix = "bazel-skylib-1.5.0 " ,
49
49
urls = [
50
- "https://github.com/bazelbuild/bazel-skylib/archive/1.1.1 .tar.gz" ,
51
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.1.1 .tar.gz" ,
50
+ "https://github.com/bazelbuild/bazel-skylib/archive/1.5.0 .tar.gz" ,
51
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.5.0 .tar.gz" ,
52
52
],
53
53
)
54
54
You can’t perform that action at this time.
0 commit comments