Skip to content

Commit 09230fd

Browse files
mrcjkbMarc Jakobi
andauthored
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 <[email protected]>
1 parent 240bda5 commit 09230fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
fenix.packages.${system}.fromToolchainFile
3232
{
3333
file = ./rust-toolchain.toml;
34-
sha256 = "sha256-2eWc3xVTKqg5wKSHGwt1XoM/kUBC6y3MWfKg74Zn+fY=";
34+
sha256 = "sha256-SDu4snEWjuZU475PERvu+iO50Mi39KVjqCeJeNvpguU=";
3535
};
3636
in
3737
pkgs.makeRustPlatform {

0 commit comments

Comments
 (0)