Skip to content

cargo-tauri: 2.7.1 -> 2.8.3 - #438726

Merged
happysalada merged 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/cargo-tauri
Aug 31, 2025
Merged

cargo-tauri: 2.7.1 -> 2.8.3#438726
happysalada merged 1 commit into
NixOS:masterfrom
r-ryantm:auto-update/cargo-tauri

Conversation

@r-ryantm

Copy link
Copy Markdown
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for cargo-tauri is: Build smaller, faster, and more secure desktop applications with a web frontend

meta.homepage for cargo-tauri is: https://tauri.app/

meta.changelog for cargo-tauri is: https://github.com/tauri-apps/tauri/releases/tag/tauri-cli-v2.8.3

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 2.8.3 with grep in /nix/store/b04zswki2mmagbl8fy564llwfzif65vl-tauri-2.8.3
  • found 2.8.3 in filename of file in /nix/store/b04zswki2mmagbl8fy564llwfzif65vl-tauri-2.8.3

Rebuild report (if merged into master) (click to expand)
41 total rebuild path(s)

41 package rebuild(s)

First fifty rebuilds by attrpath

alcom
alexandria
aonsoku
cargo-tauri
cargo-tauri_1
catppuccinifier-gui
cinny-desktop
clash-verge-rev
devpod-desktop
dorion
en-croissant
fedistar
firezone-gui-client
gale
gg-jj
gitbutler
headphones-toolbox
insulator2
kanri
lrcget
modrinth-app
modrinth-app-unwrapped
mouse-actions-gui
neohtop
overlayed
pot
quantframe
rapidraw
rclone-ui
readest
restic-browser
rquickshare
rquickshare-legacy
slimevr
squirreldisk
surrealist
treedome
trgui-ng
wealthfolio
yaak
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/b04zswki2mmagbl8fy564llwfzif65vl-tauri-2.8.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A cargo-tauri https://github.com/r-ryantm/nixpkgs/archive/d458d8a3b39810c1cc73a3d8dee98e1f8ed2e4e1.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/d458d8a3b39810c1cc73a3d8dee98e1f8ed2e4e1#cargo-tauri

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/b04zswki2mmagbl8fy564llwfzif65vl-tauri-2.8.3
ls -la /nix/store/b04zswki2mmagbl8fy564llwfzif65vl-tauri-2.8.3/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

❌ 3 packages failed to build:
  • devpod-desktop
  • gg-jj
  • neohtop
✅ 28 packages built:
  • alcom
  • aonsoku
  • cargo-tauri
  • cargo-tauri_1
  • catppuccinifier-gui
  • clash-verge-rev
  • dorion
  • fedistar
  • firezone-gui-client
  • gale
  • gitbutler
  • headphones-toolbox
  • kanri
  • lrcget
  • modrinth-app
  • modrinth-app-unwrapped
  • overlayed
  • quantframe
  • rapidraw
  • rclone-ui
  • readest
  • rquickshare
  • slimevr
  • surrealist
  • treedome
  • trgui-ng
  • wealthfolio
  • yaak

Maintainer pings

cc @dit7ya @getchoo @happysalada for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. labels Aug 30, 2025
@nix-owners
nix-owners Bot requested review from dit7ya, getchoo and happysalada August 30, 2025 21:50
@happysalada
happysalada merged commit f101019 into NixOS:master Aug 31, 2025
31 of 33 checks passed
@r-ryantm
r-ryantm deleted the auto-update/cargo-tauri branch September 1, 2025 00:26
magneticflux- added a commit to magneticflux-/nixpkgs that referenced this pull request Sep 2, 2025
After NixOS#438726 updated `tauri` to >=2.8.0, it now checks for mismatched versions (tauri-apps/tauri#13993). This was always a problem, it just wasn't checked until now. This patch bumps the NPM versions to match the newer Cargo versions.
@getchoo

getchoo commented Sep 2, 2025

Copy link
Copy Markdown
Member

Avoiding the backport on this due to the above

alyssais pushed a commit that referenced this pull request Sep 6, 2025
After #438726 updated `tauri` to >=2.8.0, it now checks for mismatched versions (tauri-apps/tauri#13993). This was always a problem, it just wasn't checked until now. This patch bumps the NPM versions to match the newer Cargo versions.
@getchoo getchoo mentioned this pull request Oct 16, 2025
13 tasks
@getchoo getchoo added 8.has: port to stable This PR already has a backport to the stable release. and removed 8.has: port to stable This PR already has a backport to the stable release. labels Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants