Skip to content

Commit

Permalink
avante-nvim: 0.0.13 -> 0.0.14 (#367211)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 21, 2024
2 parents 6da7449 + 72b0b9b commit b826d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.13";
version = "0.0.14";
src = fetchFromGitHub {
owner = "yetone";
repo = "avante.nvim";
tag = "v${version}";
hash = "sha256-JTuVq5fil2bpkptpw+kj0PFOp9Rk7RpOxc0GN/blL6M=";
hash = "sha256-0dkPejvupXhVZY/5qT45f4LZ4MIVcz8uZam+9TmB+Yo=";
};
avante-nvim-lib = rustPlatform.buildRustPackage {
pname = "avante-nvim-lib";
inherit version src;

cargoHash = "sha256-mCQm+ZBH5KehCbpKZ2zFl34sJh4yfKmA8GMcteK5SrA=";
cargoHash = "sha256-80++U7CIu6QtH1jQCHCEpv2tnYOuoWSczZIUmKyrqJE=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit b826d73

Please sign in to comment.