opencode: 0.12.1 -> 0.13.5 (#447191)

This commit is contained in:
Gaétan Lepage
2025-09-29 15:13:14 +00:00
committed by GitHub
+2 -2
View File
@@ -22,12 +22,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "0.12.1";
version = "0.13.5";
src = fetchFromGitHub {
owner = "sst";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-ZpxHLZIc9bBzPJyvDHMjuaTEzZsHwafoBihKxe8Pr3U=";
hash = "sha256-GiByJg4NpllA4N4QGSyWsBNqKqKIdxicIjQpc7mHgEs=";
};
tui = buildGoModule {