chore: update opencode flake input to 1.1.43

This commit is contained in:
nix-update bot
2026-01-30 03:01:49 +01:00
parent 4232a5ccc9
commit 12e8baadf2
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -37,16 +37,16 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1769666347, "lastModified": 1769733066,
"narHash": "sha256-zLOnLuMzoyR/jBDKi3qxN6gId5KgI+MrTPjX21g7X2o=", "narHash": "sha256-+CBqfdK3mw5qnl4sViFEcTSslW0sOE53AtryD2MdhTI=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "7c0067d59d318bfd6ecd473c36a9e673a4f68ff9", "rev": "bbc7bdb3fd5078d0add23273e0fdae436b9b47e4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.1.42", "ref": "v1.1.43",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View File

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