vimPlugins.codediff-nvim: 2.9.1 -> 2.9.3 (#479571)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
}:
|
||||
vimUtils.buildVimPlugin rec {
|
||||
pname = "codediff.nvim";
|
||||
version = "2.9.1";
|
||||
version = "2.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "esmuellert";
|
||||
repo = "codediff.nvim";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-xIm3/Dxn77rRtUwaKE+3xed8Yyrfnte/aroRcgqiuXM=";
|
||||
hash = "sha256-hHBAGDWtw56gk1kWUtU9QEP2QqIATmPNeJ2lPD8dWIc=";
|
||||
};
|
||||
|
||||
dependencies = [ vimPlugins.nui-nvim ];
|
||||
@@ -31,7 +31,7 @@ vimUtils.buildVimPlugin rec {
|
||||
|
||||
meta = {
|
||||
description = "VSCode-style side-by-side diff rendering with two-tier highlighting (line + character level)";
|
||||
homepage = "https://github.com/esmuellert/vscode-diff.nvim/";
|
||||
homepage = "https://github.com/esmuellert/codediff.nvim/";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user