opencode: 0.2.23 -> 0.2.25

This commit is contained in:
Thierry Delafontaine
2025-07-10 22:14:37 +02:00
parent 3e1661ea7f
commit a435da7902
+2 -2
View File
@@ -26,12 +26,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "0.2.23";
version = "0.2.25";
src = fetchFromGitHub {
owner = "sst";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-rfYhlbSiSgpbbJazZf7P+bOiugVO+sYt+xFuYjBcBhY=";
hash = "sha256-eZCWBnFfC4WSprhr+MXnJLuOyY3bEEfWwc89kc9VBs4=";
};
tui = buildGoModule {