vimPlugins.avante-nvim: 0.0.23-unstable-2025-05-12 -> 0.0.23-unstable-2025-05-20 (#410091)

This commit is contained in:
Gaétan Lepage 2025-05-23 11:46:45 +02:00 committed by GitHub
commit 2c8957887f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@
pkgs, pkgs,
}: }:
let let
version = "0.0.23-unstable-2025-05-12"; version = "0.0.23-unstable-2025-05-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yetone"; owner = "yetone";
repo = "avante.nvim"; repo = "avante.nvim";
rev = "aae4cc4014149e544fb00e78687bcdef8335dd10"; rev = "87c4c6b4937d1884960759aba4a0e42645688f2f";
hash = "sha256-ixJcD8V2rCLCrqE7hHtHfEtQuHeVyIDgyZ1VOY1jmD0="; hash = "sha256-yDPu3bmOFeNdcD0o+nC6Cq1hij1A8ZoT5uipj7qf7cc=";
}; };
avante-nvim-lib = rustPlatform.buildRustPackage { avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib"; pname = "avante-nvim-lib";