Skip to content

Commit

Permalink
rustracer: 2.0.6 -> 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored and globin committed Jul 28, 2017
1 parent 9fc4b66 commit 805467b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/tools/rust/racer/default.nix
Expand Up @@ -2,21 +2,21 @@

rustPlatform.buildRustPackage rec {
name = "racer-${version}";
version = "2.0.6";
version = "2.0.9";

src = fetchFromGitHub {
owner = "phildawes";
owner = "racer-rust";
repo = "racer";
rev = version;
sha256 = "09wgfrb0z2d2icfk11f1jal5p93sqjv3jzmzcgw0pgw3zvffhni3";
sha256 = "06k50f2vj2w08afh3nrlhs0amcvw2i45bhfwr70sgs395xicjswp";
};

depsSha256 = "0mnq7dk9wz2k9jhzciknybwc471sy8f71cd15m752b5ng6v1f5kn";
depsSha256 = "1gywnjbjl9jalbq6wkfmbczav4qbhgw2h8lyxkyppnhw9y4j0nc1";

buildInputs = [ makeWrapper ];

preCheck = ''
export RUST_SRC_PATH="${rustPlatform.rust.rustc.src}/src"
export RUST_SRC_PATH="${rustPlatform.rustcSrc}"
'';

doCheck = true;
Expand All @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {

meta = with stdenv.lib; {
description = "A utility intended to provide Rust code completion for editors and IDEs";
homepage = https://github.com/phildawes/racer;
homepage = https://github.com/racer-rust/racer;
license = licenses.mit;
maintainers = with maintainers; [ jagajaga globin ];
platforms = platforms.all;
Expand Down

0 comments on commit 805467b

Please sign in to comment.