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

This commit is contained in:
nix-update bot
2026-03-06 15:00:53 +01:00
parent 3e49f81c76
commit 2d0311cd15
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": 1772762005, "lastModified": 1772804672,
"narHash": "sha256-6HkhkZej8BCIICk1LGf3ltHelUpGzaOhGwapo/D4I5M=", "narHash": "sha256-E76JITvQVrPMBRNECVE9WRD8qcFmS2NUJ5i+io+ifQ0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "091c3a6f1e87f9be778d7f5d10d16d122671914a", "rev": "9f2cd1e02d35b21640bf77765a43c6d5dd386f3e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772737263, "lastModified": 1772782174,
"narHash": "sha256-rU98ShcVapTx+MmeMQJzD18hfxNFkS01hrHwzU8+DZo=", "narHash": "sha256-FBmF7/uwZYY/qY1252Hz+XhXdE+Qp5axySAy5Jw7XUQ=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "2c58964a6b343ebb826de601b39b03cbd0622718", "rev": "6c7d968c4423a0cd6c85099c9377a6066313fa0a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.18", "ref": "v1.2.20",
"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.18"; url = "github:anomalyco/opencode/v1.2.20";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };