rustc: 1.52.0 -> 1.52.1
This commit is contained in:
parent
7ce907b413
commit
4bb359aa99
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
} @ args:
|
||||
|
||||
import ./default.nix {
|
||||
rustcVersion = "1.52.0";
|
||||
rustcSha256 = "0qws6xwc4x4sq3nzlzfy9b126g6wqfa6gmydg0hswkx225dw9gik";
|
||||
rustcVersion = "1.52.1";
|
||||
rustcSha256 = "sha256-Om8jom0Oj4erv78yxc19qgwLcdCYar78Vrml+/vQv5g=";
|
||||
|
||||
llvmSharedForBuild = pkgsBuildBuild.llvmPackages_11.libllvm.override { enableSharedLibraries = true; };
|
||||
llvmSharedForHost = pkgsBuildHost.llvmPackages_11.libllvm.override { enableSharedLibraries = true; };
|
||||
|
|
Loading…
Reference in a new issue