vimPlugins.avante-nvim: 0.0.27-unstable-2025-12-19 -> 0.0.27-unstable-2025-12-22

This commit is contained in:
R. Ryantm
2025-12-26 17:21:18 +00:00
parent 4aa60f47bf
commit 4e63b4e195
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-12-19";
version = "0.0.27-unstable-2025-12-22";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "15548d50fcfb2ebda173bff0d751a1b0bc53e4c5";
hash = "sha256-jTXV/IV/vIu+pWL/C1OkWvrVRg39yGalfC28VIfDvqI=";
rev = "476f342fe6bc1e120ba3e334b5d9cf3ef66de56a";
hash = "sha256-jnDANbe2PfCl375rK+goEu2LkwBpqvTaPBk6zq5ada0=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";