Unverified Commit bb7c2bab authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.avante-nvim: 0.0.27-unstable-2025-09-11 -> 0.0.27-unstable-2025-09-18 (#446242)

parents 724b779c 5eb8987d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@
  pkgs,
}:
let
  version = "0.0.27-unstable-2025-09-11";
  version = "0.0.27-unstable-2025-09-18";
  src = fetchFromGitHub {
    owner = "yetone";
    repo = "avante.nvim";
    rev = "56951378f10b25f8bb0f5bb516b8d778a1e498a7";
    hash = "sha256-jLAzTLvhQLyG1zeTGBE02CwVCjtrC7V1LZhGUjNgD8w=";
    rev = "44db8eba870f6c123da5efa70384b2889f3e3495";
    hash = "sha256-x2lb7k/qfERXYMdM+Upf6kmsYS3Qp9iz2KEvzvgb8P4=";
  };
  avante-nvim-lib = rustPlatform.buildRustPackage {
    pname = "avante-nvim-lib";