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

12
flake.lock generated
View File

@ -5,11 +5,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1710146030, "lastModified": 1731533236,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1725983898, "lastModified": 1737062831,
"narHash": "sha256-4b3A9zPpxAxLnkF9MawJNHDtOOl6ruL0r6Og1TEDGCE=", "narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1355a0cbfeac61d785b7183c0caaec1f97361b43", "rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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