From f69dd15474c9f96d752a466a0903e266eb700121 Mon Sep 17 00:00:00 2001 From: nix-update bot Date: Tue, 17 Feb 2026 03:17:38 +0100 Subject: [PATCH] chore: update opencode flake input to 1.2.6 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 37107da..003cecd 100644 --- a/flake.lock +++ b/flake.lock @@ -39,16 +39,16 @@ ] }, "locked": { - "lastModified": 1771181392, - "narHash": "sha256-0Zr7705Ya9Aj6ZmwVL6t289JN4XwDYafgGA5cuYOJh4=", + "lastModified": 1771271829, + "narHash": "sha256-43vPMyO7DsAgKrh0Wmt7jLDYCWUsaj30nBITreyYgX8=", "owner": "anomalyco", "repo": "opencode", - "rev": "62a24c2ddaf56c4234898269b1951ab11483f57a", + "rev": "d8c25bfeb44771cc3a3ba17bf8de6ad2add9de2c", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.2.5", + "ref": "v1.2.6", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index aca47bc..c00683d 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.2.5"; + url = "github:anomalyco/opencode/v1.2.6"; inputs.nixpkgs.follows = "nixpkgs-master"; }; };