chore: update opencode flake input to 1.1.57

This commit is contained in:
nix-update bot
2026-02-11 15:02:32 +01:00
parent 19456800ed
commit f6af27e960
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -37,16 +37,16 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1770761545,
"narHash": "sha256-IHN7Rh/Wb4TKdT1rkJYgkI0CLBXCcrM0OpCkIlycW+Y=",
"lastModified": 1770817534,
"narHash": "sha256-AcLT70Gjt78nDd13ACUDavE+QI+ouEBwyZq8hIDDAf8=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "1bbbd51d48f38014674eebe1588f556da95b7b1f",
"rev": "edcfd562af6ea5fdc1ade9f46259a676d7663801",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.1.56",
"ref": "v1.1.57",
"repo": "opencode",
"type": "github"
}

View File

@@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
opencode.url = "github:anomalyco/opencode/v1.1.56";
opencode.url = "github:anomalyco/opencode/v1.1.57";
# Optional: Add stable channel if needed
# nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";