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

This commit is contained in:
nix-update bot
2026-03-29 16:00:56 +02:00
parent 5c7156a93c
commit 53671a4717
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View File

@@ -38,11 +38,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1774748653, "lastModified": 1774789958,
"narHash": "sha256-EOtFeBcKd81RM5j68T8dtKcYYyc//F0GpVeEQIhUoAk=", "narHash": "sha256-pMkih8KCWRsgJYwnO+UyW8/+KX9rcEzClnP1OOnZ23E=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8bd5b1affa99ab6415f75ab8e6fa557c44872be6", "rev": "91849ded6ed12d309e6697bea17e0bda5fdc7ad3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -59,16 +59,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774746044, "lastModified": 1774755772,
"narHash": "sha256-R/2irENxCD2tlYyGlYCymWjJ4jlqMVP6qFIAADTV07o=", "narHash": "sha256-6H2zzW0PrNGYAn/WamOzdQsZWP5IAKg1p1qjLBOFIDs=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "f0a9075fdf4d2c93ca3e1b27b953a871b03846ce", "rev": "0bc2f99f2d314800071426de1e27c1d17c2eff85",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.3.4", "ref": "v1.3.5",
"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.4"; url = "github:anomalyco/opencode/v1.3.5";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };