Commit Graph
794274 Commits
Author SHA1 Message Date
emaryn 1143516fa7 iotas: 0.9.5 -> 0.11.0
Diff: https://gitlab.gnome.org/World/iotas/-/compare/0.9.5...0.11.0
2025-05-03 01:24:46 +08:00
Matthew CroughanandGitHub 9a7caecf30 lib.meta.availableOn: Return false if pkg parameter is null (#403678) 2025-05-02 17:15:29 +00:00
Peder Bergebakken Sundt 92b7a63b3a steamback: modernize 2025-05-02 19:12:23 +02:00
Peder Bergebakken Sundt e1ccec0dea steamback: unbreak by relaxing psutil 2025-05-02 19:11:28 +02:00
Heitor Augusto 07ebfaed8f cosmic-ext-ctl: 1.4.0 -> 1.5.0
Diff: https://github.com/cosmic-utils/cosmic-ctl/compare/refs/tags/v1.4.0...refs/tags/v1.5.0

Changelog: https://github.com/cosmic-utils/cosmic-ctl/releases/tag/v1.5.0
2025-05-02 14:06:04 -03:00
Tom Hunze 9bbd3da168 dvdisaster: fix build 2025-05-02 19:05:17 +02:00
adisbladis 9338d924db lib.meta.availableOn: Return false if pkg parameter is null
To fix overriding packages that checks for platform compatibility, like pipewire.

`pipewire` contains the following logic to enable support for ldac depending on library platform compatibility:
```nix
ldacbtSupport = lib.meta.availableOn stdenv.hostPlatform ldacbt
```

Which is used later in the expression to create a Meson flag:
```nix
(lib.mesonEnable "bluez5-codec-ldac" (bluezSupport && ldacbtSupport))
```

This means that attempting to build `pipewire` without `ldacbt` like:
```nix
pipewire.override {
  ldacbt = null;
}
```
will fail because the the Meson flag indicates the feature should be enabled, but the library is passed to `buildInputs` as `null`.
2025-05-02 19:01:17 +02:00
R. Ryantm f25d3d3b64 comrak: 0.38.0 -> 0.39.0 2025-05-02 16:59:08 +00:00
Martin WeineltandGitHub 4ad8dfd97d nss_latest: 3.110 -> 3.111 (#403666) 2025-05-02 18:58:05 +02:00
R. Ryantm 9a895ca272 cri-o-unwrapped: 1.32.3 -> 1.32.4 2025-05-02 16:57:01 +00:00
Gaétan LepageandGitHub b6cda36bd6 python312Packages.textual: 3.1.1 -> 3.2.0 (#403643) 2025-05-02 18:57:00 +02:00
Wolfgang WaltherandGitHub 83e200eabf python3Packages.pytest-postgresql-darwin: disable checkPhase on darwin (#403422) 2025-05-02 16:55:27 +00:00
R. Ryantm d05af81325 cpu_features: 0.9.0 -> 0.10.0 2025-05-02 16:48:12 +00:00
Jost Alemann 8a8ad47bed quarto: 1.6.43 -> 1.7.29
Changelog: https://github.com/quarto-dev/quarto-cli/releases/tag/v1.7.29
Diff: https://github.com/quarto-dev/quarto-cli/compare/v1.6.43...v1.7.29
2025-05-02 18:33:11 +02:00
02a72fa89e encrypted-dns-server: 0.9.16 -> 0.9.17 (#403623)
Co-authored-by: paepckehh <git@paepcke.de>
2025-05-02 16:30:05 +00:00
Peder Bergebakken Sundt 8e3b725f9b poptracker: fix sdl2-compat compat, unbreak 2025-05-02 18:28:37 +02:00
Gaétan LepageandGitHub cc1044ce2e vimPlugins.kanagawa-paper-nvim: init at 2025-04-27 (#403656) 2025-05-02 18:23:13 +02:00
Peder Bergebakken SundtandGitHub f3ffe3b157 anytype: 0.45.3 -> 0.46.4 (#399709) 2025-05-02 18:18:40 +02:00
emaryn 05be70039a insync: 3.9.4.60020 -> 3.9.6.60027 2025-05-03 00:16:57 +08:00
R. Ryantm 4afcca6723 jql: 8.0.5 -> 8.0.6 2025-05-02 16:13:26 +00:00
dotlambdaandGitHub fc90f95d8d pytr: 0.4.1 -> 0.4.2 (#403565) 2025-05-02 09:13:21 -07:00
David McFarlandandGitHub c106ed0b82 chickenPackages.chickenEggs: update (#403258) 2025-05-02 13:12:55 -03:00
FKouhai 154f79b231 vimPlugins.kanagawa-paper-nvim: init at 2025-04-27 2025-05-02 18:12:11 +02:00
Martin Weinelt 894857b781 nss_latest: 3.110 -> 3.111
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_111.rst
2025-05-02 18:11:06 +02:00
R. Ryantm 69a3946cf4 kddockwidgets: 2.2.3 -> 2.2.4 2025-05-02 16:09:17 +00:00
Gaetan Lepage 5981fe3342 python312Packages.textual: 3.1.1 -> 3.2.0
Diff: https://github.com/Textualize/textual/compare/refs/tags/v3.1.1...refs/tags/v3.2.0

Changelog: https://github.com/Textualize/textual/blob/v3.2.0/CHANGELOG.md
2025-05-02 18:07:51 +02:00
Peder Bergebakken SundtandGitHub a9778a74e9 unblob: 25.1.8 -> 25.4.14 (#401146) 2025-05-02 17:57:09 +02:00
R. Ryantm b6d584af5f rare-regex: 0.4.3 -> 0.4.4 2025-05-02 15:54:11 +00:00
Peder Bergebakken Sundt f3d5ea1aa1 pulsar: 1.127.1 -> 1.128.0
Changelog: https://github.com/pulsar-edit/pulsar/blob/v1.128.0/CHANGELOG.md
2025-05-02 17:48:50 +02:00
Domen KožarandGitHub 0845149344 paretosecurity: 0.2.12 -> 0.2.13 (#401726) 2025-05-02 16:41:05 +01:00
831f1298a0 ts_query_ls: 1.11.0 -> 2.0.0 (#403133)
Co-authored-by: ribru17 <ribru17@gmail.com>
2025-05-02 15:40:00 +00:00
emaryn 707bc16ed8 ibmcloud-cli: 2.30.0 -> 2.34.0 2025-05-02 23:37:15 +08:00
Donovan GloverandGitHub cc48f8405b maple-font: 7.1 -> 7.2 (#402989) 2025-05-02 15:37:02 +00:00
R. Ryantm fc98e1a65f satty: 0.16.0 -> 0.17.0 2025-05-02 15:31:20 +00:00
Peder Bergebakken SundtandGitHub 3d8c6020df sherlock: fix build (#403611) 2025-05-02 17:30:37 +02:00
Donovan GloverandGitHub 5029c5b869 all-the-package-names: 2.0.2137 -> 2.0.2146 (#403582) 2025-05-02 15:26:56 +00:00
Robert HensingandGitHub 08f3ff196a ghostunnel: fix darwin build, skip included vendor directory (#402420) 2025-05-02 17:25:10 +02:00
Adam C. StephensandGitHub a4604fc5bc golden-cheetah: 3.7-DEV2408 -> 3.7 (#403625) 2025-05-02 11:23:17 -04:00
Adam C. StephensandGitHub 41d6de217e zfs_{2_3,unstable}: 2.3.1 -> 2.3.2 (#403467) 2025-05-02 11:22:57 -04:00
liberodarkandEmery Hemingway d89230fd42 pharo: 10.3.1 -> 10.3.4 2025-05-02 16:19:51 +01:00
R. Ryantm 58afaa233b kube-bench: 0.10.5 -> 0.10.6 2025-05-02 15:12:33 +00:00
R. Ryantm f80fb94d1c libmsquic: 2.4.9 -> 2.4.10 2025-05-02 15:11:06 +00:00
R. Ryantm b9d10774f2 xh: 0.24.0 -> 0.24.1 2025-05-02 15:03:43 +00:00
Zexin Yuan 49a22b2e6d libcmatrix: unbreak on darwin 2025-05-02 22:59:54 +08:00
Zexin Yuan f424399a62 olm: unbreak on clang 2025-05-02 22:15:30 +08:00
Pol DellaieraandGitHub d66115b18c hcxdumptool: 6.3.2 -> 6.3.5 (#402918) 2025-05-02 16:04:59 +02:00
Pol DellaieraandGitHub 8476dca5cb httptap: 0.0.8 -> 0.1.1 (#403211) 2025-05-02 15:58:13 +02:00
Pol DellaieraandGitHub 13db18e751 mihomo-party: mark as insecure (#403215) 2025-05-02 15:57:24 +02:00
Pol DellaieraandGitHub a3929085f6 icdiff: 1.9.5 -> 2.0.7 (#403226) 2025-05-02 15:57:06 +02:00
Pol DellaieraandGitHub 6254dedb39 jetbrains-toolbox: fix tray icon (#403494) 2025-05-02 15:56:43 +02:00