chore: update opencode flake input to 1.2.5

This commit is contained in:
nix-update bot
2026-02-16 03:28:33 +01:00
parent 6ebd7b94d5
commit 51dd2be6ea
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771120533, "lastModified": 1771181392,
"narHash": "sha256-FA9RRo4wH+FHXWIm3hm0oPouQ+VKral+Mqbk4g3dPfo=", "narHash": "sha256-0Zr7705Ya9Aj6ZmwVL6t289JN4XwDYafgGA5cuYOJh4=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "d1482e148399bfaf808674549199f5f4aa69a22d", "rev": "62a24c2ddaf56c4234898269b1951ab11483f57a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.4", "ref": "v1.2.5",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View File

@@ -7,7 +7,7 @@
# opencode needs newer bun from master # opencode needs newer bun from master
opencode = { opencode = {
url = "github:anomalyco/opencode/v1.2.4"; url = "github:anomalyco/opencode/v1.2.5";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };
}; };