From 63cae53cd148e110c62c0e5f3fc5a8076b4a1b07 Mon Sep 17 00:00:00 2001 From: Thierry Delafontaine Date: Tue, 3 Mar 2026 12:30:40 +0000 Subject: [PATCH] opencode,opencode-desktop: 1.2.13 -> 1.2.17 Changelog: - https://github.com/anomalyco/opencode/releases/tag/v1.2.17 - https://github.com/anomalyco/opencode/releases/tag/v1.2.16 - https://github.com/anomalyco/opencode/releases/tag/v1.2.15 - https://github.com/anomalyco/opencode/releases/tag/v1.2.14 Diff: https://github.com/anomalyco/opencode/compare/v1.2.13...v1.2.17 --- pkgs/by-name/op/opencode/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/op/opencode/package.nix b/pkgs/by-name/op/opencode/package.nix index a41c9c6f4ae0..78feb72062a9 100644 --- a/pkgs/by-name/op/opencode/package.nix +++ b/pkgs/by-name/op/opencode/package.nix @@ -14,12 +14,12 @@ }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "opencode"; - version = "1.2.13"; + version = "1.2.17"; src = fetchFromGitHub { owner = "anomalyco"; repo = "opencode"; tag = "v${finalAttrs.version}"; - hash = "sha256-Svup7XCVQuIb5Ye7fb90L7dy3VcDy1gBBrqZ5ikOOC4="; + hash = "sha256-4I243hvqQjPU09GsIyQu/3Cv+THKFf5QTbC3x0aO83Q="; }; node_modules = stdenvNoCC.mkDerivation { @@ -68,7 +68,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { # NOTE: Required else we get errors that our fixed-output derivation references store paths dontFixup = true; - outputHash = "sha256-Diu/C8b5eKUn7MRTFBcN5qgJZTp0szg0ECkgEaQZ87Y="; + outputHash = "sha256-orNyesv8Y3vooV1upr+X1CKHUdygyDQ3hmyPVlHC6Zk="; outputHashAlgo = "sha256"; outputHashMode = "recursive"; };