vimPlugins.avante-nvim: 0.0.27-unstable-2025-11-28 -> 0.0.27-unstable-2025-12-01

This commit is contained in:
R. Ryantm
2025-12-06 17:50:09 +00:00
parent a4d1e1ae56
commit 551a378b1a
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-11-28";
version = "0.0.27-unstable-2025-12-01";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "4d9d2de6fe9325a11aea7fed653478cb5b2b728b";
hash = "sha256-HjMfeW5d0MpBSV1u+5pYgCoJYf1QjcVZZ8wyNTYMK5U=";
rev = "d3ec7c7320151244f07252a73628b1417f694b06";
hash = "sha256-xwjY/yCjySqs6ndZitgVfhnCgxzB4mbplpefv5vVCN0=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";