youcompleteme (vim plugin): use commit date as version number

Using a git commit id as version number doesn't work well, so use the
commit date instead.

Also, there is no other version of YouCompleteMe than the git version,
so drop 'git' from the package name.
This commit is contained in:
Bjørn Forsman 2014-10-03 20:41:16 +02:00
parent abaf2dbeae
commit 4353e5380b

View File

@ -115,7 +115,7 @@ in rec
sha256 = "1yxrxskxnr2da5awm59ra4s9wg67rimcbazvln9bayg9saxs540d";
};
name = "youcompleteme-git-a2cae90";
name = "youcompleteme-20140929"; # commit date
buildInputs = [ python cmake clang.clang ];
configurePhase = ":";