From aed092339d7744b5ae329617625450cd5eb279a1 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 30 Oct 2015 19:40:52 -0700 Subject: [PATCH] rustcMaster: 2015-10-17 -> 2015-10-27 --- pkgs/development/compilers/rustc/head.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/rustc/head.nix b/pkgs/development/compilers/rustc/head.nix index 94fdb0b34245..7b59c5146108 100644 --- a/pkgs/development/compilers/rustc/head.nix +++ b/pkgs/development/compilers/rustc/head.nix @@ -2,11 +2,11 @@ { stdenv, callPackage }: callPackage ./generic.nix { - shortVersion = "2015-10-17"; + shortVersion = "2015-10-27"; isRelease = false; - forceBundledLLVM = true; - srcRev = "20a6938c0"; - srcSha = "18dalmwmyw2csnm72qwkkh37ixxbrn2i5lmwp2q0x9plh5qj5627"; + forceBundledLLVM = false; + srcRev = "8ab8581f6921bc7a8e3fa4defffd2814372dcb15"; + srcSha = "06sg327y95zx7w4jxl6i34j4x2g8mhhvri8gxk4qcfmar4cg8has"; /* Rust is bootstrapped from an earlier built version. We need to fetch these earlier versions, which vary per platform.