rustSnapshot: upgraded to last master

+3 -3
+3 -3
pkgs/development/compilers/rustc/head.nix
··· 18 18 19 19 */ 20 20 21 - with ((import ./common.nix) {inherit stdenv; version = "0.12.0-pre-1635-g29e928f";}); 21 + with ((import ./common.nix) {inherit stdenv; version = "0.13.0-pre-1673-g3a325c6";}); 22 22 23 23 let snapshot = if stdenv.system == "i686-linux" 24 24 then "c8342e762a1720be939ed7c6a39bdaa27892f66f" ··· 40 40 41 41 src = fetchgit { 42 42 url = https://github.com/rust-lang/rust; 43 - rev = "29e928f2ba3501d37660314f6186d0e2ac18b9db"; 44 - sha256 = "1ndg920hnb8r9bblqvmqfflcrppzj68vzbhxf2zghmnx2z7svhxn"; 43 + rev = "3a325c666d2cb7e297bf3057ff2442f96a79428b"; 44 + sha256 = "0a0byglfaf0wfsnlm53vng1gqkkz4i29zphdwqg93v26mciqqc61"; 45 45 }; 46 46 47 47 # We need rust to build rust. If we don't provide it, configure will try to download it.