rustc: 1.15 -> 1.15.1

This commit is contained in:
Ricardo M. Correia 2017-02-15 15:49:31 +01:00
parent 692f3c18cd
commit 8d1bd281cc

View file

@ -6,12 +6,12 @@ let
in in
rec { rec {
rustc = callPackage ./rustc.nix { rustc = callPackage ./rustc.nix {
shortVersion = "1.15"; shortVersion = "1.15.1";
isRelease = true; isRelease = true;
forceBundledLLVM = false; forceBundledLLVM = false;
configureFlags = [ "--release-channel=stable" ]; configureFlags = [ "--release-channel=stable" ];
srcRev = "10893a9a349cdd423f2490a6984acb5b3b7c8046"; srcRev = "021bd294c039bd54aa5c4aa85bcdffb0d24bc892";
srcSha = "0861iivb98ir9ixq2qzznfc1b2l9khlwdln5n0gf2mp1fi3w4d4f"; srcSha = "1dp7cjxj8nv960jxkq3p18agh9bpfb69ac14x284jmhwyksim3y7";
patches = [ patches = [
./patches/darwin-disable-fragile-tcp-tests.patch ./patches/darwin-disable-fragile-tcp-tests.patch