Skip to content

Commit aba21d9

Browse files
committedJul 25, 2017
vimPlugins.command-t: 2017-07-11 -> 2017-06-23
a7f4c87#commitcomment-23287795
1 parent a7f4c87 commit aba21d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/misc/vim-plugins/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1790,11 +1790,11 @@ rec {
17901790
};
17911791

17921792
command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation
1793-
name = "command-t-2017-07-11";
1793+
name = "command-t-2017-06-23";
17941794
src = fetchgit {
17951795
url = "https://github.com/wincent/command-t";
1796-
rev = "85949ce7a70a26abf6f9d355e38d1473facba022";
1797-
sha256 = "1q1vdzyfwqnm5z88n0rzgy47ycv74yn44885v57ws0qvm3bv8b8h";
1796+
rev = "29f2606a9665058a98b56f2d8062ba614a3f246e";
1797+
sha256 = "0q6kqjy88w1478k2q6vqyyid69whd72746i0cd33xnslgykwm2hn";
17981798
};
17991799
dependencies = [];
18001800
buildInputs = [ perl ruby git ];

0 commit comments

Comments
 (0)
Please sign in to comment.