nix/pkgs/nightlyRust: bump to 2022-12-04

This commit is contained in:
Luke Granger-Brown 2022-12-06 05:42:22 +00:00
parent 71b00650d0
commit cb4f558275

View file

@ -40,9 +40,9 @@
nixpkgs-mozilla = pkgs.callPackages ./nixpkgs-mozilla {};
nightlyRust = depot.pkgs.nixpkgs-mozilla.rustChannelOf {
date = "2021-11-20";
date = "2022-12-04";
channel = "nightly";
sha256 = "sha256:121f91ghml2dpvlqb0r7bk7gqgbjj5a1zv66zk0samnyq8zqp7h6";
sha256 = "sha256:0v193d4i8j6f91f1y241mshfxs7vgnzphpzwq2446z4r5mpjqpmv";
};
nightlyRustPlatform = pkgs.makeRustPlatform {
rustc = depot.pkgs.nightlyRust.rust;