aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jakobi <marc@jakobi.dev>2025-11-18 04:28:07 +0100
committerGitHub <noreply@github.com>2025-11-17 19:28:07 -0800
commit09230fd08dacff5c91255c46300afe45c3b27b94 (patch)
treed822781c2f14adce61d1209d585aa35a384b48fa
parentchore(deps): bump lukemathwalker/cargo-chef from latest-rust-1.91.0-slim-book... (diff)
downloadatuin-09230fd08dacff5c91255c46300afe45c3b27b94.zip
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 <marc.jakobi@tiko.energy>
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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 {