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

This commit is contained in:
R. Ryantm
2026-02-10 10:06:05 +00:00
parent ce1a7c1f9e
commit 4fcbbd4f1c
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2026-01-24";
version = "0.0.27-unstable-2026-02-03";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "fde9a524457d17661618678f085649d4e8d3fd6f";
hash = "sha256-i+IxrUcqQk9okjXkHm7m+PF6+H4YKUkOtuyF/ZuoCWc=";
rev = "d80b7966c0505809e83e408353bbe8cb3394936d";
hash = "sha256-+IfICc7uBaMV27VJcHlUOxZ2TFQoIHFJPMtoIjjgnZ8=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";