update rust to version 1.84

This commit is contained in:
Max Känner 2025-01-20 19:43:05 +01:00
parent 8f4eb178e7
commit e1c2c96ccf
2 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@
systems_table = {
"x86_64-linux" = {
system = "x86_64-unknown-linux-gnu";
hash = "1pilzw6lqygysdrklzs64vb07a3ni0pw24qklkwc5gjqwgzc4ka4";
hash = "1i66zrpbwdkdr28nad72jf2l4p9yl16bvzm5bygiq0wbjigxwrav";
};
"x86_64-darwin" = {
system = "x86_64-apple-darwin";
@ -24,7 +24,7 @@
in
pkgs.stdenv.mkDerivation rec {
pname = "esp-rust";
version = "1.81.0.0";
version = "1.84.0.0";
srcs = [
(builtins.fetchurl
{
@ -34,7 +34,7 @@ in
(builtins.fetchurl
{
url = "https://github.com/esp-rs/rust-build/releases/download/v${version}/rust-src-${version}.tar.xz";
sha256 = "0w7fy0biml8ddvwpmrn9js4x6vkqjhm118gxy2431fnxl97v947f";
sha256 = "1c24aqc1js5w4l8z6j4p1sj6xihrg4990kvb6x8bzyigm53qg18m";
})
];
sourceRoot = ".";