rust: 1.29.1 -> 1.30.0

This commit is contained in:
Jörg Thalheim
2018-10-26 10:37:46 +01:00
parent a8df9ff9d9
commit cafecf16af
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.29.1";
cargoVersion = "1.29.1";
version = "1.30.0";
cargoVersion = "1.30.0";
src = fetchurl {
url = "https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz";
sha256 = "0jd3c57x3yndizns4pb68nh25si47agfmrdvf9nwwsyfcs5p5c7i";
sha256 = "1vh8q5i273xyjvpipqisny11iz0xfgz30cgjr7068nx5rhzsh2yd";
};
in rec {
rustc = callPackage ./rustc.nix {