opencode{,-desktop}: 1.17.15 -> 1.17.18 (#540311)

This commit is contained in:
Pol Dellaiera
2026-07-11 06:13:47 +00:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "AI coding agent desktop client";
homepage = "https://opencode.ai";
inherit (opencode.meta) platforms;
inherit (opencode.meta) changelog platforms;
license = lib.licenses.mit;
mainProgram = "opencode-desktop";
maintainers = with lib.maintainers; [ xiaoxiangmoe ];
+4 -3
View File
@@ -16,7 +16,7 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "1.17.15";
version = "1.17.18";
__structuredAttrs = true;
strictDeps = true;
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
owner = "anomalyco";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-SBAKl0bsiSUDwvi+XCCgDL2SuP7NZAqx4iGyaMZz5N4=";
hash = "sha256-Y0rcO6r9yqhYux8IS5oAtgzcMXfJE8I1Lre4HdJ5nBg=";
};
node_modules = stdenvNoCC.mkDerivation {
@@ -78,7 +78,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
# NOTE: Required else we get errors that our fixed-output derivation references store paths
dontFixup = true;
outputHash = "sha256-9oSXcvvISB6WAqI6f/GBZ3i9IBwYrRQvKs82SLibJNo=";
outputHash = "sha256-kXdXw264JQdlNoZPv5GUyWZvb/A8h2CTRdiX79jyvys=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
};
@@ -179,6 +179,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "AI coding agent built for the terminal";
homepage = "https://github.com/anomalyco/opencode";
changelog = "https://github.com/anomalyco/opencode/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
delafthi