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

This commit is contained in:
nix-update bot
2026-03-08 03:01:17 +01:00
parent 140b5cb682
commit 22b43adbb2
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": 1772891587, "lastModified": 1772934176,
"narHash": "sha256-QxPIVajAXt+xvvVNONHTEWHDFMI5K7sH6wGU2lTSl5Y=", "narHash": "sha256-E+oUOj7vVVE69ZhRfyOM6Q+fpxaJWOJ61835l1tPQ9g=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "54ccd64e4fc5861a7e23aa797c71caa060344552", "rev": "700a2572b75c97016ec70523e7a4ef7e3be87cd3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772782174, "lastModified": 1772906439,
"narHash": "sha256-FBmF7/uwZYY/qY1252Hz+XhXdE+Qp5axySAy5Jw7XUQ=", "narHash": "sha256-XCf0ijRZZjp16YS9V65ZMoQzTWYRUrle3L4vWIxvy3M=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "6c7d968c4423a0cd6c85099c9377a6066313fa0a", "rev": "a52d640c8c56a5d9fb4623a1c601046c3d9a37b7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.20", "ref": "v1.2.21",
"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.20"; url = "github:anomalyco/opencode/v1.2.21";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };