about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-07-25 14:14:48 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-07-25 14:15:55 +0100
commitaba21d99dad5641daf32c8051994cc8afd8ff3c4 (patch)
treead7139df61824cb031d305338d7369bb08d003d3 /pkgs/misc
parenta7f4c879e53d0ab62b0de0b154d834fefc282ed9 (diff)
vimPlugins.command-t: 2017-07-11 -> 2017-06-23
https://github.com/NixOS/nixpkgs/commit/a7f4c879e53d0ab62b0de0b154d834fefc282ed9#commitcomment-23287795
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index 5f090a68e5bd2..af77f5ae4fef1 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -1790,11 +1790,11 @@ rec {
   };
 
   command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation
-    name = "command-t-2017-07-11";
+    name = "command-t-2017-06-23";
     src = fetchgit {
       url = "https://github.com/wincent/command-t";
-      rev = "85949ce7a70a26abf6f9d355e38d1473facba022";
-      sha256 = "1q1vdzyfwqnm5z88n0rzgy47ycv74yn44885v57ws0qvm3bv8b8h";
+      rev = "29f2606a9665058a98b56f2d8062ba614a3f246e";
+      sha256 = "0q6kqjy88w1478k2q6vqyyid69whd72746i0cd33xnslgykwm2hn";
     };
     dependencies = [];
     buildInputs = [ perl ruby git ];