vimPlugins.avante-nvim: 0.0.27-unstable-2025-11-09 -> 0.0.27-unstable-2025-11-12

This commit is contained in:
R. Ryantm
2025-11-17 09:47:45 +00:00
parent 5dec4550e8
commit bbdf9d5db8

View File

@@ -12,12 +12,12 @@
pkgs, pkgs,
}: }:
let let
version = "0.0.27-unstable-2025-11-09"; version = "0.0.27-unstable-2025-11-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yetone"; owner = "yetone";
repo = "avante.nvim"; repo = "avante.nvim";
rev = "f8a7cd1a606460ec0a2c4ec886bc102daccf912e"; rev = "ca95e0386433da2077184719886fa658257261a3";
hash = "sha256-jRIPBO/5JKFe2bZYjPtW8o0dDujoCxU8zq9Ot3hCtzs="; hash = "sha256-J3wIR1kACtX8qnspPGxHDkBvTWbWHP/T51qYSZsZrgs=";
}; };
avante-nvim-lib = rustPlatform.buildRustPackage { avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib"; pname = "avante-nvim-lib";