diff --git a/pkgs/development/tools/rust/racer/default.nix b/pkgs/development/tools/rust/racer/default.nix index c82413376bd..860b1deaaec 100644 --- a/pkgs/development/tools/rust/racer/default.nix +++ b/pkgs/development/tools/rust/racer/default.nix @@ -6,7 +6,7 @@ in stdenv.mkDerivation rec { #TODO add emacs support - name = "racer-git-2014-12-04"; + name = "racer-git-2015-01-07"; src = fetchgit { url = https://github.com/phildawes/racer; rev = "bf73c05ac719cd3b0f8d8f9e0ecb066ede6aa9d9";