mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
vimPlugins.avante-nvim: 0.0.23-unstable-2025-05-30 -> 0.0.23-unstable-2025-06-02
This commit is contained in:
parent
0238456546
commit
1149cb0a2f
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue