diff options
| author | Marc Jakobi <marc@jakobi.dev> | 2025-11-18 04:28:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 19:28:07 -0800 |
| commit | 09230fd08dacff5c91255c46300afe45c3b27b94 (patch) | |
| tree | d822781c2f14adce61d1209d585aa35a384b48fa | |
| parent | chore(deps): bump lukemathwalker/cargo-chef from latest-rust-1.91.0-slim-book... (diff) | |
| download | atuin-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ fenix.packages.${system}.fromToolchainFile { file = ./rust-toolchain.toml; - sha256 = "sha256-2eWc3xVTKqg5wKSHGwt1XoM/kUBC6y3MWfKg74Zn+fY="; + sha256 = "sha256-SDu4snEWjuZU475PERvu+iO50Mi39KVjqCeJeNvpguU="; }; in pkgs.makeRustPlatform { |
