vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-31 -> 0.0.27-unstable-2025-11-09 (#460385)

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