about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorEvan Danaher <github@edanaher.net>2017-03-28 15:23:38 -0400
committerEvan Danaher <github@edanaher.net>2017-03-28 16:07:51 -0400
commitc46e2d1903248c546e8b6ec5f190a1f1a3515f98 (patch)
tree2eb8f9e5d70f1ab58bebc7430cf50ecd15f604b9 /pkgs/misc/vim-plugins
parent65593e64c480493555ae21050a422e4c7ff9c7ea (diff)
downloadnixlib-c46e2d1903248c546e8b6ec5f190a1f1a3515f98.tar
nixlib-c46e2d1903248c546e8b6ec5f190a1f1a3515f98.tar.gz
nixlib-c46e2d1903248c546e8b6ec5f190a1f1a3515f98.tar.bz2
nixlib-c46e2d1903248c546e8b6ec5f190a1f1a3515f98.tar.lz
nixlib-c46e2d1903248c546e8b6ec5f190a1f1a3515f98.tar.xz
nixlib-c46e2d1903248c546e8b6ec5f190a1f1a3515f98.tar.zst
nixlib-c46e2d1903248c546e8b6ec5f190a1f1a3515f98.zip
vim-plugins: bump youcompleteme version.
This fixes a bad interaction with Supertab.
Diffstat (limited to 'pkgs/misc/vim-plugins')
-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 a0d04638504c..47f58aeee85d 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -1528,11 +1528,11 @@ rec {
   };
 
   youcompleteme = buildVimPluginFrom2Nix { # created by nix#NixDerivation
-    name = "youcompleteme-2017-02-27";
+    name = "youcompleteme-2017-03-28";
     src = fetchgit {
       url = "https://github.com/valloric/youcompleteme";
-      rev = "39659caf34c664c7419cadb41cb813158e0749fa";
-      sha256 = "0rl8fxcwcj61bj8b2qcnwfipcnf1nb47bvb52sv68sf9v78qa7sx";
+      rev = "03ba8a80cd04e2e051bb85eacaea802ca3c4d025";
+      sha256 = "1f44bxl4phk79p4n19p0qx5506hkhms77zi4x0sh0gh389xwxmv5";
     };
     dependencies = [];
     buildPhase = ''