From 09230fd08dacff5c91255c46300afe45c3b27b94 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Tue, 18 Nov 2025 04:28:07 +0100 Subject: build(nix): update rust toolchain hash (#2990) Fixes #2989. The nix build fails, because the sha256 in the toolchain fetcher doesn't match. ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing > [!IMPORTANT] > > Before merging this, we should probably investigate why the hash has changed. It could be a sign of a supply chain attack. Co-authored-by: Marc Jakobi --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 54f218e5..df96a9af 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ fenix.packages.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-2eWc3xVTKqg5wKSHGwt1XoM/kUBC6y3MWfKg74Zn+fY="; + sha256 = "sha256-SDu4snEWjuZU475PERvu+iO50Mi39KVjqCeJeNvpguU="; }; in pkgs.makeRustPlatform { -- cgit v1.3.1