Skip to content

Commit 0a42bb5

Browse files
committed
nix: bump rustc to a version that has rust-lang/rust#79997
1 parent ae1c9c9 commit 0a42bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ rec {
2424
];
2525
};
2626
rustNightlyChannelRaw = pkgs.rustChannelOf {
27-
date = "2020-12-21";
27+
date = "2021-01-13";
2828
channel = "nightly";
29-
sha256 = "0dbwc67mlfpq9zm3wcmwgg7jcspb62y3r0i3cj1g18jrs486vq6p";
29+
sha256 = "05198jf5ljwy3cxcgsrzhm1l4m6qbci4a1n4yh7mr2ay8cka6wb0";
3030
};
3131
naerskRaw = pkgs.callPackage naerskSrc {
3232
rustc = rustNightlyChannelRaw.rust;

0 commit comments

Comments
 (0)