Restructure rustc derivations for ease of updating.

Update racerRust to use new rustcMaster and upgrade cargoSnapshot so racer builds.
This commit is contained in:
Jordan Woehr
2015-03-02 12:40:55 -07:00
parent b7b54b0539
commit 5821e91bd1
16 changed files with 289 additions and 294 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
#TODO add emacs support
name = "racer-git-2015-01-20";
name = "racer-git-2015-02-28";
src = fetchgit {
url = https://github.com/phildawes/racer;
rev = "599aa524ea949ec5f9f0be0375dbb1df9cb852ae";
sha256 = "1kasm7vffn176wr072m1dmqg1rb3wqai9yisxf8mia62548pdx88";
rev = "2e1d718fae21431de4493c238196466e9d4996bc";
sha256 = "0lvp494kg2hlbbdrwxmmxkyhjw53y9wjdml9z817pwj3fwmrjsx0";
};
buildInputs = [ rustc cargo makeWrapper ];