We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c90a4b8 commit a9ba1e1Copy full SHA for a9ba1e1
pkgs/development/compilers/rust/nightlyBin.nix
@@ -7,15 +7,15 @@ let
7
8
bootstrapHash =
9
if stdenv.system == "x86_64-linux"
10
- then "21f38f46bf16373d3240a38b775e1acff9bb429f1570a4d4da8b3000315d0085"
+ then "0svlm4bxsdhdn4jsv46f278kid23a9w978q2137qrba4xnyb06kf"
11
else throw "missing bootstrap hash for platform ${stdenv.system}";
12
13
src = fetchurl {
14
url = "https://static.rust-lang.org/dist/${version}/rust-nightly-${platform}.tar.gz";
15
sha256 = bootstrapHash;
16
};
17
18
- version = "2017-05-30";
+ version = "2017-06-26";
19
in import ./binaryBuild.nix
20
{ inherit stdenv fetchurl makeWrapper cacert zlib buildRustPackage curl;
21
inherit version src platform;
0 commit comments