Skip to content

Commit

Permalink
avante-nvim: 0.0.12 -> 0.0.13 (NixOS#365261)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 14, 2024
2 parents da3da9b + 5f74a1a commit f7648a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/editors/vim/plugins/avante-nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
vimUtils,
}:
let
version = "0.0.12";
version = "0.0.13";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
tag = "v${version}";
hash = "sha256-yFHX9WCdTBtFZ2Yhy542Rg9nyIu6IWyRjKkS+ojZsdM=";
hash = "sha256-JTuVq5fil2bpkptpw+kj0PFOp9Rk7RpOxc0GN/blL6M=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";
inherit version src;

cargoHash = "sha256-n0+UT9wYnmPDOX2LKWztURqYLy2oa8sUeQLycR3/Zr0=";
cargoHash = "sha256-mCQm+ZBH5KehCbpKZ2zFl34sJh4yfKmA8GMcteK5SrA=";

nativeBuildInputs = [
pkg-config
Expand All @@ -42,7 +42,7 @@ let
};
in
vimUtils.buildVimPlugin {
pname = "avante-nvim";
pname = "avante.nvim";
inherit version src;

dependencies = with vimPlugins; [
Expand Down

0 comments on commit f7648a7

Please sign in to comment.