From 7777453ecb608ad06dcccd8ad48fb281ae3879d2 Mon Sep 17 00:00:00 2001 From: humemm <75555696+humemm@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:57:09 -0800 Subject: [PATCH 1/2] avante-nvim: 0.0.12 -> 0.0.13 --- .../editors/vim/plugins/avante-nvim/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix b/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix index cdb819e0fc73a..99c705feb3bd7 100644 --- a/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix +++ b/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix @@ -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 From 5f74a1adcadd93cb0fc3ec1fe31d2e3256c0c9dc Mon Sep 17 00:00:00 2001 From: humemm <75555696+humemm@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:01:21 -0800 Subject: [PATCH 2/2] avante-nvim: fix pname bug --- pkgs/applications/editors/vim/plugins/avante-nvim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix b/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix index 99c705feb3bd7..d9280f5056b58 100644 --- a/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix +++ b/pkgs/applications/editors/vim/plugins/avante-nvim/default.nix @@ -42,7 +42,7 @@ let }; in vimUtils.buildVimPlugin { - pname = "avante-nvim"; + pname = "avante.nvim"; inherit version src; dependencies = with vimPlugins; [