chore: update flake inputs - opencode(v1.3.0)
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 1h2m35s

This commit is contained in:
nix-update bot
2026-03-23 03:01:04 +01:00
parent e98be80e55
commit 99d281fd4f
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": 1774187508, "lastModified": 1774230720,
"narHash": "sha256-4J7pKU0uStOWF1SIE1SlBpIc+s1naomLNKXvoTkevJM=", "narHash": "sha256-cFg5kIiLTt9mRjZuc6cu7W5ClVIyAgrtKEHGUwFaSKc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "72769f2094853b19748657b9c6a234ba8a347e77", "rev": "127473ff3102f1d1c4804b54dc557a6a01d26a68",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -39,16 +39,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773628428, "lastModified": 1774222321,
"narHash": "sha256-JUlFfILzcUCME3mOxdxDbcCXphNVEfVGIKhwAwtJPl8=", "narHash": "sha256-JQsccVflS/GAjzguvZTLn7UH7tsou8yCSlaA48DVY10=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "4ee426ba549131c4903a71dfb6259200467aca81", "rev": "eb3bfffad453f1c8c3f0f92bba0d8e34c83fa244",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.2.27", "ref": "v1.3.0",
"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.27"; url = "github:anomalyco/opencode/v1.3.0";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };