Skip to content

Commit a9ba1e1

Browse files
committedJun 26, 2017
rustNightlyBin: 2017-05-30 -> 2017-06-26
1 parent c90a4b8 commit a9ba1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/compilers/rust/nightlyBin.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ let
77

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

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

18-
version = "2017-05-30";
18+
version = "2017-06-26";
1919
in import ./binaryBuild.nix
2020
{ inherit stdenv fetchurl makeWrapper cacert zlib buildRustPackage curl;
2121
inherit version src platform;

0 commit comments

Comments
 (0)