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

vimPlugins.avante-nvim: 0.0.27-unstable-2026-01-09 -> 0.0.27-unstable-2026-01-20

parent 80e4adbc
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-2026-01-09";
  version = "0.0.27-unstable-2026-01-20";
  src = fetchFromGitHub {
    owner = "yetone";
    repo = "avante.nvim";
    rev = "e89eb79abf5754645e20aa6074da10ed20bba33c";
    hash = "sha256-jxbDBvaVtgC0L/MSyoZjGjBxvRUdNofRsiUHwntab7c=";
    rev = "08b202a5c5dc93959bfe7dc276adfcba84ecc5be";
    hash = "sha256-YDlxwAOimaTFo7mTICQBdb7EQCp8vrBnwjWwxmBImis=";
  };
  avante-nvim-lib = rustPlatform.buildRustPackage {
    pname = "avante-nvim-lib";