chore: update flake inputs - opencode(v1.3.6)
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 6m7s

This commit is contained in:
nix-update bot
2026-03-30 04:01:20 +02:00
parent 53671a4717
commit a63f91d25b
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View File

@@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1774386573, "lastModified": 1774709303,
"narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=", "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9", "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -38,11 +38,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1774789958, "lastModified": 1774835230,
"narHash": "sha256-pMkih8KCWRsgJYwnO+UyW8/+KX9rcEzClnP1OOnZ23E=", "narHash": "sha256-TQg2v9bufA/37dxtBzP9/gZeyxLDr5MIrvgV1Kv6FjU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "91849ded6ed12d309e6697bea17e0bda5fdc7ad3", "rev": "8155abb4814accbfe9a36b7e67d622777a9acde2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -59,16 +59,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774755772, "lastModified": 1774807340,
"narHash": "sha256-6H2zzW0PrNGYAn/WamOzdQsZWP5IAKg1p1qjLBOFIDs=", "narHash": "sha256-OV76SWqiBguUupfbkJMBVrslJoTqSh4epNjEp/HE/cY=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "0bc2f99f2d314800071426de1e27c1d17c2eff85", "rev": "e7f94f9b9a3bd8742330e4a7ba8573ac21042c01",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.3.5", "ref": "v1.3.6",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View File

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