chore: update opencode flake input to 1.1.44
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 3m11s

This commit is contained in:
nix-update bot
2026-01-30 15:02:21 +01:00
parent f203bb7463
commit be44229e5a
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": 1769733066, "lastModified": 1769748350,
"narHash": "sha256-+CBqfdK3mw5qnl4sViFEcTSslW0sOE53AtryD2MdhTI=", "narHash": "sha256-S1g2ss1LPlQItVpc0K0798N4ZlS4lezXk/5okEPYlqw=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "bbc7bdb3fd5078d0add23273e0fdae436b9b47e4", "rev": "24f8f18455a918d729166cdf0fccd6cdb6d544ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.1.43", "ref": "v1.1.44",
"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.43"; opencode.url = "github:anomalyco/opencode/v1.1.44";
# 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";