vimPlugins.avante-nvim: 0.0.27-unstable-2026-01-24 -> 0.0.27-unstable-2026-02-03 (#489029)

This commit is contained in:
Gaétan Lepage
2026-02-10 10:27:55 +00:00
committed by GitHub
@@ -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";