chore: update opencode flake input to 1.2.1
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 19m58s

This commit is contained in:
nix-update bot
2026-02-14 15:19:39 +01:00
parent 6775659538
commit 3f26c44b5a
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -39,16 +39,16 @@
]
},
"locked": {
"lastModified": 1770961864,
"narHash": "sha256-U8hx8MeyhCe+o3uj3GL3LbkkFkduvxVtPgZeVGoIE0s=",
"lastModified": 1771051187,
"narHash": "sha256-/D0tn09kC1AClJI3uFzMMWBvVWMYvvw52YrRD+dw0D4=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "34ebe814ddd130a787455dda089facb23538ca20",
"rev": "cd775a2862cf9ed1d5aaf26fdee0e814ce28936b",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.1.65",
"ref": "v1.2.1",
"repo": "opencode",
"type": "github"
}

View File

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