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

vimPlugins.avante-nvim: 0.0.27-unstable-2025-12-30 -> 0.0.27-unstable-2026-01-04 (#477786)

parents eab96ced c417e68e
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-12-30";
  version = "0.0.27-unstable-2026-01-04";
  src = fetchFromGitHub {
    owner = "yetone";
    repo = "avante.nvim";
    rev = "7a9fbbd4ddc9affc6a33bff644b1af7c0f908e74";
    hash = "sha256-YpNNd9x6GFeWLxaShL6+g1Z29wUM/aJKZQ24/twXvAU=";
    rev = "a27b821cc1f9fec70d7b7dc4a42c6dbd76266997";
    hash = "sha256-Hm1Zr10xH9B4GzRyCKI/qsbhkJCD69qo8gC+Njna/5w=";
  };
  avante-nvim-lib = rustPlatform.buildRustPackage {
    pname = "avante-nvim-lib";