opencode: 0.15.0 -> 0.15.2

This commit is contained in:
R. Ryantm
2025-10-14 14:20:53 +00:00
parent 2ea123939c
commit 133cd41166

View File

@@ -22,12 +22,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "0.15.0";
version = "0.15.2";
src = fetchFromGitHub {
owner = "sst";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-WTWLh50atZ0P+S0BIgInRoaQV94wIO7NJXrpnsiXTAU=";
hash = "sha256-oH0WVQpq+OOMooV21p2gR/WLDtrf9wdKvOZ5fLtzqPk=";
};
tui = buildGoModule {