rustcMaster: 2016-02-25 -> 2016-03-22
This commit is contained in:
parent
097e20ccfe
commit
3e2495be57
1 changed files with 9 additions and 10 deletions
|
@ -2,11 +2,11 @@
|
|||
{ stdenv, callPackage }:
|
||||
|
||||
callPackage ./generic.nix {
|
||||
shortVersion = "2016-02-22";
|
||||
shortVersion = "2016-03-22";
|
||||
isRelease = false;
|
||||
forceBundledLLVM = true;
|
||||
srcRev = "d1f422ec280b881b8236c5d173103bc799e1590e";
|
||||
srcSha = "b0753045ae438c0869d37f429fe84451dcacc4b2ab9413d34bf29fde94fde462";
|
||||
srcRev = "6cc502c986d42da407e26a49d4f09f21d3072fcb";
|
||||
srcSha = "096lsc8irh9a7w494yaji28kzy9frs2myqrfyj0fzbxkvs3yfhzz";
|
||||
|
||||
/* Rust is bootstrapped from an earlier built version. We need
|
||||
to fetch these earlier versions, which vary per platform.
|
||||
|
@ -15,14 +15,13 @@ callPackage ./generic.nix {
|
|||
with the set you want at the top.
|
||||
*/
|
||||
|
||||
snapshotHashLinux686 = "a09c4a4036151d0cb28e265101669731600e01f2";
|
||||
snapshotHashLinux64 = "97e2a5eb8904962df8596e95d6e5d9b574d73bf4";
|
||||
snapshotHashDarwin686 = "ca52d2d3ba6497ed007705ee3401cf7efc136ca1";
|
||||
snapshotHashDarwin64 = "3c44ffa18f89567c2b81f8d695e711c86d81ffc7";
|
||||
snapshotDate = "2015-12-18";
|
||||
snapshotRev = "3391630";
|
||||
snapshotHashLinux686 = "0e0e4448b80d0a12b75485795244bb3857a0a7ef";
|
||||
snapshotHashLinux64 = "1273b6b6aed421c9e40c59f366d0df6092ec0397";
|
||||
snapshotHashDarwin686 = "9f9c0b4a2db09acbce54b792fb8839a735585565";
|
||||
snapshotHashDarwin64 = "52570f6fd915b0210a9be98cfc933148e16a75f8";
|
||||
snapshotDate = "2016-03-18";
|
||||
snapshotRev = "235d774";
|
||||
|
||||
patches = [ ./patches/remove-uneeded-git.patch ]
|
||||
++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue