Heitor Augusto
83247c0d41
.github/labeler.yml: add COSMIC topic
2025-05-02 15:10:33 -03:00
Sarah Clark
0f3b5ca11b
python3Packages.pyeclib: disable flaky memory usage test
2025-05-02 11:05:40 -07:00
nixpkgs-ci[bot] and GitHub
7be7cc17c3
Merge master into staging-next
2025-05-02 18:05:12 +00:00
Peder Bergebakken Sundt
d96d01d7aa
python313Packages.pystemd: unbreak
2025-05-02 20:04:30 +02:00
Austin Horstman
ef4f4bc807
vimPlugins.blink-cmp: 1.1.1 -> 1.2.0
...
Changelog: https://github.com/Saghen/blink.cmp/blob/v1.2.0/CHANGELOG.md
2025-05-02 13:00:58 -05:00
Gaetan Lepage and Matt Sturgeon
4a0173a736
vimPlugins.peek-nvim: fix JS build dependency handling
...
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk >
2025-05-02 19:58:48 +02:00
Willy
0f0a5e562d
python3Packages.lcov-cobertura: add missing build dependency setuptools_scm
2025-05-02 19:56:25 +02:00
R. Ryantm
19a6189023
diylc: 5.2.0 -> 5.3.0
2025-05-02 17:55:00 +00:00
Peder Bergebakken Sundt
c07fab49b1
nb-cli: expand pythonImportsCheck
2025-05-02 19:48:22 +02:00
Peder Bergebakken Sundt
2352b85c43
nb-cli: unbreak by relaxin watchfiles
2025-05-02 19:48:02 +02:00
Maximilian Bosch and GitHub
b539370717
Merge: nixos/oci-containers: stricter dependencies for rootless containers with sdnotify=healthy ( #394039 )
2025-05-02 19:46:44 +02:00
Sarah Clark
7d14fdcaf9
python312Packages.ypy-websocket: disable failing test due to unmaintained dependency
2025-05-02 10:45:49 -07:00
9883d4715c
lug-helper: 3.7 -> 3.8 ( #403562 )
...
Co-authored-by: LovingMelody <LovingMelody@users.noreply.github.com >
2025-05-02 17:41:35 +00:00
TomaSajt
5961e4442a
zcash: don't use custom vendoring logic
2025-05-02 19:39:07 +02:00
Wolfgang Walther and GitHub
57d366c9b6
labels: add backport label for automatic browser updates ( #402304 )
2025-05-02 17:35:36 +00:00
PhiliPdB
29f4c3cf94
kaggle: unbreak
2025-05-02 19:29:50 +02:00
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 Croughan and GitHub
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 Weinelt and GitHub
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 Lepage and GitHub
b6cda36bd6
python312Packages.textual: 3.1.1 -> 3.2.0 ( #403643 )
2025-05-02 18:57:00 +02:00
Wolfgang Walther and GitHub
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 Lepage and GitHub
cc1044ce2e
vimPlugins.kanagawa-paper-nvim: init at 2025-04-27 ( #403656 )
2025-05-02 18:23:13 +02:00
Peder Bergebakken Sundt and GitHub
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
dotlambda and GitHub
fc90f95d8d
pytr: 0.4.1 -> 0.4.2 ( #403565 )
2025-05-02 09:13:21 -07:00
David McFarland and GitHub
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 Sundt and GitHub
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žar and GitHub
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 Glover and GitHub
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