vimPlugins.avante-nvim: 0.0.23-unstable-2025-05-20 -> 0.0.23-unstable-2025-05-30 (#412397)

This commit is contained in:
Gaétan Lepage
2025-05-30 21:58:42 +02:00
committed by GitHub
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.23-unstable-2025-05-20";
version = "0.0.23-unstable-2025-05-30";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "87c4c6b4937d1884960759aba4a0e42645688f2f";
hash = "sha256-yDPu3bmOFeNdcD0o+nC6Cq1hij1A8ZoT5uipj7qf7cc=";
rev = "22418bff8bcac4377ebf975cd48f716823867979";
hash = "sha256-qyeiDDjeReOr+TvgCWnKhb8FBN9t1YPFGvVqPvxXr0k=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";