vimPlugins.avante-nvim: 0.0.27-unstable-2025-09-11 -> 0.0.27-unstable-2025-09-18

This commit is contained in:
R. Ryantm
2025-09-26 05:25:16 +00:00
parent b5a8c8e16a
commit 5eb8987d48
@@ -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";