about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-20 10:12:29 -0400
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-09-22 08:32:44 +1000
commit26f43f17e4b6f671ab395d510c41e10425ec037f (patch)
tree4b4a87fd0963a6f38e429b5d8a98a5cfc6194316 /pkgs/development/compilers/rust
parentd5b959760664b57eea04315f09471726e94ec9f7 (diff)
downloadnixlib-26f43f17e4b6f671ab395d510c41e10425ec037f.tar
nixlib-26f43f17e4b6f671ab395d510c41e10425ec037f.tar.gz
nixlib-26f43f17e4b6f671ab395d510c41e10425ec037f.tar.bz2
nixlib-26f43f17e4b6f671ab395d510c41e10425ec037f.tar.lz
nixlib-26f43f17e4b6f671ab395d510c41e10425ec037f.tar.xz
nixlib-26f43f17e4b6f671ab395d510c41e10425ec037f.tar.zst
nixlib-26f43f17e4b6f671ab395d510c41e10425ec037f.zip
rustc: 1.72.0 -> 1.72.1
https://blog.rust-lang.org/2023/09/19/Rust-1.72.1.html
https://github.com/rust-lang/rust/compare/1.72.0...1.72.1
https://github.com/rust-lang/rust/releases/tag/1.72.1
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/1_72.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/rust/1_72.nix b/pkgs/development/compilers/rust/1_72.nix
index 05e55d24a75a..60eef6d44ec8 100644
--- a/pkgs/development/compilers/rust/1_72.nix
+++ b/pkgs/development/compilers/rust/1_72.nix
@@ -19,8 +19,8 @@
 } @ args:
 
 import ./default.nix {
-  rustcVersion = "1.72.0";
-  rustcSha256 = "sha256-6p1hu7UddrbqaBFW9p8OBZa1lyLwRBSwHG4QC0tb46E=";
+  rustcVersion = "1.72.1";
+  rustcSha256 = "sha256-f0iEX2pSzbtdY/sFKP1fUg60QydbVfmOMoFZ+GVo+JU=";
 
   llvmSharedForBuild = pkgsBuildBuild.llvmPackages_16.libllvm.override { enableSharedLibraries = true; };
   llvmSharedForHost = pkgsBuildHost.llvmPackages_16.libllvm.override { enableSharedLibraries = true; };