mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +00:00
Switch cargo/rustc to 1.65
This commit is contained in:
parent
7e1b80aff9
commit
00f8c8329e
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
pkgs-unstable = import nixpkgs-unstable { inherit system; };
|
pkgs-unstable = import nixpkgs-unstable { inherit system; };
|
||||||
|
|
||||||
rust-toolchain = (pkgs.rustChannelOf {
|
rust-toolchain = (pkgs.rustChannelOf {
|
||||||
channel = "1.64.0";
|
channel = "1.65.0";
|
||||||
sha256 = "sha256-8len3i8oTwJSOJZMosGGXHBL5BVuGQnWOT2St5YAUFU=";
|
sha256 = "sha256-DzNEaW724O8/B8844tt5AVHmSjSQ3cmzlU4BP90oRlY=";
|
||||||
});
|
});
|
||||||
|
|
||||||
naersk' = pkgs.callPackage naersk {
|
naersk' = pkgs.callPackage naersk {
|
||||||
|
|
Loading…
Add table
Reference in a new issue