mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
rustcMaster: Fix version
This commit is contained in:
parent
51b8d716f4
commit
3f5dcaa577
@ -16,7 +16,7 @@ assert stdenv.gcc.gcc != null;
|
||||
|
||||
*/
|
||||
|
||||
with ((import ./common.nix) {inherit stdenv; version = "0.12.0-pre-7fbbfe6bf"; });
|
||||
with ((import ./common.nix) {inherit stdenv; version = "0.12.0-pre-9a68da740"; });
|
||||
|
||||
let snapshot = if stdenv.system == "i686-linux"
|
||||
then "5c2132b65f45c21b43d28de6a9460978b1a7b08a"
|
||||
|
Loading…
Reference in New Issue
Block a user