vimPlugins.avante-nvim: 0.0.27-unstable-2026-01-04 -> 0.0.27-unstable-2026-01-09 (#479936)

This commit is contained in:
Gaétan Lepage
2026-01-14 12:45:44 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2026-01-04";
version = "0.0.27-unstable-2026-01-09";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "a27b821cc1f9fec70d7b7dc4a42c6dbd76266997";
hash = "sha256-Hm1Zr10xH9B4GzRyCKI/qsbhkJCD69qo8gC+Njna/5w=";
rev = "e89eb79abf5754645e20aa6074da10ed20bba33c";
hash = "sha256-jxbDBvaVtgC0L/MSyoZjGjBxvRUdNofRsiUHwntab7c=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";