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

vimPlugins.avante-nvim: 0.0.27-unstable-2025-10-31 -> 0.0.27-unstable-2025-11-09 (#460385)

parents 27a3e265 ffeec20a
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-31";
  version = "0.0.27-unstable-2025-11-09";
  src = fetchFromGitHub {
    owner = "yetone";
    repo = "avante.nvim";
    rev = "7f48770e66684e9a7d4d5b9c47505a23e0167a6e";
    hash = "sha256-U8RnTBGW+dR26JATQ10JbM8R03qX/ovPjvelHw2J7fc=";
    rev = "f8a7cd1a606460ec0a2c4ec886bc102daccf912e";
    hash = "sha256-jRIPBO/5JKFe2bZYjPtW8o0dDujoCxU8zq9Ot3hCtzs=";
  };
  avante-nvim-lib = rustPlatform.buildRustPackage {
    pname = "avante-nvim-lib";