opencode: 0.3.110 -> 0.3.112 (#430317)

authored by

Pol Dellaiera and committed by
GitHub
e43b00b6 cc244685

+9 -6
+9 -6
pkgs/by-name/op/opencode/package.nix
··· 7 models-dev, 8 nix-update-script, 9 testers, 10 writableTmpDirAsHomeHook, 11 }: 12 13 let 14 opencode-node-modules-hash = { 15 - "aarch64-darwin" = "sha256-U/pDT9bxwsMf7E/LywxVasqNC46cF+GCqbrUmcVtzTE="; 16 - "aarch64-linux" = "sha256-LOy/k8yeUEDe3FFDAgXGJ2BVIxMFy/Js0cgFbtThiDo="; 17 - "x86_64-darwin" = "sha256-lZRV/CqGXgvAtzFZS4w9ry5yqHT4EYuQ4exuDdXCxBY="; 18 - "x86_64-linux" = "sha256-qW/5VKxGuIARVOMPflET74mvIMootj4QHBt2X9sH094="; 19 }; 20 bun-target = { 21 "aarch64-darwin" = "bun-darwin-arm64"; ··· 26 in 27 stdenvNoCC.mkDerivation (finalAttrs: { 28 pname = "opencode"; 29 - version = "0.3.110"; 30 src = fetchFromGitHub { 31 owner = "sst"; 32 repo = "opencode"; 33 tag = "v${finalAttrs.version}"; 34 - hash = "sha256-2fvUSbQWBxjXLRfVFwJ6VNO2tx+qGa+IDRCSwFPqw+o="; 35 }; 36 37 tui = buildGoModule { ··· 106 outputHashAlgo = "sha256"; 107 outputHashMode = "recursive"; 108 }; 109 110 nativeBuildInputs = [ 111 bun
··· 7 models-dev, 8 nix-update-script, 9 testers, 10 + tree-sitter, 11 writableTmpDirAsHomeHook, 12 }: 13 14 let 15 opencode-node-modules-hash = { 16 + "aarch64-darwin" = "sha256-QfsPK6iPuXXKpT3z1SUDdvCx3uT+U2IZy4msH8UiFg8="; 17 + "aarch64-linux" = "sha256-/BpbECRBxLOz+YEQrEHNrtHSr/BaLOrAkJXH0TBHjFE="; 18 + "x86_64-darwin" = "sha256-KA3jaU7BD7lueKBuM9cTJuEby6AC0E03JYZMKRxceqY="; 19 + "x86_64-linux" = "sha256-us6m4Iwaf+zS3NBSoOEAVBpHoyXPDnt+P9/D/Qbui+Y="; 20 }; 21 bun-target = { 22 "aarch64-darwin" = "bun-darwin-arm64"; ··· 27 in 28 stdenvNoCC.mkDerivation (finalAttrs: { 29 pname = "opencode"; 30 + version = "0.3.112"; 31 src = fetchFromGitHub { 32 owner = "sst"; 33 repo = "opencode"; 34 tag = "v${finalAttrs.version}"; 35 + hash = "sha256-BeUgZUzuphQ1gqPnDnKP2HMy5nyoD5au4AekGT2deIc="; 36 }; 37 38 tui = buildGoModule { ··· 107 outputHashAlgo = "sha256"; 108 outputHashMode = "recursive"; 109 }; 110 + 111 + buildInputs = [ tree-sitter ]; 112 113 nativeBuildInputs = [ 114 bun