Skip to content

Commit be0fbb9

Browse files
authored
Merge pull request #8 from AodhanHayter/update-opencode-0.1.161
Update OpenCode to version 0.1.161
2 parents 7891fe1 + 0eaceb8 commit be0fbb9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}:
3333
let
3434
# Define version once as the single source of truth
35-
opencodeVersion = "0.1.159";
35+
opencodeVersion = "0.1.161";
3636

3737
# Import the OpenCode package definition
3838
opencode = import ./package.nix {

package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ let
5050

5151
# Define the hashes for each platform package
5252
packageHashes = {
53-
"opencode-ai" = "sha256-9nIzO3EzJmAZofWdDX6NnszMVj23UXRmsFQoFpz/pF8=";
54-
"opencode-darwin-arm64" = "sha256-Giwo56PIRxhVC5CAmdTN+uUaMJ74CwCY1trayOiFouM=";
55-
"opencode-darwin-x64" = "sha256-CCBXq6IYbpB5o+D6kmQDOAA1K/5NN38pye3A58EgiyI=";
56-
"opencode-linux-arm64" = "sha256-QRhAEgmW/SNTzbB/hk5zQxGrJ2g9lBF8fW7GbL7qzU4=";
57-
"opencode-linux-x64" = "sha256-K1PHhcaAI/fYB6CJa8HINSh7TZncpSwhtUl/lPYZxcA=";
53+
"opencode-ai" = "sha256-ekDGRGz4qiNCx4nLvjAd/qkhYQWU3THwMmcORr+0hJ4=";
54+
"opencode-darwin-arm64" = "sha256-kXdL5eeO+IwN+NmllFUUTFZvnrtMOSwpsoKLdZO5TKc=";
55+
"opencode-darwin-x64" = "sha256-MXD79ma6d4z1WXFbnYeRh3F/yuwlAmmkCLBHaVDu4zk=";
56+
"opencode-linux-arm64" = "sha256-vUWHj4kmy+rUFv94+KeRZHYVo3xMmrS1fsgUiPf3WLw=";
57+
"opencode-linux-x64" = "sha256-FEybYhq7CD/Yt67ELmGfqkE+EG5sNQWD9M9yTnCRr78=";
5858
};
5959

6060
in

0 commit comments

Comments
 (0)