Skip to content

Commit ddac350

Browse files
committed
fixup! feat: add coder-cli nightly release
1 parent e3b5894 commit ddac350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coder-cli-nightly.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ class CoderCliNightly < Formula
66

77
if OS.mac?
88
url "https://github.com/cdr/coder-cli/releases/download/v1.16.0-rc.0/coder-cli-darwin-amd64.zip"
9-
sha256 "7552b45f956c2a027c58beb0867d6df32d75291a0a5b6ad0c6bc9957306da989"
9+
sha256 "283fbdbbd57ca75361ac89fb0300546483c326bb047e7cd96eb524c39241c5c5"
1010
else
1111
url "https://github.com/cdr/coder-cli/releases/download/v1.16.0-rc.0/coder-cli-linux-amd64.tar.gz"
12-
sha256 "038ebbb4e338c2b308857691a1e6119a2419b68abfa9f95f9787db886703e0bc"
12+
sha256 "7552b45f956c2a027c58beb0867d6df32d75291a0a5b6ad0c6bc9957306da989"
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)