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.
2 parents 1f1d40b + d6acc04 commit f9388edCopy full SHA for f9388ed
pkgs/applications/editors/vim/plugins/non-generated/codediff-nvim/default.nix
@@ -10,13 +10,13 @@
10
}:
11
vimUtils.buildVimPlugin rec {
12
pname = "codediff.nvim";
13
- version = "2.13.1";
+ version = "2.16.3";
14
15
src = fetchFromGitHub {
16
owner = "esmuellert";
17
repo = "codediff.nvim";
18
tag = "v${version}";
19
- hash = "sha256-9pzEO5RzDTX0BVg06XA0AiD9gCmpp1eEqH3Adqptrrs=";
+ hash = "sha256-nIDjE5hf5kt3diEFgUEBz4dCxHatCYtdHY5Zc4YlHFg=";
20
};
21
22
dependencies = [ vimPlugins.nui-nvim ];
0 commit comments