Skip to content

Commit

Permalink
nix: bump rustc to a version that has rust-lang/rust#79997
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Jan 14, 2021
1 parent ae1c9c9 commit 0a42bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ rec {
];
};
rustNightlyChannelRaw = pkgs.rustChannelOf {
date = "2020-12-21";
date = "2021-01-13";
channel = "nightly";
sha256 = "0dbwc67mlfpq9zm3wcmwgg7jcspb62y3r0i3cj1g18jrs486vq6p";
sha256 = "05198jf5ljwy3cxcgsrzhm1l4m6qbci4a1n4yh7mr2ay8cka6wb0";
};
naerskRaw = pkgs.callPackage naerskSrc {
rustc = rustNightlyChannelRaw.rust;
Expand Down

0 comments on commit 0a42bb5

Please sign in to comment.