Skip to content

Commit b22d375

Browse files
authored
cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 (#346277)
2 parents 6efe194 + 36118d8 commit b22d375

File tree

19 files changed

+11816
-1487
lines changed

19 files changed

+11816
-1487
lines changed

nixos/doc/manual/release-notes/rl-2411.section.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@
311311
- The `mautrix-signal` module was adapted to incorporate the configuration changes that resulted from the update to the mautrix bridgev2 architecture. Pre-0.7.0 configurations should continue to work.
312312
In case you want to update your configuration, make sure to check the NixOS manual.
313313

314+
- `cargo-tauri` has been updated to major version 2. Please review [the migration guide](https://tauri.app/start/migrate/from-tauri-1/).
315+
v1 of `cargo-tauri` is still available as `cargo-tauri_1`, but will be removed in future releases.
316+
314317
- The nvidia driver no longer defaults to the proprietary driver starting with version 560. You will need to manually set `hardware.nvidia.open` to select the proprietary or open driver.
315318

316319
- `postgresql` no longer accepts the `enableSystemd` override. Use `systemdSupport` instead.

pkgs/by-name/al/alcom/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
buildDotnetModule,
33
cargo-about,
4-
cargo-tauri,
4+
cargo-tauri_1,
55
dotnetCorePackages,
66
fetchFromGitHub,
77
fetchNpmDeps,
@@ -59,7 +59,7 @@ rustPlatform.buildRustPackage {
5959

6060
nativeBuildInputs = [
6161
cargo-about
62-
cargo-tauri.hook
62+
cargo-tauri_1.hook
6363
dotnetSdk
6464
nodejs
6565
npmHooks.npmConfigHook

pkgs/by-name/al/alexandria/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
fetchNpmDeps,
1212
gtk3,
1313
wrapGAppsHook3,
14-
cargo-tauri,
14+
cargo-tauri_1,
1515
}:
1616

1717
rustPlatform.buildRustPackage rec {
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
4343
};
4444

4545
nativeBuildInputs = [
46-
cargo-tauri.hook
46+
cargo-tauri_1.hook
4747
nodejs
4848
npmHooks.npmConfigHook
4949
pkg-config

0 commit comments

Comments
 (0)