rustc: rename beta.patch to stable.patch

This commit is contained in:
Ricardo M. Correia 2015-08-07 23:42:20 +02:00
parent f5c2cd8059
commit ad4adbdcb2
2 changed files with 1 additions and 1 deletions

View file

@ -27,7 +27,7 @@ callPackage ./generic.nix {
snapshotRev = "857ef6e";
patches = [
./patches/beta.patch
./patches/stable.patch
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch;
configureFlags = [ "--release-channel=stable" ];
}