Commit 4fcbbd4f authored by R. RyanTM's avatar R. RyanTM
Browse files

vimPlugins.avante-nvim: 0.0.27-unstable-2026-01-24 -> 0.0.27-unstable-2026-02-03

parent ce1a7c1f
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-24";
  version = "0.0.27-unstable-2026-02-03";
  src = fetchFromGitHub {
    owner = "yetone";
    repo = "avante.nvim";
    rev = "fde9a524457d17661618678f085649d4e8d3fd6f";
    hash = "sha256-i+IxrUcqQk9okjXkHm7m+PF6+H4YKUkOtuyF/ZuoCWc=";
    rev = "d80b7966c0505809e83e408353bbe8cb3394936d";
    hash = "sha256-+IfICc7uBaMV27VJcHlUOxZ2TFQoIHFJPMtoIjjgnZ8=";
  };
  avante-nvim-lib = rustPlatform.buildRustPackage {
    pname = "avante-nvim-lib";