chore: update flake inputs - opencode(v1.2.18)

This commit is contained in:
nix-update bot
2026-03-06 03:00:53 +01:00
parent 106aa3749f
commit 2d2c545c10
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": 1772717938, "lastModified": 1772762005,
"narHash": "sha256-KIVptg7K6AlRGxEi7IFib/zT3Nq2MzK0iavPdmJxBLs=", "narHash": "sha256-6HkhkZej8BCIICk1LGf3ltHelUpGzaOhGwapo/D4I5M=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5fab99fdcf78ff3caea11e77c60c42ef0cfa535a", "rev": "091c3a6f1e87f9be778d7f5d10d16d122671914a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772636284, "lastModified": 1772737263,
"narHash": "sha256-4I243hvqQjPU09GsIyQu/3Cv+THKFf5QTbC3x0aO83Q=", "narHash": "sha256-rU98ShcVapTx+MmeMQJzD18hfxNFkS01hrHwzU8+DZo=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "715b844c2a88810b6178d7a2467c7d36ea8fb764", "rev": "2c58964a6b343ebb826de601b39b03cbd0622718",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.17", "ref": "v1.2.18",
"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.17"; url = "github:anomalyco/opencode/v1.2.18";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };