From 3eb74319cc36927f315902d94ab6bc0b8ea61470 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 1 Nov 2024 08:23:12 +0000 Subject: [PATCH] Bump Rust in Nix flake to 1.82 (#5345) --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 8b4b34af2..03be65eaa 100644 --- a/flake.lock +++ b/flake.lock @@ -112,13 +112,13 @@ "rust-manifest": { "flake": false, "locked": { - "narHash": "sha256-tB9BZB6nRHDk5ELIVlGYlIjViLKBjQl52nC1avhcCwA=", + "narHash": "sha256-7BORPQOFj1mTsyFBkfImqoE4gwyZfPLYXFFPXPVbo4A=", "type": "file", - "url": "https://static.rust-lang.org/dist/channel-rust-1.81.0.toml" + "url": "https://static.rust-lang.org/dist/channel-rust-1.82.0.toml" }, "original": { "type": "file", - "url": "https://static.rust-lang.org/dist/channel-rust-1.81.0.toml" + "url": "https://static.rust-lang.org/dist/channel-rust-1.82.0.toml" } }, "systems": { diff --git a/flake.nix b/flake.nix index 164a80381..aec83d896 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; rust-manifest = { - url = "https://static.rust-lang.org/dist/channel-rust-1.81.0.toml"; + url = "https://static.rust-lang.org/dist/channel-rust-1.82.0.toml"; flake = false; }; };