Unverified Commit dd37354a authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-12 -> 0.0.27-unstable-2025-10-18 (#453396)

parents 295df891 e591b734
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-10-12";
  version = "0.0.27-unstable-2025-10-18";
  src = fetchFromGitHub {
    owner = "yetone";
    repo = "avante.nvim";
    rev = "f092bb3ec0acf87b838e082209b6a7eddcbf5940";
    hash = "sha256-zKDp9It/VgUD8BN5ktTmfbQX0s3SBo20T8no8nwsyfY=";
    rev = "cc7a41262e4dc38003b7578c3553a75c0ec4b8d2";
    hash = "sha256-L6fOo3OPfMtClmyGW1Bn7YDJtuTKO6F66D1oYsii5so=";
  };
  avante-nvim-lib = rustPlatform.buildRustPackage {
    pname = "avante-nvim-lib";