nix/pkgs/nightlyRust: bump to 2022-12-04
This commit is contained in:
parent
71b00650d0
commit
cb4f558275
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@
|
||||||
|
|
||||||
nixpkgs-mozilla = pkgs.callPackages ./nixpkgs-mozilla {};
|
nixpkgs-mozilla = pkgs.callPackages ./nixpkgs-mozilla {};
|
||||||
nightlyRust = depot.pkgs.nixpkgs-mozilla.rustChannelOf {
|
nightlyRust = depot.pkgs.nixpkgs-mozilla.rustChannelOf {
|
||||||
date = "2021-11-20";
|
date = "2022-12-04";
|
||||||
channel = "nightly";
|
channel = "nightly";
|
||||||
sha256 = "sha256:121f91ghml2dpvlqb0r7bk7gqgbjj5a1zv66zk0samnyq8zqp7h6";
|
sha256 = "sha256:0v193d4i8j6f91f1y241mshfxs7vgnzphpzwq2446z4r5mpjqpmv";
|
||||||
};
|
};
|
||||||
nightlyRustPlatform = pkgs.makeRustPlatform {
|
nightlyRustPlatform = pkgs.makeRustPlatform {
|
||||||
rustc = depot.pkgs.nightlyRust.rust;
|
rustc = depot.pkgs.nightlyRust.rust;
|
||||||
|
|
Loading…
Reference in a new issue