vimPlugins.avante-nvim: 0.0.25-unstable-2025-06-21 -> 0.0.25-unstable-2025-07-02

This commit is contained in:
R. Ryantm
2025-07-02 04:58:22 +00:00
parent 376a91ea05
commit e24f375a56
@@ -12,12 +12,12 @@
pkgs,
}:
let
version = "0.0.25-unstable-2025-06-21";
version = "0.0.25-unstable-2025-07-02";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
rev = "86743a1d7d6232a820709986e971b3c1de62d9a7";
hash = "sha256-7lLnC/tcl5yVM6zBIk41oJ3jhRTv8AqXwJdXF2yPjwk=";
rev = "6bbf3d2004133252cd0e2d057add5c1431dc8511";
hash = "sha256-xHYogeovrd2n7oZB935ma2qwqhfu0eEDieQv5j5d9dQ=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";