vimPlugins.avante-nvim: 0.0.27-unstable-2025-08-06 -> 0.0.27-unstable-2025-08-14 (#433915)

This commit is contained in:
Gaétan Lepage
2025-08-15 10:36:13 +02:00
committed by GitHub
@@ -12,18 +12,18 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-08-06";
version = "0.0.27-unstable-2025-08-14";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "2fc63d4128d2dc2fef0913c7480b4586959ebe4e";
hash = "sha256-hHa300Ldszsnp6AuYVJwOFc5FfuRTd3phyM6/qBUIQo=";
rev = "be0937a459624ce1170f158f9d8660d0ade47eb4";
hash = "sha256-1NzzyWW2Tp91wa+Ujv2cDTv/Cb/HgA6LiDuwxVWdJwU=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";
inherit version src;
cargoHash = "sha256-8mBpzndz34RrmhJYezd4hLrJyhVL4S4IHK3plaue1k8=";
cargoHash = "sha256-pTWCT2s820mjnfTscFnoSKC37RE7DAPKxP71QuM+JXQ=";
nativeBuildInputs = [
pkg-config