diff --git a/flake.lock b/flake.lock index bebd06c..ea262f5 100644 --- a/flake.lock +++ b/flake.lock @@ -18,11 +18,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1772632444, - "narHash": "sha256-z/ceaHzzZT9+JqJzL51jNqOwC6dpWF0O+028gVJv0gs=", + "lastModified": 1772674223, + "narHash": "sha256-/suKbHSaSmuC9UY7G0VRQ3aO+QKqxAQPQ19wG7QNkF8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8e8d486a4c86c8cf731b7566cd79998ef0dfd52d", + "rev": "66d9241e3dc2296726dc522e62dbfe89c7b449f3", "type": "github" }, "original": { @@ -39,16 +39,16 @@ ] }, "locked": { - "lastModified": 1772572115, - "narHash": "sha256-9bgjdtghbKUvFJp+fuXlvP2Kp/KNnytCfGyhfz8x3+g=", + "lastModified": 1772636284, + "narHash": "sha256-4I243hvqQjPU09GsIyQu/3Cv+THKFf5QTbC3x0aO83Q=", "owner": "anomalyco", "repo": "opencode", - "rev": "e66d829d1875f5a5fd8b0bfcab69cacb48b11b5d", + "rev": "715b844c2a88810b6178d7a2467c7d36ea8fb764", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.2.16", + "ref": "v1.2.17", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index 46834a5..347af23 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.2.16"; + url = "github:anomalyco/opencode/v1.2.17"; inputs.nixpkgs.follows = "nixpkgs-master"; };