vimPlugins.youCompleteMe: fix name
Using date instead of rev See https://github.com/NixOS/nixpkgs/pull/4499#issuecomment-58805580 for more info why.
This commit is contained in:
parent
c4d21cf1c4
commit
a6a9d8137f
@ -528,14 +528,13 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
YouCompleteMe = addRtp "${rtpPath}/youcompleteme" (stdenv.mkDerivation rec {
|
YouCompleteMe = addRtp "${rtpPath}/youcompleteme" (stdenv.mkDerivation rec {
|
||||||
rev = "035b6ca862da3bba0ab8aad388a485758311a464";
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
inherit rev;
|
rev = "035b6ca862da3bba0ab8aad388a485758311a464";
|
||||||
url = "https://github.com/Valloric/YouCompleteMe.git";
|
url = "https://github.com/Valloric/YouCompleteMe.git";
|
||||||
sha256 = "9cd8fc8bb9b35e7a164d62fa8e3a1bd3be7e18f4d46c78b5827612f32b9541d5";
|
sha256 = "9cd8fc8bb9b35e7a164d62fa8e3a1bd3be7e18f4d46c78b5827612f32b9541d5";
|
||||||
};
|
};
|
||||||
|
|
||||||
name = "vimplugin-youcompleteme-${rev}";
|
name = "vimplugin-youcompleteme-2015-02-05";
|
||||||
|
|
||||||
buildInputs = [ python cmake llvmPackages.clang ];
|
buildInputs = [ python cmake llvmPackages.clang ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user