vimPlugins.avante-nvim: 0.1.2 -> 0.2.3

This commit is contained in:
R. Ryantm
2026-09-05 12:04:44 +00:00
parent 63dd5218ba
commit 42e30654ed

View File

@@ -12,18 +12,18 @@
perl,
}:
let
version = "0.1.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
tag = "v${version}";
hash = "sha256-x7OhVz4rWj2x1UsUm8iqkB5PQVAELvAYJ0yo2beU9TY=";
hash = "sha256-VJN2ero5ndLqfmMImUF9fqbUKku6Q1CypjK5Q+SB0ck=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";
inherit version src;
cargoHash = "sha256-pTWCT2s820mjnfTscFnoSKC37RE7DAPKxP71QuM+JXQ=";
cargoHash = "sha256-F0SJ4iv/oL2560KmqH7Sun3F+yXR44daYFbOQRsYlDg=";
nativeBuildInputs = [
pkg-config