Skip to content

Commit

Permalink
feat(nvim): update avante-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 29, 2024
1 parent 5bd0793 commit 51c93ea
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 5 deletions.
133 changes: 131 additions & 2 deletions pkgs/avante-nvim/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/avante-nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}:

let
version = "2024-09-23";
version = "2024-09-29";

src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "5aec0ba48bb0342c116662aafb6fe58c1cf9d44a";
hash = "sha256-FeFCzp4NkFwGspsNLSPkQ1Ti5aMoUtsCKjhId/EN2eA=";
rev = "d28fece4725a2c71e18b9157f71f1af6231547bf";
hash = "sha256-TNQaFzH9uXKfsO/xS1bW8DNzeN5vb3GIRhlzdwNmj34=";
};

meta = with lib; {
Expand Down

0 comments on commit 51c93ea

Please sign in to comment.