diff --git a/flake.lock b/flake.lock index c1086cc..9adfb55 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1774748653, - "narHash": "sha256-EOtFeBcKd81RM5j68T8dtKcYYyc//F0GpVeEQIhUoAk=", + "lastModified": 1774789958, + "narHash": "sha256-pMkih8KCWRsgJYwnO+UyW8/+KX9rcEzClnP1OOnZ23E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8bd5b1affa99ab6415f75ab8e6fa557c44872be6", + "rev": "91849ded6ed12d309e6697bea17e0bda5fdc7ad3", "type": "github" }, "original": { @@ -59,16 +59,16 @@ ] }, "locked": { - "lastModified": 1774746044, - "narHash": "sha256-R/2irENxCD2tlYyGlYCymWjJ4jlqMVP6qFIAADTV07o=", + "lastModified": 1774755772, + "narHash": "sha256-6H2zzW0PrNGYAn/WamOzdQsZWP5IAKg1p1qjLBOFIDs=", "owner": "anomalyco", "repo": "opencode", - "rev": "f0a9075fdf4d2c93ca3e1b27b953a871b03846ce", + "rev": "0bc2f99f2d314800071426de1e27c1d17c2eff85", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.3.4", + "ref": "v1.3.5", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index 38a70f9..4c5d7c8 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.3.4"; + url = "github:anomalyco/opencode/v1.3.5"; inputs.nixpkgs.follows = "nixpkgs-master"; };