about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2014-09-29 14:57:00 +0200
committerRicardo M. Correia <rcorreia@wizy.org>2014-09-29 14:57:26 +0200
commit3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b (patch)
treee55381bc9d1a4c75f37071ef5fe1cdfd23a1062f
parent51b8d716f42a0b6bdc3c03e99cda17a3b43ad63f (diff)
downloadnixlib-3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b.tar
nixlib-3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b.tar.gz
nixlib-3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b.tar.bz2
nixlib-3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b.tar.lz
nixlib-3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b.tar.xz
nixlib-3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b.tar.zst
nixlib-3f5dcaa577b0ea6d317fc84a3410803c22a4fc1b.zip
rustcMaster: Fix version
-rw-r--r--pkgs/development/compilers/rustc/head.nix2
1 files changed, 1 insertions, 1 deletions
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"