We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d1e1a commit 551a378Copy full SHA for 551a378
pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix
@@ -12,12 +12,12 @@
12
pkgs,
13
}:
14
let
15
- version = "0.0.27-unstable-2025-11-28";
+ version = "0.0.27-unstable-2025-12-01";
16
src = fetchFromGitHub {
17
owner = "yetone";
18
repo = "avante.nvim";
19
- rev = "4d9d2de6fe9325a11aea7fed653478cb5b2b728b";
20
- hash = "sha256-HjMfeW5d0MpBSV1u+5pYgCoJYf1QjcVZZ8wyNTYMK5U=";
+ rev = "d3ec7c7320151244f07252a73628b1417f694b06";
+ hash = "sha256-xwjY/yCjySqs6ndZitgVfhnCgxzB4mbplpefv5vVCN0=";
21
};
22
avante-nvim-lib = rustPlatform.buildRustPackage {
23
pname = "avante-nvim-lib";
0 commit comments