opencode: 0.6.4 -> 0.6.8

This commit is contained in:
x123
2025-09-09 10:32:48 +02:00
parent 321644c9fa
commit dc753dabc0
+2 -2
View File
@@ -22,12 +22,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "0.6.4";
version = "0.6.8";
src = fetchFromGitHub {
owner = "sst";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-o7SzDGbWgCh8cMNK+PeLxAw0bQMKFouHdedUslpA6gw=";
hash = "sha256-Df4IZGiI42YozCjGNwKTkIcV/atxBsc8j3ust22DN0g=";
};
tui = buildGoModule {