diff --git a/flake.lock b/flake.lock index 4027520..552c861 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1772433332, - "narHash": "sha256-izhTDFKsg6KeVBxJS9EblGeQ8y+O8eCa6RcW874vxEc=", + "lastModified": 1772542754, + "narHash": "sha256-WGV2hy+VIeQsYXpsLjdr4GvHv5eECMISX1zKLTedhdg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cf59864ef8aa2e178cccedbe2c178185b0365705", + "rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4", "type": "github" }, "original": { @@ -18,11 +18,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1772545853, - "narHash": "sha256-VLAb3ZjiYqyuZa/FoRfgj2iCKhbGuzdMHoVWCSoL+yk=", + "lastModified": 1772587492, + "narHash": "sha256-eUR2gs5CHnsWqjLbQ57FzBYyMAL3b7Y7P7VPJgJ1z5s=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "51733501ecfb817f4a5c8f6485a1d174c9616bf2", + "rev": "5f4ff3b0be7289f151c703b29d41ca0e0907bde2", "type": "github" }, "original": { @@ -39,16 +39,16 @@ ] }, "locked": { - "lastModified": 1772094145, - "narHash": "sha256-26MV9TbyAF0KFqZtIHPYu6wqJwf0pNPdW/D3gDQEUlQ=", + "lastModified": 1772572115, + "narHash": "sha256-9bgjdtghbKUvFJp+fuXlvP2Kp/KNnytCfGyhfz8x3+g=", "owner": "anomalyco", "repo": "opencode", - "rev": "799b2623cbb1c0f19e045d87c2c8593e83678bc0", + "rev": "e66d829d1875f5a5fd8b0bfcab69cacb48b11b5d", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.2.15", + "ref": "v1.2.16", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index c2eb63f..46834a5 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.2.15"; + url = "github:anomalyco/opencode/v1.2.16"; inputs.nixpkgs.follows = "nixpkgs-master"; };