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():
1919 maybe (
2020 http_archive ,
2121 name = "bazel_skylib" ,
22- sha256 = "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d " ,
22+ sha256 = "f7be3474d42aae265405a592bb7da8e171919d74c16f082a5457840f06054728 " ,
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.2 .1/bazel-skylib-1.2 .1.tar.gz" ,
25+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2 .1/bazel-skylib-1.2 .1.tar.gz" ,
2626 ],
2727 )
2828 maybe (
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ def rules_helm_internal_deps():
3535 maybe (
3636 http_archive ,
3737 name = "bazel_skylib" ,
38- sha256 = "07b4117379dde7ab382345c3b0f5edfc6b7cff6c93756eac63da121e0bbcc5de " ,
39- strip_prefix = "bazel-skylib-1.1 .1" ,
38+ sha256 = "710c2ca4b4d46250cdce2bf8f5aa76ea1f0cba514ab368f2988f70e864cfaf51 " ,
39+ strip_prefix = "bazel-skylib-1.2 .1" ,
4040 urls = [
41- "https://github.com/bazelbuild/bazel-skylib/archive/1.1 .1.tar.gz" ,
42- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.1 .1.tar.gz" ,
41+ "https://github.com/bazelbuild/bazel-skylib/archive/1.2 .1.tar.gz" ,
42+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.2 .1.tar.gz" ,
4343 ],
4444 )
4545
You can’t perform that action at this time.
0 commit comments