Skip to content

Commit

Permalink
rustNightlyBin: 2017-05-30 -> 2017-06-26
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 26, 2017
1 parent c90a4b8 commit a9ba1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/rust/nightlyBin.nix
Expand Up @@ -7,15 +7,15 @@ let

bootstrapHash =
if stdenv.system == "x86_64-linux"
then "21f38f46bf16373d3240a38b775e1acff9bb429f1570a4d4da8b3000315d0085"
then "0svlm4bxsdhdn4jsv46f278kid23a9w978q2137qrba4xnyb06kf"
else throw "missing bootstrap hash for platform ${stdenv.system}";

src = fetchurl {
url = "https://static.rust-lang.org/dist/${version}/rust-nightly-${platform}.tar.gz";
sha256 = bootstrapHash;
};

version = "2017-05-30";
version = "2017-06-26";
in import ./binaryBuild.nix
{ inherit stdenv fetchurl makeWrapper cacert zlib buildRustPackage curl;
inherit version src platform;
Expand Down

0 comments on commit a9ba1e1

Please sign in to comment.