chore: update flake inputs - opencode(v1.2.17)
All checks were successful
Update Nix Packages with nix-update / nix-update (push) Successful in 3m32s

This commit is contained in:
nix-update bot
2026-03-05 03:00:52 +01:00
parent 8ab4fba471
commit 89197e81e4
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View File

@@ -18,11 +18,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1772632444, "lastModified": 1772674223,
"narHash": "sha256-z/ceaHzzZT9+JqJzL51jNqOwC6dpWF0O+028gVJv0gs=", "narHash": "sha256-/suKbHSaSmuC9UY7G0VRQ3aO+QKqxAQPQ19wG7QNkF8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8e8d486a4c86c8cf731b7566cd79998ef0dfd52d", "rev": "66d9241e3dc2296726dc522e62dbfe89c7b449f3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772572115, "lastModified": 1772636284,
"narHash": "sha256-9bgjdtghbKUvFJp+fuXlvP2Kp/KNnytCfGyhfz8x3+g=", "narHash": "sha256-4I243hvqQjPU09GsIyQu/3Cv+THKFf5QTbC3x0aO83Q=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "e66d829d1875f5a5fd8b0bfcab69cacb48b11b5d", "rev": "715b844c2a88810b6178d7a2467c7d36ea8fb764",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.16", "ref": "v1.2.17",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View File

@@ -7,7 +7,7 @@
# opencode needs newer bun from master # opencode needs newer bun from master
opencode = { opencode = {
url = "github:anomalyco/opencode/v1.2.16"; url = "github:anomalyco/opencode/v1.2.17";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };