From 3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Mon, 29 Sep 2014 14:57:00 +0200 Subject: rustcMaster: Fix version --- pkgs/development/compilers/rustc/head.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/rustc/head.nix b/pkgs/development/compilers/rustc/head.nix index e17f04439a22..b2c5d8740751 100644 --- a/pkgs/development/compilers/rustc/head.nix +++ b/pkgs/development/compilers/rustc/head.nix @@ -16,7 +16,7 @@ assert stdenv.gcc.gcc != null; */ -with ((import ./common.nix) {inherit stdenv; version = "0.12.0-pre-7fbbfe6bf"; }); +with ((import ./common.nix) {inherit stdenv; version = "0.12.0-pre-9a68da740"; }); let snapshot = if stdenv.system == "i686-linux" then "5c2132b65f45c21b43d28de6a9460978b1a7b08a" -- cgit 1.4.1