vimPlugins.avante-nvim: 0.0.27-unstable-2025-09-11 -> 0.0.27-unstable-2025-09-18 (#446242)

This commit is contained in:
Gaétan Lepage
2025-09-26 08:56:09 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-09-11";
version = "0.0.27-unstable-2025-09-18";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "56951378f10b25f8bb0f5bb516b8d778a1e498a7";
hash = "sha256-jLAzTLvhQLyG1zeTGBE02CwVCjtrC7V1LZhGUjNgD8w=";
rev = "44db8eba870f6c123da5efa70384b2889f3e3495";
hash = "sha256-x2lb7k/qfERXYMdM+Upf6kmsYS3Qp9iz2KEvzvgb8P4=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";