vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-18 -> 0.0.27-unstable-2025-10-22 (#455406)

This commit is contained in:
Gaétan Lepage
2025-10-25 18:05:21 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-10-18";
version = "0.0.27-unstable-2025-10-22";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "cc7a41262e4dc38003b7578c3553a75c0ec4b8d2";
hash = "sha256-L6fOo3OPfMtClmyGW1Bn7YDJtuTKO6F66D1oYsii5so=";
rev = "164a86db6e5da78bc42310691a26b22d0763ceca";
hash = "sha256-hNKkb0PdKPC2m1a0stgCkAxk2P4uL8WiqiGpOY79Efo=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";