rustc: 1.24.0 -> 1.25.0

This commit is contained in:
Bastian Köcher
2018-04-06 17:05:40 +02:00
parent f8fe297ff1
commit 0c181bb290
2 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -6,11 +6,11 @@
let
rustPlatform = recurseIntoAttrs (makeRustPlatform (callPackage ./bootstrap.nix {}));
version = "1.24.0";
cargoVersion = "0.24.0";
version = "1.25.0";
cargoVersion = "0.26.0";
src = fetchurl {
url = "https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz";
sha256 = "17v3jpyky8vkkgai5yd2zr8zl87qpgj6dx99gx27x1sf0kv7d0mv";
sha256 = "0baxjr99311lvwdq0s38bipbnj72pn6fgbk6lcq7j555xq53mxpf";
};
in rec {
rustc = callPackage ./rustc.nix {