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

vimPlugins.avante-nvim: 0.0.23-unstable-2025-05-30 -> 0.0.23-unstable-2025-06-02 (#413242)

parents 261e035e 1149cb0a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@
  pkgs,
}:
let
  version = "0.0.23-unstable-2025-05-30";
  version = "0.0.23-unstable-2025-06-02";
  src = fetchFromGitHub {
    owner = "yetone";
    repo = "avante.nvim";
    rev = "22418bff8bcac4377ebf975cd48f716823867979";
    hash = "sha256-qyeiDDjeReOr+TvgCWnKhb8FBN9t1YPFGvVqPvxXr0k=";
    rev = "647a459a2b87e5c9b2987cb44150b71beffdfb10";
    hash = "sha256-GgLOcVp2IuMBr4aBRWJTvrAuWWiMEIHmec/S97piBaM=";
  };
  avante-nvim-lib = rustPlatform.buildRustPackage {
    pname = "avante-nvim-lib";