opencode: 0.6.3 -> 0.6.4

This commit is contained in:
Thierry Delafontaine
2025-09-06 09:38:27 +02:00
parent ec960b81e5
commit 22ffa9326a
+2 -2
View File
@@ -22,12 +22,12 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "sst";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-hufgCO3g0WZT4+hX1lqmhvrthFO30c0NS3ryNJMmOxo=";
hash = "sha256-o7SzDGbWgCh8cMNK+PeLxAw0bQMKFouHdedUslpA6gw=";
};
tui = buildGoModule {