vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-12 -> 0.0.27-unstable-2025-10-18

This commit is contained in:
R. Ryantm
2025-10-19 01:24:43 +00:00
parent 275782673c
commit e591b7342d
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-10-12";
version = "0.0.27-unstable-2025-10-18";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "f092bb3ec0acf87b838e082209b6a7eddcbf5940";
hash = "sha256-zKDp9It/VgUD8BN5ktTmfbQX0s3SBo20T8no8nwsyfY=";
rev = "cc7a41262e4dc38003b7578c3553a75c0ec4b8d2";
hash = "sha256-L6fOo3OPfMtClmyGW1Bn7YDJtuTKO6F66D1oYsii5so=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";