vimPlugins.nerdtree-git-plugin: init at 2020-09-11

This commit is contained in:
Viacheslav Lotsmanov
2020-09-14 19:34:44 +03:00
committed by Jon
parent 441818c4ff
commit 68896cd397
2 changed files with 6 additions and 6 deletions

View File

@@ -2412,14 +2412,14 @@ let
nerdtree-git-plugin = buildVimPluginFrom2Nix {
pname = "nerdtree-git-plugin";
version = "2019-01-09";
version = "2020-09-11";
src = fetchFromGitHub {
owner = "albfan";
owner = "Xuyuanp";
repo = "nerdtree-git-plugin";
rev = "95e20577cd442ad6256aff9bb2e9c80db05c13f0";
sha256 = "15i66mxvygs6xa2jvk7bqdagxx1lcvynmyb9g75whgbv7is80qn7";
rev = "a8c031f11dd312f53357729ca47ad493e798aa86";
sha256 = "1d64cmywhj43q9fkrh0kcfsxa7ijxcb1fbz38pxaacg082y6l0jy";
};
meta.homepage = "https://github.com/albfan/nerdtree-git-plugin/";
meta.homepage = "https://github.com/Xuyuanp/nerdtree-git-plugin/";
};
neuron-vim = buildVimPluginFrom2Nix {