vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-06 -> 0.0.27-unstable-2025-10-12

This commit is contained in:
R. Ryantm
2025-10-12 23:47:06 +00:00
parent a132f08781
commit 2f0b2a342e
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.27-unstable-2025-10-06";
version = "0.0.27-unstable-2025-10-12";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "a7052aca0bdfb93e524f0536ac80e6c542962f47";
hash = "sha256-crtzBzRcpuqQdqymUJMAxky1Lfk+6YY0YifThHXz7Rw=";
rev = "f092bb3ec0acf87b838e082209b6a7eddcbf5940";
hash = "sha256-zKDp9It/VgUD8BN5ktTmfbQX0s3SBo20T8no8nwsyfY=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";