From 51dd2be6ea0b74aa13e54c15000b611c3bfe2ae8 Mon Sep 17 00:00:00 2001 From: nix-update bot Date: Mon, 16 Feb 2026 03:28:33 +0100 Subject: [PATCH] chore: update opencode flake input to 1.2.5 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c75f473..37107da 100644 --- a/flake.lock +++ b/flake.lock @@ -39,16 +39,16 @@ ] }, "locked": { - "lastModified": 1771120533, - "narHash": "sha256-FA9RRo4wH+FHXWIm3hm0oPouQ+VKral+Mqbk4g3dPfo=", + "lastModified": 1771181392, + "narHash": "sha256-0Zr7705Ya9Aj6ZmwVL6t289JN4XwDYafgGA5cuYOJh4=", "owner": "anomalyco", "repo": "opencode", - "rev": "d1482e148399bfaf808674549199f5f4aa69a22d", + "rev": "62a24c2ddaf56c4234898269b1951ab11483f57a", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.2.4", + "ref": "v1.2.5", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index 87254d7..aca47bc 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.2.4"; + url = "github:anomalyco/opencode/v1.2.5"; inputs.nixpkgs.follows = "nixpkgs-master"; }; };