summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <me@mkor.je>2024-11-01 08:23:12 +0000
committerGitHub <noreply@github.com>2024-11-01 08:23:12 +0000
commit3eb74319cc36927f315902d94ab6bc0b8ea61470 (patch)
tree292622a0c51f66cfb28b8fa93e9ce81f0551a2a7
parent753e59eaa0574b561a52627c4d1f88f50c845847 (diff)
Bump Rust in Nix flake to 1.82 (#5345)
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 8b4b34af..03be65ea 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 164a8038..aec83d89 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;
};
};