summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2015-12-09 15:57:53 +0100
committerRicardo M. Correia <rcorreia@wizy.org>2015-12-09 20:15:59 +0100
commit6baa6330647f2eec63d8d237f84a461c44cbc820 (patch)
treee7a1537fc7793c2531f3b5d4d9e80119b2f2ea2c /pkgs/development/compilers
parent139c25971126b668abf70fd241157d7f15f2066b (diff)
downloadnixpkgs-6baa6330647f2eec63d8d237f84a461c44cbc820.tar
nixpkgs-6baa6330647f2eec63d8d237f84a461c44cbc820.tar.gz
nixpkgs-6baa6330647f2eec63d8d237f84a461c44cbc820.tar.bz2
nixpkgs-6baa6330647f2eec63d8d237f84a461c44cbc820.tar.lz
nixpkgs-6baa6330647f2eec63d8d237f84a461c44cbc820.tar.xz
nixpkgs-6baa6330647f2eec63d8d237f84a461c44cbc820.tar.zst
nixpkgs-6baa6330647f2eec63d8d237f84a461c44cbc820.zip
rustcMaster: 2015-11-01 -> 2015-12-09
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/rustc/head.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/rustc/head.nix b/pkgs/development/compilers/rustc/head.nix
index dc1bda27d97..ac232348328 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-11-01";
+  shortVersion = "2015-12-09";
   isRelease = false;
   forceBundledLLVM = true;
-  srcRev = "1a2eaffb6";
-  srcSha = "17b8zgz8j5dmz489b4zs2q4igc9x2v4isgqg3i5nzhacghxjqfyy";
+  srcRev = "462ec0576";
+  srcSha = "1mci0hxwnqb24j4k68rgffqk8ccznz2iddfmyhi8wxa094hqgghp";
 
   /* Rust is bootstrapped from an earlier built version. We need
   to fetch these earlier versions, which vary per platform.