summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2016-02-02 13:28:31 +0100
committerRicardo M. Correia <rcorreia@wizy.org>2016-02-02 17:25:44 +0100
commit74657bae856939dde6545c36324a400ceda8cab5 (patch)
tree4dac34958950ea3977fd3769501c9c5340487cce
parenta5b47cd0b0294234502592db635ce917e5b4fb39 (diff)
downloadnixlib-74657bae856939dde6545c36324a400ceda8cab5.tar
nixlib-74657bae856939dde6545c36324a400ceda8cab5.tar.gz
nixlib-74657bae856939dde6545c36324a400ceda8cab5.tar.bz2
nixlib-74657bae856939dde6545c36324a400ceda8cab5.tar.lz
nixlib-74657bae856939dde6545c36324a400ceda8cab5.tar.xz
nixlib-74657bae856939dde6545c36324a400ceda8cab5.tar.zst
nixlib-74657bae856939dde6545c36324a400ceda8cab5.zip
rustcMaster: 2016-01-10 -> 2016-02-01
-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 2cefc4cfc137..4ef521218e68 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 = "2016-01-10";
+  shortVersion = "2016-02-01";
   isRelease = false;
   forceBundledLLVM = false;
-  srcRev = "d70ab2bdf16c22b9f3ff0230089b44855e3f1593";
-  srcSha = "13ssis1bdgg8sdkgrvxcbd1qcfmf7q6bv4akfxrjgdm44l1n1l97";
+  srcRev = "094c5b0d6";
+  srcSha = "0908xzxb4q8vqwmzi5c2vzrhfsrw7d18r4n7mq3ir5671y9cqpvz";
 
   /* Rust is bootstrapped from an earlier built version. We need
   to fetch these earlier versions, which vary per platform.