chore: update opencode flake input to 1.1.42

This commit is contained in:
nix-update bot
2026-01-29 15:02:03 +01:00
parent 2e31c2ff23
commit a8700a6e8c
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -37,16 +37,16 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1769630977,
"narHash": "sha256-n7EYPrF+Qjk9v9m/KzKtC6lG5Bt23ScFuQMLNkujz7Q=",
"lastModified": 1769666347,
"narHash": "sha256-zLOnLuMzoyR/jBDKi3qxN6gId5KgI+MrTPjX21g7X2o=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "4e41ca74b9c0418bf3d03b9d5c308f52782b0787",
"rev": "7c0067d59d318bfd6ecd473c36a9e673a4f68ff9",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "v1.1.40",
"ref": "v1.1.42",
"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.40";
opencode.url = "github:anomalyco/opencode/v1.1.42";
# Optional: Add stable channel if needed
# nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";