From 74f15178b169ad63e280e0fd8af21b221c2836a4 Mon Sep 17 00:00:00 2001 From: Georges Dubus Date: Fri, 9 Jan 2015 14:16:00 +0100 Subject: [PATCH] racer: updated to last git master --- pkgs/development/compilers/rustc/head.nix | 4 ++++ pkgs/development/tools/rust/racer/default.nix | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/rustc/head.nix b/pkgs/development/compilers/rustc/head.nix index 4899e51e2ef..5aad9bfa5ff 100644 --- a/pkgs/development/compilers/rustc/head.nix +++ b/pkgs/development/compilers/rustc/head.nix @@ -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"; diff --git a/pkgs/development/tools/rust/racer/default.nix b/pkgs/development/tools/rust/racer/default.nix index b6b0f6f6353..c82413376bd 100644 --- a/pkgs/development/tools/rust/racer/default.nix +++ b/pkgs/development/tools/rust/racer/default.nix @@ -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 ];