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
kilianar
275f309068
calibre: 7.20.0 -> 7.21.0
...
https://github.com/kovidgoyal/calibre/releases/tag/v7.21.0
(cherry picked from commit df4f16e2b2
)
2024-11-16 17:11:57 +00:00
Sefa Eyeoglu
b22d375301
cargo-tauri: 1.7.1-unstable-2024-08-16 -> 2.1.0 ( #346277 )
2024-11-14 17:12:42 +01:00
R. Ryantm
205bb4d14b
catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19
2024-11-14 08:16:49 +00:00
seth
a6e5c11cc4
cargo-tauri_1: init at 1.8.1
...
A transitional package until more projects move to Tauri v2
2024-11-14 02:26:05 -05: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
Emily
eddc58aebd
cargo-llvm-cov: fix build, 0.6.12 -> 0.6.14 ( #353741 )
2024-11-13 19:23:15 +00:00
Randy Eckenrode
77d16a17ac
cargo-i18n: fix build with newer versions of Clang
...
cargo-i81n depends on the gettext-sys crate, which vendors a version of
gettext that fails to build with the default Clang in nixpkgs. Using the
packaged (“system”) gettext avoids the issue.
2024-11-12 20:08:06 -05:00
Randy Eckenrode
47ad8bbeb5
cargo-i18n: update for new Darwin pattern
2024-11-12 20:07:35 -05:00
Charles Hall
fc6278d271
cargo-llvm-cov: 0.6.12 -> 0.6.14
2024-11-12 08:02:28 -08:00
Charles Hall
15c38e7378
cargo-llvm-cov: fix tests (and thus the build)
2024-11-12 08:02:28 -08:00
Sefa Eyeoglu
00cd61f517
cartridges: 2.9.3 -> 2.10.1 ( #354306 )
2024-11-10 12:19:02 +01:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
seth
a01b23fa72
cartridges: run meson checks
...
also clean up a few things
2024-11-07 14:39:35 -05:00
seth
57f23ed8b1
cartridges: 2.9.3 -> 2.10.1
2024-11-07 14:31:23 -05:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc ( #354197 )
2024-11-07 18:16:05 +00:00
Austin Horstman
c161297510
cargo-risczero: 0.17.0 -> 1.1.2 ( #353953 )
2024-11-07 08:13:09 -06:00
Austin Horstman
2c4af10aaa
cantata: pin to ffmpeg_6; move to by-name; mark darwin as badPlatform ( #353982 )
2024-11-07 05:49:22 -06:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
wxt
20a0bfb3ae
cargo-risczero: 0.17.0 -> 1.1.2
2024-11-07 11:09:09 +08:00
wxt
37261f87d5
cargo-risczero: add passthru.updateScript
2024-11-07 11:04:58 +08:00
wxt
8d9209e6d7
cargo-risczero: nixfmt
2024-11-07 11:04:57 +08:00
wxt
7a32b49687
cargo-risczero: move to by-name
2024-11-07 11:04:54 +08:00
Aleksana
75ba685920
cargo-v5: init at 0.8.2 ( #353564 )
2024-11-07 10:10:39 +08:00
Weijia Wang
af0422bf3e
cargo-gra: init at 0.6.0; karlender: 0.9.2 -> 0.10.4, refactor ( #353793 )
2024-11-07 01:48:11 +01:00
Bot_wxt1221
beef1f179f
cantata: mark darwin as badPlatform
...
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-11-07 08:46:36 +08:00
wxt
7f6faa9516
cantata: pin to ffmpeg_6
2024-11-07 08:29:37 +08:00
wxt
7eb0c885d4
cantata: nixfmt
2024-11-07 08:06:31 +08:00
wxt
a6d9f8ac19
cantata: move to by-name
2024-11-07 08:06:30 +08:00
Aleksana
d4d2ec47f6
cartero: init at 1.2 ( #353980 )
2024-11-06 18:26:18 +01:00
wxt
5b765c4658
cargo-gra: init at 0.6.0
2024-11-06 21:03:50 +08:00
Max Niederman
1fd2711b2d
cargo-v5: init at 0.8.2
2024-11-05 15:54:46 -08:00
Aleksana
07b3bef8e4
caido: 0.42.0 -> 0.43.1 ( #353203 )
2024-11-04 10:20:52 +08:00
nixpkgs-merge-bot[bot]
37f96d2b6b
cargo-make: 0.37.20 -> 0.37.23 ( #353353 )
2024-11-04 02:12:58 +00:00
R. Ryantm
3c29537edd
cargo-make: 0.37.20 -> 0.37.23
2024-11-03 12:27:28 +00:00
Theodore Ni
b69795ae41
catppuccin-cursors: 1.0.0 -> 1.0.1 ( #353053 )
2024-11-03 00:30:00 -07:00
chris
1d632f0c1b
caido: 0.42.0 -> 0.43.1
2024-11-02 19:34:23 -04:00
Dixon Sean Low Yan Feng
f83f992700
catppuccin-cursors: 1.0.0 -> 1.0.1
2024-11-02 12:02:02 +08:00
github-actions[bot]
2c3dde0baa
Merge master into staging-next
2024-10-30 12:05:37 +00:00
Aleksana
51a4daf922
cargo-modules: 0.16.8 -> 0.19.1 ( #352112 )
2024-10-30 17:30:21 +08:00
github-actions[bot]
09d8c7ec2f
Merge master into staging-next
2024-10-29 18:04:32 +00:00
Matthew Croughan
ec7caabec9
Mumps: add variant mumps_par with mpi support ( #351476 )
2024-10-29 13:42:17 +00:00
nartsisss
5cee7bf55a
cargo-modules: refactor meta, format using nixfmt-rfc-style
2024-10-29 16:35:32 +03:00