R. Ryantm
e17e5ac7b0
xenon: 0.9.1 -> 0.9.3
2024-11-25 13:11:11 +00:00
Sandro
bc43c1bf8f
gitkraken: 10.4.1 -> 10.5.0 ( #358938 )
2024-11-25 14:05:08 +01:00
nixpkgs-merge-bot[bot]
ecf5ffb555
regal: 0.28.0 -> 0.29.2 ( #358789 )
2024-11-25 13:01:54 +00:00
Jared Baur
7b87a185a8
nixos/clatd: use clat-dev
if it exists in settings
...
Otherwise, fallback to the default interface name `clat`.
2024-11-25 23:24:11 +11:00
Jared Baur
7665f6cb34
nixos/clatd: fix NetworkManager integration for dispatcher script
2024-11-25 23:24:11 +11:00
Peder Bergebakken Sundt
f6d9b1683f
pulsar: 1.122.0 -> 1.123.0 ( #358575 )
2024-11-25 13:13:38 +01:00
lassulus
54a0f23cb4
notmuch-mailmover: 0.4.0 -> 0.5.0 ( #358716 )
2024-11-25 13:09:20 +01:00
Gaétan Lepage
1cf584fe51
python312Packages.dask-ml: disable broken tests ( #358849 )
2024-11-25 13:06:06 +01:00
Gaétan Lepage
6b4a2bcffb
python312Packages.compressai: disable flaky test ( #358796 )
2024-11-25 13:01:33 +01:00
Gaétan Lepage
6cd7910f1a
python312Packages.papis: 0.13 -> 0.14 ( #354823 )
2024-11-25 13:00:23 +01:00
Luflosi
017849d3b5
home-assistant-custom-components.solax_modbus: 2024.11.1 -> 2024.11.2
...
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.2
2024-11-25 12:49:20 +01:00
Masum Reza
e2d43a652c
roddhjav-apparmor-rules: 0-unstable-2024-10-06 -> 0-unstable-2024-11-24 ( #358958 )
2024-11-25 17:14:13 +05:30
Fabian Affolter
073e31e9b9
python312Packages.mypy-boto3-*: updates ( #358509 )
2024-11-25 12:34:35 +01:00
Fabian Affolter
e859916811
python312Packages.rns: 0.8.5 -> 0.8.6 ( #358761 )
2024-11-25 12:26:25 +01:00
R. Ryantm
1effcb11ff
roddhjav-apparmor-rules: 0-unstable-2024-10-06 -> 0-unstable-2024-11-24
2024-11-25 11:11:19 +00:00
R. Ryantm
54f9beddbf
i3bar-river: 1.0.1 -> 1.1.0
2024-11-25 11:03:41 +00:00
Sefa Eyeoglu
3a2d84ad33
ncmpc: 0.49 -> 0.51 ( #353958 )
2024-11-25 11:55:18 +01:00
Sandro
0e107c167a
mdcat: 2.6.1 -> 2.7.0 ( #358801 )
2024-11-25 11:40:33 +01:00
Domen Kožar
86d22fd32f
bun: fix darwin build and runtime issues ( #358195 )
2024-11-25 10:36:38 +00:00
Gaétan Lepage
37e6520b6c
vimPlugins.gitlab-vim: init at 2024-11-22 ( #358768 )
2024-11-25 11:36:04 +01:00
Nicolas Goudry
6bb61e56d5
gitkraken: 10.4.1 -> 10.5.0
2024-11-25 11:04:10 +01:00
R. Ryantm
8bf50d016a
govc: 0.44.0 -> 0.46.2
2024-11-25 09:57:04 +00:00
Franz Pletz
8a8bce8b04
ncmpc: fails on darwin
2024-11-25 10:52:35 +01:00
Franz Pletz
e999a6f576
ncmpc: build manpage and enable regex
2024-11-25 10:52:34 +01:00
Franz Pletz
d73bbaaebd
ncmpc: reformat with nixfmt-rfc-style
2024-11-25 10:52:34 +01:00
Franz Pletz
b45fe742d3
ncmpc: 0.49 -> 0.51
2024-11-25 10:52:34 +01:00
R. Ryantm
4842516f6a
terraform-providers.dnsimple: 1.7.0 -> 1.8.0
2024-11-25 09:49:52 +00:00
R. Ryantm
853bcb8549
eigenmath: 3.27-unstable-2024-10-18 -> 3.33-unstable-2024-11-22
2024-11-25 09:44:29 +00:00
R. Ryantm
c2678467d9
terraform-providers.digitalocean: 2.42.0 -> 2.44.1
2024-11-25 09:31:13 +00:00
Jenny
61aa4ba718
nixos/open-webui: update doc link url ( #354446 )
2024-11-25 10:31:04 +01:00
Jenny
7e6ce24882
iterm2: 3.5.4 -> 3.5.10 ( #357721 )
2024-11-25 10:26:24 +01:00
Gaétan Lepage
700701eb67
vimPlugins.codecompanion-nvim: init at 2024-11-24 ( #358913 )
2024-11-25 10:23:02 +01:00
Sergei Trofimovich
90474914ee
gcc: do not allow version skew when cross-building gcc
...
When `gcc` is cross-built (`build` != `target` && `host` == `target`)
`gcc` assumes that it has a compatible cross-compiler in the environment
that can build target libraries. Version of a cross-compiler has to
match the compiler being cross-built as libraries frequently use fresh
compiler features, like `-std=c++26` or target-specific types like
`_Bfloat16`.
Version mismatch causes build failures like:
https://github.com/NixOS/nixpkgs/issues/351905
Similar problems (but on a smaller scale) happen when a `gcc`
cross-compiler is built (`build` == `host` && `host` != `target`) built
by a mismatching version of a native compiler (`build` == `host` &&
`host` == `target`). That was worked around by forcing `gcc9Stdenv` for
older compiler versions.
Let's fix both problems by requiring the same compiler version for
cross-case.
Closes: https://github.com/NixOS/nixpkgs/issues/351905
2024-11-25 09:11:38 +00:00
Jon Seager
ff57eb8c6c
python312Packages.craft-parts: 2.1.2 -> 2.1.3 ( #358777 )
2024-11-25 08:47:44 +00:00
R. Ryantm
2de18b37cf
aerospike: 7.2.0.1 -> 7.2.0.4
2024-11-25 08:13:20 +00:00
Gaétan Lepage
7d819dfd5e
vimPlugins.spaceman-nvim: init at 2024-11-03 ( #358884 )
2024-11-25 09:10:40 +01:00
Gaetan Lepage
95f9d5d2b3
vimPlugins.codecompanion-nvim: init at 2024-11-24
2024-11-25 09:04:39 +01:00
Emily
29ef7a233d
treewide: remove deprecations after 24.11 branch-off ( #358735 )
2024-11-25 08:03:00 +00:00
Fabian Affolter
23ed5b9d55
python312Packages.pyftdi: update disabled
...
- add changelog to meta
2024-11-25 09:01:27 +01:00
Wolfgang Walther
094453260d
cinnamon: remove
...
As the TODO says.
2024-11-25 08:54:07 +01:00
Ulrik Strid
4633a7c723
ocamlPackages.menhir: support --suggest-menhirLib ( #358146 )
2024-11-25 08:53:41 +01:00
Leona Maroni
1044b2ccdb
nixos/paperless: add environmentFile option ( #350944 )
2024-11-25 08:51:01 +01:00
Tomodachi94
a7f52c5905
stirling-pdf: 0.30.1 -> 0.33.1 ( #357412 )
2024-11-24 23:45:10 -08:00
Fabian Affolter
422e9c14e3
python311Packages.pyoverkiz: 1.14.2 -> 1.15.0
...
Diff: https://github.com/iMicknl/python-overkiz-api/compare/refs/tags/v1.14.2...v1.15.0
Changelog: https://github.com/iMicknl/python-overkiz-api/releases/tag/v1.15.0
2024-11-25 08:37:51 +01:00
Maximilian Bosch
0f9abba69d
Merge: mautrix-signal: 0.7.2 -> 0.7.3 ( #358785 )
2024-11-25 08:33:43 +01:00
Sefa Eyeoglu
b9a481fc4f
lan-mouse: 0.9.1 → 0.10.0 ( #358745 )
2024-11-25 08:19:11 +01:00
Emily
9437ab6a53
squeak: fix build ( #358156 )
2024-11-25 07:16:51 +00:00
R. Ryantm
a77a60f882
picom-pijulius: 8.2-unstable-2024-11-12 -> 8.2-unstable-2024-11-15
2024-11-25 06:12:32 +00:00
Aleksana
988507244d
python3Packages.hydrogram: init at 0.1.4 ( #299966 )
2024-11-25 14:04:47 +08:00
R. Ryantm
58e31a2445
globalping-cli: 1.4.0 -> 1.4.3
2024-11-25 05:43:06 +00:00