Skip to content

Commit

Permalink
nixos/doc/rl-2411: mention cargoSha256 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa committed Jul 3, 2024
1 parent d47ecc4 commit 2e3cd81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/doc/manual/release-notes/rl-2411.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@

- The `stackclashprotection` hardening flag has been added, though disabled by default.

- `cargoSha256` in `rustPlatform.buildRustPackage` has been deprecated in favor
of `cargoHash` which supports SRI hashes. See
[buildRustPackage: Compiling Rust applications with Cargo](https://nixos.org/manual/nixpkgs/unstable/#compiling-rust-applications-with-cargo)
for more information.

- `hareHook` has been added as the language framework for Hare. From now on, it,
not the `hare` package, should be added to `nativeBuildInputs` when building
Hare programs.
Expand Down

0 comments on commit 2e3cd81

Please sign in to comment.