diff --git a/flake.lock b/flake.lock index f588073..c1086cc 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1774509076, - "narHash": "sha256-3Z/1xfP4jJsSONprD5rMLpag+YFVDCkfGg1rY5+w20s=", + "lastModified": 1774647994, + "narHash": "sha256-rlag0DprIbYK12lsHyYtLcKwTKi1K0YHIy6v01+r9p8=", "owner": "basecamp", "repo": "basecamp-cli", - "rev": "3d601714b184004af17e169d227f15afd14bc5f9", + "rev": "c42190e9aaa135cc99e8ae0af388ed5b88c10c37", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1774532607, - "narHash": "sha256-koMw5uDa2TwQ3/lZ49Jiy4Qj1lNjv80YnCen11P+uKY=", + "lastModified": 1774748653, + "narHash": "sha256-EOtFeBcKd81RM5j68T8dtKcYYyc//F0GpVeEQIhUoAk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c5f84fa27a537e6899c9f636f8810df05fc625cb", + "rev": "8bd5b1affa99ab6415f75ab8e6fa557c44872be6", "type": "github" }, "original": { @@ -59,16 +59,16 @@ ] }, "locked": { - "lastModified": 1774392635, - "narHash": "sha256-04eOIBHX9e8Brwn+uL/7q8szvRUilr4G0B8eB76dhKU=", + "lastModified": 1774746044, + "narHash": "sha256-R/2irENxCD2tlYyGlYCymWjJ4jlqMVP6qFIAADTV07o=", "owner": "anomalyco", "repo": "opencode", - "rev": "0dcdf5f529dced23d8452c9aa5f166abb24d8f7c", + "rev": "f0a9075fdf4d2c93ca3e1b27b953a871b03846ce", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.3.2", + "ref": "v1.3.4", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index b70863e..38a70f9 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.3.2"; + url = "github:anomalyco/opencode/v1.3.4"; inputs.nixpkgs.follows = "nixpkgs-master"; };