chore: update opencode flake input to 1.1.53

This commit is contained in:
nix-update bot
2026-02-09 19:12:57 +01:00
parent 62ce3dc646
commit caa2fd57dd
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -37,16 +37,16 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1769807198,
"narHash": "sha256-f6TVxKV9q2yEQ9r9VCTttXLqpOrYdTEKDUJs+MuQJCQ=",
"lastModified": 1770332936,
"narHash": "sha256-VddWpvtoDJlbbesJL6VlP99/NJqkHbN8Rdv1XccNRZM=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "6cd2a6885144792b5478f6a771c6e64ffed32e4d",
"rev": "579902ace6e9fb925f50b7d9fdf11a6b47895307",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.1.47",
"ref": "v1.1.53",
"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.51";
opencode.url = "github:anomalyco/opencode/v1.1.53";
# Optional: Add stable channel if needed
# nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";