about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-23 22:43:25 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-23 22:43:25 -0700
commitd5395b05060d37b73966a30d7e5552a6461d168a (patch)
treeadb576d676a01b85d8ea037ff0d24fa93c11c2b4 /pkgs/development/compilers
parent9c345fc97d15d34655759fb5076eab162098b138 (diff)
parent760be9cf7025a1a30b7e7c73a3935a652f098f2d (diff)
downloadnixlib-d5395b05060d37b73966a30d7e5552a6461d168a.tar
nixlib-d5395b05060d37b73966a30d7e5552a6461d168a.tar.gz
nixlib-d5395b05060d37b73966a30d7e5552a6461d168a.tar.bz2
nixlib-d5395b05060d37b73966a30d7e5552a6461d168a.tar.lz
nixlib-d5395b05060d37b73966a30d7e5552a6461d168a.tar.xz
nixlib-d5395b05060d37b73966a30d7e5552a6461d168a.tar.zst
nixlib-d5395b05060d37b73966a30d7e5552a6461d168a.zip
Merge pull request #10024 from mayflower/update-rust
Update rust and dependants
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 045a47e88de6..016d09b3cf1a 100644
--- a/pkgs/development/compilers/rustc/head.nix
+++ b/pkgs/development/compilers/rustc/head.nix
@@ -2,10 +2,10 @@
 { stdenv, callPackage }:
 
 callPackage ./generic.nix {
-  shortVersion = "2015-09-21";
+  shortVersion = "2015-09-23";
   isRelease = false;
-  srcRev = "547fd5c11e6902e2f9748e7b46893211b36da421";
-  srcSha = "10wklbxz6f4ga9q2rxghih18xdw6xm01bay6c13y72c4bwlnkm2w";
+  srcRev = "b2f379cdc23aec5c5d0d62acfcc5a4a18ebf0e30";
+  srcSha = "1z710f5vv9pbis1q96dc6kqvi0j7xgg95r5f5c3czbvndrxjwm03";
 
   /* Rust is bootstrapped from an earlier built version. We need
   to fetch these earlier versions, which vary per platform.