From 1f811a67274e340d9e13987801fe726308e748ab Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Mon, 12 Dec 2016 18:59:10 +0100 Subject: rustcNightlyBin.rustc: revision bump 2016-11-26 to 2016-12-05 with fix to contain components as libcore --- pkgs/development/compilers/rust/nightlyBin.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development/compilers/rust') diff --git a/pkgs/development/compilers/rust/nightlyBin.nix b/pkgs/development/compilers/rust/nightlyBin.nix index 47d918ddf3e6..a60d17fb7cbe 100644 --- a/pkgs/development/compilers/rust/nightlyBin.nix +++ b/pkgs/development/compilers/rust/nightlyBin.nix @@ -9,17 +9,17 @@ let bootstrapHash = if stdenv.system == "x86_64-linux" - then "1hsvf1vj18fqxkqw8jhnwahhk2q5xcl5396czr034fphmp5n4haw" + then "1afsqaavhwiaxm38zr08cbq0985c7lrb1jzdcmq0jh6y8rb8ikff" else throw "missing boostrap hash for platform ${stdenv.system}"; needsPatchelf = stdenv.isLinux; src = fetchurl { - url = "https://static.rust-lang.org/dist/${version}/rustc-nightly-${platform}.tar.gz"; + url = "https://static.rust-lang.org/dist/${version}/rust-nightly-${platform}.tar.gz"; sha256 = bootstrapHash; }; - version = "2016-11-26"; + version = "2016-12-05"; in rec { @@ -41,7 +41,7 @@ rec { installPhase = '' ./install.sh --prefix=$out \ - --components=rustc + --components=rustc,rust-std-x86_64-unknown-linux-gnu ${optionalString needsPatchelf '' patchelf \ -- cgit 1.4.1