chore: update opencode flake input to 1.2.6

This commit is contained in:
nix-update bot
2026-02-17 03:17:38 +01:00
parent c7935658e6
commit f69dd15474
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1771181392, "lastModified": 1771271829,
"narHash": "sha256-0Zr7705Ya9Aj6ZmwVL6t289JN4XwDYafgGA5cuYOJh4=", "narHash": "sha256-43vPMyO7DsAgKrh0Wmt7jLDYCWUsaj30nBITreyYgX8=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "62a24c2ddaf56c4234898269b1951ab11483f57a", "rev": "d8c25bfeb44771cc3a3ba17bf8de6ad2add9de2c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.5", "ref": "v1.2.6",
"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.5"; url = "github:anomalyco/opencode/v1.2.6";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };
}; };