vimPlugins.avante-nvim: 0.0.27-unstable-2026-01-20 -> 0.0.27-unstable-2026-01-24

This commit is contained in:
R. Ryantm
2026-01-27 09:50:03 +00:00
parent 8913af27d0
commit 8728803218
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2026-01-20";
version = "0.0.27-unstable-2026-01-24";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "08b202a5c5dc93959bfe7dc276adfcba84ecc5be";
hash = "sha256-YDlxwAOimaTFo7mTICQBdb7EQCp8vrBnwjWwxmBImis=";
rev = "fde9a524457d17661618678f085649d4e8d3fd6f";
hash = "sha256-i+IxrUcqQk9okjXkHm7m+PF6+H4YKUkOtuyF/ZuoCWc=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";