Skip to content

Commit

Permalink
rustc: 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
telotortium committed Jul 7, 2015
1 parent 243b2f7 commit 2b929ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 0 additions & 16 deletions pkgs/development/compilers/rustc/1.0.0.nix

This file was deleted.

16 changes: 16 additions & 0 deletions pkgs/development/compilers/rustc/1.1.0.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{ stdenv, callPackage }:
callPackage ./generic.nix {
shortVersion = "1.1.0";
isRelease = true;
srcSha = "0lsfrclj5imxy6129ggya7rb2h04cgqq53f75z2jv40y5xk25sy8";
snapshotHashLinux686 = "0bc8cffdce611fb71fd7d3d8e7cdbfaf748a4f16";
snapshotHashLinux64 = "94089740e48167c5975c92c139ae9c286764012f";
snapshotHashDarwin686 = "54cc35e76497e6e94fddf38d6e40e9d168491ddb";
snapshotHashDarwin64 = "43a1c1fba0d1dfee4c2ca310d506f8f5f51b3f6f";
snapshotDate = "2015-04-27";
snapshotRev = "857ef6e";
patches = [
./patches/beta.patch
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
configureFlags = [ "--release-channel=stable" ];
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4649,7 +4649,7 @@ let
};

rustcMaster = callPackage ../development/compilers/rustc/head.nix {};
rustc = callPackage ../development/compilers/rustc/1.0.0.nix {};
rustc = callPackage ../development/compilers/rustc/1.1.0.nix {};

rustPlatform = rustStable;

Expand Down

0 comments on commit 2b929ca

Please sign in to comment.