vimPlugins.avante-nvim: 0.0.27-unstable-2025-12-01 -> 0.0.27-unstable-2025-12-09 (#470401)

This commit is contained in:
Gaétan Lepage
2025-12-13 10:16:31 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-12-01";
version = "0.0.27-unstable-2025-12-09";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "d3ec7c7320151244f07252a73628b1417f694b06";
hash = "sha256-xwjY/yCjySqs6ndZitgVfhnCgxzB4mbplpefv5vVCN0=";
rev = "bbf6d8f0d9aa072a2ccffc7701936eaa71985f92";
hash = "sha256-Ig4yMpoNEWMIHqh3Cq6taAkyBFesLk+C+nb/Kld18ag=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";