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 1beda5eCopy full SHA for 1beda5e
WORKSPACE
@@ -121,10 +121,10 @@ http_archive(
121
http_archive(
122
name = "com_github_cli_cli_linux_amd64",
123
build_file_content = """exports_files(glob(["bin/*"]))""",
124
- sha256 = "3ea6ed8b2585f406a064cecd7e1501e58f56c8e7ca764ae1f3483d1b8ed68826",
125
- strip_prefix = "gh_2.52.0_linux_amd64",
+ sha256 = "d6b3621aa0ca383866716fc664d827a21bd1ac4a918a10c047121d8031892bf8",
+ strip_prefix = "gh_2.57.0_linux_amd64",
126
urls = [
127
- "https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_linux_amd64.tar.gz",
+ "https://github.com/cli/cli/releases/download/v2.57.0/gh_2.57.0_linux_amd64.tar.gz",
128
],
129
)
130
0 commit comments