racer: updated to last git master
This commit is contained in:
parent
12c5a49933
commit
74f15178b1
@ -16,6 +16,10 @@ assert !stdenv.isFreeBSD;
|
||||
expected. Once the language is stable (1.0) , we might want to
|
||||
switch it to use nix's packaged rust compiler.
|
||||
|
||||
|
||||
NOTE : some derivation depend on rust. When updating this, please make
|
||||
sure those derivations still compile. (racer, for example).
|
||||
|
||||
*/
|
||||
|
||||
let shortVersion = "0.13-dev";
|
||||
|
@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
|
||||
name = "racer-git-2014-12-04";
|
||||
src = fetchgit {
|
||||
url = https://github.com/phildawes/racer;
|
||||
rev = "cc633ad2477cb064ba6e4d23b58c124c8521410c";
|
||||
sha256 = "1nqlgdqnqhzbnbxvhs60gk5hjzrxfq8blyh1riiknxdlq5kqaky7";
|
||||
rev = "bf73c05ac719cd3b0f8d8f9e0ecb066ede6aa9d9";
|
||||
sha256 = "1159fsfca2kqvlajp8sawrskip7hc0rppk8vhwxa2vw8zznp56w0";
|
||||
};
|
||||
|
||||
buildInputs = [ rust makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user