update rust toolchain hash (#365)

Hey again, just realized there was an update with toolchain change 1.81
-> 1.83, so updating the hash for it :)

Co-authored-by: Vitalii Lukyanov <tukanoid@outlok.com>
This commit is contained in:
Vitalii Lukyanov 2025-02-24 14:32:23 +01:00 committed by GitHub
parent f14c910fb4
commit 16e187f5c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
pkgs.rustChannelOf
{
rustToolchain = ./rust-toolchain.toml;
sha256 = "VZZnlyP69+Y3crrLHQyJirqlHrTtGTsyiSnZB8jEvVo=";
sha256 = "s1RPtyvDGJaX/BisLT+ifVfuhDT1nZkZ1NcK8sbwELM=";
}
)
.rust;