Loading pkgs/applications/editors/vim/plugins/non-generated/codediff-nvim/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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; }; Loading Loading
pkgs/applications/editors/vim/plugins/non-generated/codediff-nvim/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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; }; Loading