We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a7f4c87 commit aba21d9Copy full SHA for aba21d9
pkgs/misc/vim-plugins/default.nix
@@ -1790,11 +1790,11 @@ rec {
1790
};
1791
1792
command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation
1793
- name = "command-t-2017-07-11";
+ name = "command-t-2017-06-23";
1794
src = fetchgit {
1795
url = "https://github.com/wincent/command-t";
1796
- rev = "85949ce7a70a26abf6f9d355e38d1473facba022";
1797
- sha256 = "1q1vdzyfwqnm5z88n0rzgy47ycv74yn44885v57ws0qvm3bv8b8h";
+ rev = "29f2606a9665058a98b56f2d8062ba614a3f246e";
+ sha256 = "0q6kqjy88w1478k2q6vqyyid69whd72746i0cd33xnslgykwm2hn";
1798
1799
dependencies = [];
1800
buildInputs = [ perl ruby git ];
0 commit comments