Skip to content

Commit 99dea1e

Browse files
chore: update opencode to 1.17.8
1 parent 2b5b619 commit 99dea1e

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opencode-desktop.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ let
5757
};
5858

5959
hashMap = {
60-
x86_64-linux = "sha256-Waiy//mh2CfD668HTzK6+M53aUXsO9jUx4ArLkdLTfY="; # desktop-amd64
61-
aarch64-linux = "sha256-5yOOTteqAUJKH7+/RFtw7SNYcL9rY8DjIwklsczv07k="; # desktop-arm64
60+
x86_64-linux = "sha256-buJMzwOR9D2RKmf2+e1Fjhd69J9LIj1naixQmeWXEdQ="; # desktop-amd64
61+
aarch64-linux = "sha256-kqUdj04cwG/Co8eo0TbwTHXztpEeqIoeAXJ4VyyJjX4="; # desktop-arm64
6262
};
6363

6464
system = stdenv.hostPlatform.system;

opencode.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ let
1616
x86_64-linux = {
1717
arch = "x64";
1818
ext = "tar.gz";
19-
hash = "sha256-YP5aktya9k7AeTSP7d4X4S2mqGfv5+g1O+gDhIBgeSQ="; # cli-linux-x64
19+
hash = "sha256-E//8KSJwk0YrfRR3fqa4BM/ZTCYSgZwQG7+TPYYrHl8="; # cli-linux-x64
2020
};
2121
aarch64-linux = {
2222
arch = "arm64";
2323
ext = "tar.gz";
24-
hash = "sha256-rIDqDufj8QSDvZgphlS2qt3DBciAsWJmegPnQtmEP+Y="; # cli-linux-arm64
24+
hash = "sha256-z7NKappA+aKtsNDzqzh7lzB4I9B1Vyv7VKVTIorc670="; # cli-linux-arm64
2525
};
2626
x86_64-darwin = {
2727
arch = "x64";
2828
ext = "zip";
29-
hash = "sha256-SVPnw8jbjGI+pybY7LZle6BIBre02QbAePwHL7Fyz+A="; # cli-darwin-x64
29+
hash = "sha256-uVKlICWqtSH6BAQOXdFKQBzIsO+jEanWBz4vQN3x0qE="; # cli-darwin-x64
3030
};
3131
aarch64-darwin = {
3232
arch = "arm64";
3333
ext = "zip";
34-
hash = "sha256-emOutaFbKdomgawrjHTUyzpk+hO2EZijx9x3EkPCOXI="; # cli-darwin-arm64
34+
hash = "sha256-TXKwivTuGGo/L4RitmZbSkwMeuip8mrxh8V6/viIWNc="; # cli-darwin-arm64
3535
};
3636
};
3737

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.17.7"
2+
"version": "1.17.8"
33
}

0 commit comments

Comments
 (0)