vimPlugins.command-t: 2017-07-11 -> 2017-06-23

a7f4c879e5 (commitcomment-23287795)
This commit is contained in:
Jörg Thalheim 2017-07-25 14:14:48 +01:00
parent a7f4c879e5
commit aba21d99da

View File

@ -1790,11 +1790,11 @@ rec {
}; };
command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "command-t-2017-07-11"; name = "command-t-2017-06-23";
src = fetchgit { src = fetchgit {
url = "https://github.com/wincent/command-t"; url = "https://github.com/wincent/command-t";
rev = "85949ce7a70a26abf6f9d355e38d1473facba022"; rev = "29f2606a9665058a98b56f2d8062ba614a3f246e";
sha256 = "1q1vdzyfwqnm5z88n0rzgy47ycv74yn44885v57ws0qvm3bv8b8h"; sha256 = "0q6kqjy88w1478k2q6vqyyid69whd72746i0cd33xnslgykwm2hn";
}; };
dependencies = []; dependencies = [];
buildInputs = [ perl ruby git ]; buildInputs = [ perl ruby git ];