Skip to content

Commit a05a03b

Browse files
chore(deps): update dependency helly25_bzl to v0.3.0
1 parent d6e0f1a commit a05a03b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2020

2121
http_archive(
2222
name = "helly25_bzl",
23-
sha256 = "404f8473bcaad2e370752e57d274d2093eb87ca94cb9a597c1a3553b76743206",
24-
strip_prefix = "bzl-0.1.2",
25-
url = "https://github.com/helly25/bzl/releases/download/0.1.2/bzl-0.1.2.tar.gz",
23+
sha256 = "3f1c99c6cf231691000f840acad0a45c7a7a6f6e3e126df96173e279ce2fcce5",
24+
strip_prefix = "bzl-0.3.0",
25+
url = "https://github.com/helly25/bzl/releases/download/0.3.0/bzl-0.3.0.tar.gz",
2626
)

toolchain/deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def bazel_toolchain_dependencies():
4848
if not native.existing_rule("helly25_bzl"):
4949
http_archive(
5050
name = "helly25_bzl",
51-
strip_prefix = "bzl-0.1.2",
52-
url = "https://github.com/helly25/bzl/releases/download/0.1.2/bzl-0.1.2.tar.gz",
53-
sha256 = "404f8473bcaad2e370752e57d274d2093eb87ca94cb9a597c1a3553b76743206",
51+
strip_prefix = "bzl-0.3.0",
52+
url = "https://github.com/helly25/bzl/releases/download/0.3.0/bzl-0.3.0.tar.gz",
53+
sha256 = "3f1c99c6cf231691000f840acad0a45c7a7a6f6e3e126df96173e279ce2fcce5",
5454
)

0 commit comments

Comments
 (0)