rustracer: 2.0.6 -> 2.0.9

This commit is contained in:
dywedir 2017-07-28 00:55:26 +03:00 committed by Robin Gloster
parent 9fc4b66800
commit 805467bb5a

View File

@ -2,21 +2,21 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
name = "racer-${version}"; name = "racer-${version}";
version = "2.0.6"; version = "2.0.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phildawes"; owner = "racer-rust";
repo = "racer"; repo = "racer";
rev = version; rev = version;
sha256 = "09wgfrb0z2d2icfk11f1jal5p93sqjv3jzmzcgw0pgw3zvffhni3"; sha256 = "06k50f2vj2w08afh3nrlhs0amcvw2i45bhfwr70sgs395xicjswp";
}; };
depsSha256 = "0mnq7dk9wz2k9jhzciknybwc471sy8f71cd15m752b5ng6v1f5kn"; depsSha256 = "1gywnjbjl9jalbq6wkfmbczav4qbhgw2h8lyxkyppnhw9y4j0nc1";
buildInputs = [ makeWrapper ]; buildInputs = [ makeWrapper ];
preCheck = '' preCheck = ''
export RUST_SRC_PATH="${rustPlatform.rust.rustc.src}/src" export RUST_SRC_PATH="${rustPlatform.rustcSrc}"
''; '';
doCheck = true; doCheck = true;
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A utility intended to provide Rust code completion for editors and IDEs"; 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; license = licenses.mit;
maintainers = with maintainers; [ jagajaga globin ]; maintainers = with maintainers; [ jagajaga globin ];
platforms = platforms.all; platforms = platforms.all;