rustc: Rename 0.12.nix -> 1.0.0-alpha.nix

This commit is contained in:
Ricardo M. Correia 2015-01-19 18:31:04 +01:00
parent 4d435720ca
commit 550124c126
2 changed files with 1 additions and 1 deletions

View file

@ -3975,7 +3975,7 @@ let
ocaml = ocaml_3_08_0;
};
rustc = callPackage ../development/compilers/rustc/0.12.nix {};
rustc = callPackage ../development/compilers/rustc/1.0.0-alpha.nix {};
rustcMaster = callPackage ../development/compilers/rustc/head.nix {};