Commit Graph

15 Commits

Author SHA1 Message Date
seth
bbd9078ecc cargo-tauri: remove version test
Upstream does not reliably update their crate versions for each tag

(cherry picked from commit a36b0ec048)
2024-11-16 23:21:19 +00:00
seth
4e7bb588ff cargo-tauri: use mkDerivation in test app
This lets us easily re-use our `cargoDeps` from the main derivation

(cherry picked from commit 40e17ad7fb)
2024-11-16 23:21:19 +00:00
seth
61f09810d8 cargo-tauri: migrate test app to new darwin SDK pattern
Part of #354146

(cherry picked from commit b93ac6fea9)
2024-11-16 23:21:19 +00:00
seth
2cf8bb026b cargo-tauri: fix test app eval on darwin
(cherry picked from commit d56fd79f0c)
2024-11-16 23:21:19 +00:00
seth
56fa8f065b cargo-tauri: 2.1.0 -> 2.1.1
Changelog: https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.1.1
Diff: https://github.com/tauri-apps/tauri/compare/tauri-v2.1.0...tauri-v2.1.1
(cherry picked from commit 0a6475c1ff)
2024-11-16 23:21:19 +00:00
seth
8bcce2b374
cargo-tauri: rename tests.setupHooks to tests.hook
Just a nitpick. Meant to make the actual used value and the test name
consistent
2024-11-14 02:26:05 -05:00
seth
ba6b52658d
cargo-tauri: add version test 2024-11-14 02:26:05 -05:00
seth
201e1ebab7
cargo-tauri: add passthru.updateScript 2024-11-14 02:26:04 -05:00
seth
abbaa4be2c
cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0
Changelog: https://github.com/tauri-apps/tauri/releases/tag/tauri-v2.1.0
Diff: 2b61447dfc...tauri-v2.1.0
2024-11-14 02:26:01 -05:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
seth
f70fb77ea1
cargo-tauri: add test for setup hooks 2024-09-30 20:13:14 -04:00
seth
b833d6a1d3
cargo-tauri.hook: init 2024-09-30 20:13:14 -04:00
seth
c1c013bd3b
cargo-tauri: add getchoo as a maintainer 2024-09-30 20:13:13 -04:00
seth
4a78651ed9
cargo-tauri: refactor
Specifically:

- Tighten dependencies by only listing what's needed to build
- Better sorting things
- Adding `meta.changelog`
2024-09-30 20:13:13 -04:00
seth
e4efc38613
cargo-tauri: migrate to by-name 2024-09-30 20:13:10 -04:00