summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-02-22 14:08:07 -0600
committerNikolay Amiantov <ab@fmap.me>2016-02-25 13:51:12 +0300
commit26c2f7113192cfd14a00dced980bf24e832f0af8 (patch)
tree704df84e6dcafba2506b90f6da347448e1a91ac1 /pkgs
parente054644c2f63ad254a4a107110aaed14fc184289 (diff)
downloadnixlib-26c2f7113192cfd14a00dced980bf24e832f0af8.tar
nixlib-26c2f7113192cfd14a00dced980bf24e832f0af8.tar.gz
nixlib-26c2f7113192cfd14a00dced980bf24e832f0af8.tar.bz2
nixlib-26c2f7113192cfd14a00dced980bf24e832f0af8.tar.lz
nixlib-26c2f7113192cfd14a00dced980bf24e832f0af8.tar.xz
nixlib-26c2f7113192cfd14a00dced980bf24e832f0af8.tar.zst
nixlib-26c2f7113192cfd14a00dced980bf24e832f0af8.zip
rustUnstable.rustc: 2015-08-09 -> 2016-02-22
Diffstat (limited to 'pkgs')
-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 4d2039669598..66730cf855a3 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-02-01";
+  shortVersion = "2016-02-22";
   isRelease = false;
   forceBundledLLVM = true;
-  srcRev = "094c5b0d6";
-  srcSha = "0908xzxb4q8vqwmzi5c2vzrhfsrw7d18r4n7mq3ir5671y9cqpvz";
+  srcRev = "d1f422ec280b881b8236c5d173103bc799e1590e";
+  srcSha = "b0753045ae438c0869d37f429fe84451dcacc4b2ab9413d34bf29fde94fde462";
 
   /* Rust is bootstrapped from an earlier built version. We need
   to fetch these earlier versions, which vary per platform.