vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-22 -> 0.0.27-unstable-2025-10-31 (#458281)

This commit is contained in:
Gaétan Lepage
2025-11-04 09:41:56 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-10-22";
version = "0.0.27-unstable-2025-10-31";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "164a86db6e5da78bc42310691a26b22d0763ceca";
hash = "sha256-hNKkb0PdKPC2m1a0stgCkAxk2P4uL8WiqiGpOY79Efo=";
rev = "7f48770e66684e9a7d4d5b9c47505a23e0167a6e";
hash = "sha256-U8RnTBGW+dR26JATQ10JbM8R03qX/ovPjvelHw2J7fc=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";