Commit e591b734 authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 27578267
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";