diff --git a/flake.lock b/flake.lock index f8dda63..48d41e6 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1772773019, - "narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=", + "lastModified": 1772963539, + "narHash": "sha256-9jVDGZnvCckTGdYT53d/EfznygLskyLQXYwJLKMPsZs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "aca4d95fce4914b3892661bcb80b8087293536c6", + "rev": "9dcb002ca1690658be4a04645215baea8b95f31d", "type": "github" }, "original": { @@ -18,11 +18,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1772977655, - "narHash": "sha256-JAM/QXV6hziJUb9FwvKMamStGp3PKhAOqCwnybIxxLU=", + "lastModified": 1773107704, + "narHash": "sha256-TsYsRAYJYIb8Dtu4M5f4ZOFu6EPVXPSJpyJ7rOKOsoE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "288716a2070843c336efc79a24c3d5d6fae09427", + "rev": "1e8853f49fcc9c9b59bc2cfb308991ceacfc2a30", "type": "github" }, "original": { @@ -39,16 +39,16 @@ ] }, "locked": { - "lastModified": 1772906439, - "narHash": "sha256-XCf0ijRZZjp16YS9V65ZMoQzTWYRUrle3L4vWIxvy3M=", + "lastModified": 1773072574, + "narHash": "sha256-smGIc6lYWSjfmGAikoYpP7GbB6mWacrPWrRtp/+HJ3E=", "owner": "anomalyco", "repo": "opencode", - "rev": "a52d640c8c56a5d9fb4623a1c601046c3d9a37b7", + "rev": "c6262f9d4002d86a1f1795c306aa329d45361d12", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.2.21", + "ref": "v1.2.24", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index 4f470ca..241db17 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.2.21"; + url = "github:anomalyco/opencode/v1.2.24"; inputs.nixpkgs.follows = "nixpkgs-master"; };