vimPlugins.avante-nvim: 0.0.25-unstable-2025-06-21 -> 0.0.25-unstable-2025-07-02 (#421684)

This commit is contained in:
Gaétan Lepage
2025-07-02 09:52:28 +02:00
committed by GitHub
@@ -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";