Skip to content

Commit

Permalink
vimPlugins.youCompleteMe: fix name
Browse files Browse the repository at this point in the history
Using date instead of rev
See #4499 (comment) for more info why.
  • Loading branch information
jagajaga committed Feb 7, 2015
1 parent c4d21cf commit a6a9d81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -528,14 +528,13 @@ rec {
};

YouCompleteMe = addRtp "${rtpPath}/youcompleteme" (stdenv.mkDerivation rec {
rev = "035b6ca862da3bba0ab8aad388a485758311a464";
src = fetchgit {
inherit rev;
rev = "035b6ca862da3bba0ab8aad388a485758311a464";
url = "https://github.com/Valloric/YouCompleteMe.git";
sha256 = "9cd8fc8bb9b35e7a164d62fa8e3a1bd3be7e18f4d46c78b5827612f32b9541d5";
};

name = "vimplugin-youcompleteme-${rev}";
name = "vimplugin-youcompleteme-2015-02-05";

buildInputs = [ python cmake llvmPackages.clang ];

Expand Down

0 comments on commit a6a9d81

Please sign in to comment.