We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788f45c commit 18b599bCopy full SHA for 18b599b
WORKSPACE
@@ -111,10 +111,10 @@ register_jq_toolchains()
111
http_archive(
112
name = "com_github_cli_cli_darwin_arm64",
113
build_file_content = """exports_files(glob(["bin/*"]))""",
114
- sha256 = "c1c445154ede0707caf24907c74a153e397635ebb35887e73937de1f00dc0c10",
115
- strip_prefix = "gh_2.52.0_macOS_arm64",
+ sha256 = "58f90d614f557b81ff4ee09a747ab68d13793a2f306d4e0102ad8beb9ae490fb",
+ strip_prefix = "gh_2.57.0_macOS_arm64",
116
urls = [
117
- "https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_macOS_arm64.zip",
+ "https://github.com/cli/cli/releases/download/v2.57.0/gh_2.57.0_macOS_arm64.zip",
118
],
119
)
120
0 commit comments