From bc01dbddec69e5f4529bc6e561c1c926037e5a60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:05:54 +0000 Subject: [PATCH] chore(deps): update dependency com_github_cli_cli_darwin_arm64 to v2.59.0 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7ed17b1..2bee6f8 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -111,10 +111,10 @@ register_jq_toolchains() http_archive( name = "com_github_cli_cli_darwin_arm64", build_file_content = """exports_files(glob(["bin/*"]))""", - sha256 = "c1c445154ede0707caf24907c74a153e397635ebb35887e73937de1f00dc0c10", - strip_prefix = "gh_2.52.0_macOS_arm64", + sha256 = "9dbb2adb97e1afd27b34f008c2b9d20d664096a14a36d72278eb08604be268cb", + strip_prefix = "gh_2.59.0_macOS_arm64", urls = [ - "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.59.0/gh_2.59.0_macOS_arm64.zip", ], )