Loading pkgs/applications/editors/vim/plugins/non-generated/codediff-nvim/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ }: vimUtils.buildVimPlugin rec { pname = "codediff.nvim"; version = "2.43.9"; version = "2.43.10"; src = fetchFromGitHub { owner = "esmuellert"; repo = "codediff.nvim"; tag = "v${version}"; hash = "sha256-9u0jrAjsxSt0HbQ/9DhgQfpjkgsxC50u26KwOrwesJ4="; hash = "sha256-iiDf5rbRHJePlv8kBtAID8qVGNBCKi1iipQ9nmMXI18="; }; dependencies = [ vimPlugins.nui-nvim ]; Loading Loading
pkgs/applications/editors/vim/plugins/non-generated/codediff-nvim/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ }: vimUtils.buildVimPlugin rec { pname = "codediff.nvim"; version = "2.43.9"; version = "2.43.10"; src = fetchFromGitHub { owner = "esmuellert"; repo = "codediff.nvim"; tag = "v${version}"; hash = "sha256-9u0jrAjsxSt0HbQ/9DhgQfpjkgsxC50u26KwOrwesJ4="; hash = "sha256-iiDf5rbRHJePlv8kBtAID8qVGNBCKi1iipQ9nmMXI18="; }; dependencies = [ vimPlugins.nui-nvim ]; Loading