Commit Graph

39567 Commits

Author SHA1 Message Date
Martin Weinelt
8db0ec767e
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2024-11-10 18:25:51 +01:00
Ryan Horiguchi
2544da75c5
home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 2024-11-10 18:24:41 +01:00
Maximilian Güntner
8339db6766
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1
add gitUpdater update script for stable versions
2024-11-10 17:51:15 +01:00
Maximilian Bosch
9a333460f5
Merge: postgresql: improve passthru.tests (#352966) 2024-11-10 15:34:04 +01:00
github-actions[bot]
48d4a0a6bd
Merge master into staging-next 2024-11-10 00:15:17 +00:00
9R
10a4498042 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 2024-11-09 22:45:33 +01:00
K900
7ebe9739ff Merge remote-tracking branch 'origin/master' into staging-next 2024-11-09 23:12:56 +03:00
Wolfgang Walther
9035573855
nixosTests.postgresql: move all postgresql related nixosTests into one folder
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
db2d6a00ab
postgresqlPackages.anonymizer: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
23c19a255f
postgresqlPackages.timescaledb: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
6d7da20a90
postgresqlPackages.tsja: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
a5c41ae80a
postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
0af934adf7
postgresqlPackages.pgjwt: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
ecffab1fda
postgresqlPackages.postgis: move nixosTests.postgis into package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
aded718a98
postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package
There is no need to fire up a whole VM just to run a two line test of
creating the extension. We can use postgresqlTestExtension for that.
This has the advantage that it runs with postgresqlTestHook, so without
a VM, making it more portable.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
139c546676
postgresql: add passthru.tests.postgresql-tls-client-cert
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
f6c2de9262
postgresql: add passthru.tests.postgresql
Restructuring the nixosTests.postgresql test a little bit to allow
calling it with the specific versioned package from generic.nix.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
319d82d5c2
nixosTests.postgresql-wal2json: avoid manual imports
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
65ef7381c8
nixosTests.postgresql-jit: avoid manual imports
Same reasoning as commit before.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
a1ae4377e0
nixosTests.postgresql-wal-receiver: avoid manual imports
Manually importing postgresql packages from the /pkgs/ folder or
manually importing the test from /nixos/tests/ in generic.nix is not
only ugly, but also forbidden should we ever move to pkgs/by-name.

We can achieve almost the same with a slightly different setup. We allow
overriding the postgresql package for the test via passthru.override, to
make sure that each postgresql_xx.tests.postgresql-wal-receiver is
properly teted with the right version.
2024-11-09 18:24:50 +01:00
Maximilian Bosch
3bf6a063b3
Merge: postgresqlPackages: fix some builds on darwin (#354748) 2024-11-09 18:21:30 +01:00
github-actions[bot]
a90280100f
Merge master into staging-next 2024-11-09 15:14:08 +00:00
Martin Weinelt
c98b0cad09
home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.1.0
2024-11-09 16:02:58 +01:00
Theodore Ni
bc5b75eb11
mysql80: 8.0.39 -> 8.0.40 (#350248) 2024-11-09 05:42:24 -08:00
Maximilian Bosch
8091ea3f24
Merge: postgresql_17: fix build (#354571) 2024-11-09 14:09:03 +01:00
Emily
3b91a81423
treewide: remove redundant patches and locks (#354215) 2024-11-09 12:57:37 +00:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
github-actions[bot]
8e80325e6b
Merge master into staging-next 2024-11-09 12:04:53 +00: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
Wolfgang Walther
4801d0c2a3
postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin
This fixes the following error:

error: comparison of integers of different signs: 'ssize_t' (aka 'long')
and 'const size_t' (aka 'const unsigned long') [-Werror,-Wsign-compare]
                if (part < iov[i].iov_len)
                    ~~~~ ^ ~~~~~~~~~~~~~~
2024-11-09 12:16:58 +01:00
Masum Reza
112d505ce4
clickhouse: fix compilation on aarch64-linux (#353983) 2024-11-09 16:23:21 +05:30
Atemu
a1028f2fa4
jackett: 0.21.2831 -> 0.22.893 (#353606) 2024-11-09 07:55:40 +01:00
github-actions[bot]
ce1a535c19
Merge master into staging-next 2024-11-09 06:04:22 +00:00
R. Ryantm
36bdaed426 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 2024-11-09 06:04:19 +00:00
Martin Weinelt
7acb30200b
home-assistant: 2024.11.0 -> 2024.11.1 (#354584) 2024-11-09 04:10:20 +01:00
Martin Weinelt
7234221a0e
python312Packages.homeassistant-stubs: 2024.11.0 -> 2024.11.1
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.11.1
2024-11-09 03:27:30 +01:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next 2024-11-09 00:13:55 +00:00
Martin Weinelt
2581423bd4
evcc: 0.131.3 -> 0.131.4 (#352482) 2024-11-08 23:49:55 +01:00
Sefa Eyeoglu
1610bc14f2
mpd: enable cdio_paranoia. (#342358) 2024-11-08 22:45:08 +01:00
Martin Weinelt
f5ddf1a751
home-assistant: 2024.11.0 -> 2024.11.1
https://github.com/home-assistant/core/releases/tag/2024.11.1
2024-11-08 21:15:18 +01:00
Martin Weinelt
c71079125f
home-assistant.intents: 2024.11.4 -> 2024.11.6
https://github.com/home-assistant/intents/releases/tag/2024.11.6
2024-11-08 21:09:56 +01:00
Maximilian Bosch
676db52174
postgresql_17: fix build
Closes #354497

See https://www.postgresql.org/message-id/ba8e1bc0-8a99-45b7-8397-3f2e94415e03%40suse.de for context.
2024-11-08 20:36:48 +01:00
Nick Cao
407ff1729f
prometheus-consul-exporter: 0.12.1 -> 0.13.0 (#354360) 2024-11-08 14:32:47 -05:00
Wolfgang Walther
d1478e78c0
postgresqlPackages.system_stats: fix build on darwin
The build was failing with:

darwin/io_analysis.c:71:21: error: variable length array used
[-Werror,-Wvla]
                        char device_name[kMaxDiskNameSize];
                                         ^~~~~~~~~~~~~~~~
2024-11-08 19:48:39 +01:00
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next 2024-11-08 18:40:48 +01:00
Tracy Wadleigh
c2933f4ca4
Enable cdio_paranoia in mpd. 2024-11-08 13:37:54 +01:00
github-actions[bot]
4dab54a2c8
Merge master into staging-next 2024-11-08 12:05:50 +00:00
Christoph Heiss
218ad1bf6a
mautrix-signal: add version test
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:13:04 +01:00
Christoph Heiss
9e15728241
mautrix-signal: enable checks
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:12:52 +01:00
Christoph Heiss
13d4678f73
mautrix-signal: fix build with goolm enabled
When building with goolm support, libstdc++ must be linked, as
libsignal-ffi depends on it being linked.

When building with (deprecated) libolm, it's pulled in transitively, it
seems -- and it that case, this is effectively a no-op.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:12:32 +01:00
Tanvir
5c4a7c7fa7
jackett: 0.21.2831 -> 0.22.893 2024-11-08 15:47:09 +06:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00
github-actions[bot]
4ab3ca7c50
Merge master into staging-next 2024-11-08 06:04:48 +00:00
Aleksana
031c0841b4
immudb: 1.9DOM.2 -> 1.9.5 (#337770) 2024-11-08 13:03:33 +08:00
aleksana
b74fdd2386 treewide: remove redundant patches and locks
These files are no longer referenced.
2024-11-08 12:54:15 +08:00
R. Ryantm
2fdfc1032b prometheus-collectd-exporter: 0.6.0 -> 0.7.0 2024-11-08 02:41:38 +00:00
github-actions[bot]
d16ff942dc
Merge master into staging-next 2024-11-08 00:14:06 +00:00
R. Ryantm
afe438897f prometheus-consul-exporter: 0.12.1 -> 0.13.0 2024-11-07 23:59:03 +00:00
Martin Weinelt
790bbf36da
home-assistant: pin vulcan-api at 2.3.2 2024-11-08 00:18:28 +01:00
github-actions[bot]
3533282a88
Merge master into staging-next 2024-11-07 20:49:24 +00:00
Maximilian Bosch
19a8336a3a
nextcloud30: 30.0.1 -> 30.0.2
ChangeLog: https://github.com/nextcloud/server/releases/tag/v30.0.2
2024-11-07 21:20:54 +01:00
Maximilian Bosch
a8eba43f11
nextcloud29: 29.0.8 -> 29.0.9
ChangeLog: https://github.com/nextcloud/server/releases/tag/v29.0.9
2024-11-07 21:20:35 +01:00
Maximilian Bosch
fe896ca861
nextcloud28: 28.0.11 -> 28.0.12
ChangeLog: https://github.com/nextcloud/server/releases/tag/v28.0.12
2024-11-07 21:20:08 +01:00
Maximilian Bosch
eeed640419
nextcloud30Packages: update 2024-11-07 21:19:53 +01:00
Maximilian Bosch
1b3e684650
nextcloud29Packages: update 2024-11-07 21:19:41 +01:00
Maximilian Bosch
86bce4eacf
nextcloud28Packages: update 2024-11-07 21:19:31 +01:00
Martin Weinelt
33d60dbc3c
home-assistant: 2024.10.4 -> 2024.11.0 (#354094) 2024-11-07 19:18:06 +01:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
Martin Weinelt
6e95221e2e
python312Packages.homeassistant-stubs: 2024.10.4 -> 2024.11.0
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.11.0
2024-11-07 19:05:09 +01:00
Martin Weinelt
d8bdd0cfae
home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.172 -> 0.13.180
https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.180/CHANGELOG.md
2024-11-07 19:05:08 +01:00
Martin Weinelt
c50bfd50d3
home-assistant: 2024.10.04 -> 2024.11.0
https://www.home-assistant.io/blog/2024/11/06/release-202411/
2024-11-07 19:05:07 +01:00
Martin Weinelt
c5b3382128
home-assistant.intents: 2024.10.2 -> 2024.11.4
https://github.com/home-assistant/intents/releases/tag/2024.11.4
2024-11-07 19:04:57 +01:00
github-actions[bot]
b3a0f2d3f1
Merge master into staging-next 2024-11-07 12:05:37 +00: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
Gaétan Lepage
84a44238d0
_389-ds-base: 2.4.6 -> 3.1.1 (#352353) 2024-11-07 09:03:51 +01:00
github-actions[bot]
8d77160080
Merge staging-next into staging 2024-11-07 06:05:15 +00:00
Aleksana
5ed245d62a
treewide: fix build by pinning Go 1.22 for now (#353895) 2024-11-07 11:26:28 +08:00
Weijia Wang
f8619f31a9
sqlpage: darwin sdk refactor (#354086) 2024-11-07 03:53:12 +01:00
Weijia Wang
d2af3b5c4a
apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1 (#352753) 2024-11-07 01:38:35 +01:00
Weijia Wang
89e107b3f0
qdrant: 1.11.5 -> 1.12.1 (#352373) 2024-11-07 01:35:22 +01:00
RatCornu
8ec0981318
pingvin-share: 1.1.3 -> 1.2.4 2024-11-07 00:23:24 +01:00
Austin Horstman
e1ad199c2b
sqlpage: darwin sdk refactor
We can inherit sdk from stdenv and don't need to declare the frameworks.
2024-11-06 14:42:25 -06:00
Austin Horstman
d171b45e53
sqlpage: format 2024-11-06 14:41:37 -06:00
github-actions[bot]
e9877d256b
Merge staging-next into staging 2024-11-06 18:04:56 +00:00
Sandro
7cf19f3811
alice-lg: Adopting package and refactoring (#350031) 2024-11-06 18:41:03 +01:00
Sandro
4d40360df3
birdwatcher: Adopting package and refactoring (#350032) 2024-11-06 18:39:58 +01:00
0x4A6F
6ca4a96533
stayrtr: 0.5.1 -> 0.6.1 (#348291)
* stayrtr: 0.5.1 -> 0.6.1

* stayrtr: refactor and convert to by-name

* stayrtr: reformat with nixfmt-rfc-style
2024-11-06 15:31:29 +01:00
0x4A6F
1f53d0a9f2
xandikos: 0.12.1 -> 0.12.2 (#352604)
* xandikos: 0.2.11 -> 0.2.12

* xandikos: move to pkgs/by-name
2024-11-06 15:31:15 +01:00
Cosima Neidahl
cac168d9bc
mir: 2.18.2 -> 2.18.3 (#352718) 2024-11-06 13:50:41 +01:00
github-actions[bot]
46e09172e0
Merge staging-next into staging 2024-11-06 12:06:19 +00:00
Alexander Sieg
887a74fd57 clickhouse: fix compilation on aarch64-linux 2024-11-06 11:33:04 +01:00
Sandro
ed161a7f42
lldap: 0.5.1-unstable-2024-08-09 -> 0.5.1-unstable-2024-10-30 (#352840) 2024-11-06 10:03:58 +01:00
github-actions[bot]
e7cf0b43c8
Merge staging-next into staging 2024-11-06 00:14:28 +00:00
Weijia Wang
29fadec759
mailhog: fix build (#353565) 2024-11-06 00:35:32 +01:00
Bernardo Meurer
7db2924ffe
roon-server: 2.0-1462 -> 2.0-1470 (#352121) 2024-11-05 16:32:23 -05:00
Peder Bergebakken Sundt
050ccc335b
akkoma-frontends: use finalAttrs pattern (#352964) 2024-11-05 21:03:43 +01:00
Rick van Schijndel
af10bfa79a
zabbix70: 7.0.2 -> 7.0.5 (#350994) 2024-11-05 20:52:07 +01:00
Olivér Falvai
54ece522d1
dnsmasq_exporter: build with Go 1.22 for now
until the golang.org/x/net dependency gets upgraded in the project

https://hydra.nixos.org/build/276128656/nixlog/1/tail
2024-11-05 20:35:43 +01:00
github-actions[bot]
f899bb5680
Merge staging-next into staging 2024-11-05 18:05:09 +00:00
0x4A6F
e6ec6afa21
gortr: Adopting package and refactor (#351612) 2024-11-05 17:01:41 +01:00
0x4A6F
9d03557aae
mariadb: 10.5.27, 10.6.20, 10.11.10, 11.4.4 (#353661) 2024-11-05 16:46:18 +01:00
github-actions[bot]
e8911284dd
Merge staging-next into staging 2024-11-05 12:06:36 +00:00
K900
ae839936d9 home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.2 -> 4.1.3
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.1.2...4.1.3
2024-11-05 09:47:53 +03:00
github-actions[bot]
e953c01873
Merge staging-next into staging 2024-11-05 00:14:28 +00:00
Johannes Jöns
663bd41e14
xorg.libAppleWM: constrain to darwin targets (#353618) 2024-11-05 00:32:19 +01:00
Philip Taron
08645b4826
postgresql: use team (#352905) 2024-11-04 13:12:39 -08:00
Weijia Wang
72ac7fea4a
kapacitor: 1.7.0 -> 1.7.5 (#344895) 2024-11-04 19:32:59 +01:00
github-actions[bot]
7bea7cacca
Merge staging-next into staging 2024-11-04 18:04:50 +00:00
Sandro
51db049535
sensu: drop it as it is no longer maintained (#351916) 2024-11-04 18:15:46 +01:00
Simon Hauser
b0519b4318
mariadb: 10.5.27, 10.6.20, 10.11.10, 11.4.4
Changelog:
- https://mariadb.com/kb/en/mariadb-10-5-27-changelog/
- https://mariadb.com/kb/en/mariadb-10-6-20-changelog/
- https://mariadb.com/kb/en/mariadb-10-11-10-changelog/
- https://mariadb.com/kb/en/mariadb-11-4-4-changelog/
2024-11-04 16:34:26 +01:00
github-actions[bot]
fe71abdc48
Merge staging-next into staging 2024-11-04 12:06:38 +00:00
Simon Hauser
c4edf93988
Cleanup helsinki maintainer (#353611)
* maintainers: update email conni2461

* maintainers: add helsinki-jo

* tree-wide: cleanup maintainership of helsinki-systems
2024-11-04 12:59:26 +01:00
Sergei Trofimovich
08790dff79 xorg.libAppleWM: constrain to darwin targets
Without the change the build fails on `x86_64-linux` as
https://hydra.nixos.org/build/276690936:

    make[2]: Entering directory '/build/libapplewm-be972ebc3a97292e7d2b2350eff55ae12df99a42/src'
      CC       applewm.lo
    gcc: error: unrecognized command-line option '-iframeworkwithsysroot'

ZHF: #352882
2024-11-04 09:46:31 +00:00
github-actions[bot]
70b769c7b7
Merge staging-next into staging 2024-11-04 06:05:49 +00:00
wxt
aef019d8de
mailhog: move to by-name 2024-11-04 10:59:55 +08:00
Aleksana
0a3743227d
varnish74: drop (#352492) 2024-11-04 10:15:01 +08:00
github-actions[bot]
3020b7f221
Merge staging-next into staging 2024-11-04 00:15:38 +00:00
Yt
79ab1685e0
nextcloudPackages.apps.files_mindmap: init at 0.0.30 (#350493) 2024-11-03 19:12:41 -05:00
Robert Scott
0335471fde immudb: 1.9DOM.2 -> 1.9.5
add mechanism to detect webconsole mismatch

(vendor hash did indeed not change)

https://github.com/codenotary/immudb/compare/v1.9DOM.2...v1.9.5
2024-11-03 21:58:53 +00:00
github-actions[bot]
bee49bdce0
Merge staging-next into staging 2024-11-03 18:04:43 +00:00
Martin Weinelt
3537d187a2
python312Packages.sensoterra: init at 2.0.1 (#352336) 2024-11-03 15:37:59 +01:00
Martin Weinelt
b4260cf4ef
home-assistant-custom-components.solax_modbus: 2024.10.4 -> 2024.11.1 (#353348) 2024-11-03 15:37:30 +01:00
wxt
0adffe3ffd kapacitor: move to by-name; nixfmt 2024-11-03 19:38:26 +08:00
Luflosi
b194995ca2
home-assistant-custom-components.solax_modbus: 2024.10.4 -> 2024.11.1
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.1
2024-11-03 12:22:30 +01:00
R. Ryantm
6ef3781343 rspamd: 3.10.0 -> 3.10.2 2024-11-03 09:43:46 +00:00
K900
46a1f3aa58 Merge remote-tracking branch 'origin/staging-next' into staging 2024-11-03 11:04:59 +03:00
Weijia Wang
ff7219bf79
zoneminder: 1.36.34 -> 1.36.35 (#353015) 2024-11-03 03:27:24 +01:00
Weijia Wang
4964110789
authelia: 4.38.15 -> 4.38.17 (#352504) 2024-11-03 02:43:41 +01:00
Weijia Wang
086e59c640
memcached: 1.6.29 -> 1.6.31 (#349258) 2024-11-03 01:17:55 +01:00
Weijia Wang
e7ca4d0c79
skydns: mark as broken on Darwin (#353115) 2024-11-03 00:59:52 +01:00
Emily
2b67faf4d9
The OracleJDK Dehaunting (#353043) 2024-11-02 21:15:20 +00:00
K900
e4ee7324f9
home-assistant-custom-components.midea_ac_lan: add missed dependency (#353216) 2024-11-02 22:03:35 +01:00
Tomo
fa08eabc4a atlassian-{bamboo,confluence,crowd,jira}: drop
Support for the Atlassian Server products ended in
February 2024 and there was insufficient interest in
maintaining the Atlassian Data Center replacements

c.f. https://github.com/NixOS/nixpkgs/pull/353043#issuecomment-2452825826
2024-11-02 20:36:14 +00:00
Weijia Wang
f2ec8e348a
bftpd: fix x86_64-darwin build (#353061) 2024-11-02 18:42:58 +01:00
Weijia Wang
74de84cdbc
rabbitmq-server: 3.13.7 → 4.0.2 (#351867) 2024-11-02 18:38:24 +01:00
Weijia Wang
354e59e650
radarr: 5.11.0.9244 -> 5.14.0.9383 (#351770) 2024-11-02 17:11:31 +01:00
Weijia Wang
fe92c83d5e
prometheus-influxdb-exporter: 0.11.7 -> 0.12.0 (#351342) 2024-11-02 16:57:31 +01:00
Martin Weinelt
e62fd5b1f4
zigbee2mqtt: 1.40.2 -> 1.41.0 (#353039) 2024-11-02 16:38:22 +01:00
Martin Weinelt
2255d12e59
home-assistant-custom-lovelace-modules.weather-card: init at 1.5.0 (#338239) 2024-11-02 16:23:11 +01:00
Maximilian Bosch
184cda2b94
postgresql: remove danbst from maintainer list
Thanks a lot for all your work! If you ever come back to nixpkgs, feel
free to revert the commit, your return would be welcomed!
2024-11-02 15:47:50 +01:00
Maximilian Bosch
c65705940a
postgresql: use team
Main motivation for this is that I'd like to get a feature-freeze ping:
we have old stuff to remove and quite a bit of things ongoing here, so
explicitly being part of the check-up process seems like a good thing.

Also added myself and wolfgangwalther to it.
2024-11-02 15:47:32 +01:00
Weijia Wang
8867c791b7
matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.6.5 -> 1.8.3 (#343861) 2024-11-02 15:20:47 +01:00
Weijia Wang
1afca87d38
bazarr: 1.4.4 -> 1.4.5 (#346141) 2024-11-02 15:01:21 +01:00
Weijia Wang
e7168d0f5f
apacheHttpdPackages.mod_python: fix build with python3.12 (#353031) 2024-11-02 14:46:23 +01:00
Aaron Jheng
de5bab8a81
skydns: mark as broken on Darwin 2024-11-02 13:01:50 +00:00
Matthias Beyer
841dd2b1a0
home-assistant-custom-lovelace-modules.weather-card: init at 1.5.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
2024-11-02 11:59:42 +01:00
Theodore Ni
a37e330ff3
bftpd: fix x86_64-darwin build 2024-11-02 00:15:26 -07:00
github-actions[bot]
d6ccd2835b
Merge staging-next into staging 2024-11-02 06:05:06 +00:00
Robert Schütz
6eef3d7245
python312Packages.versioningit: don't test with pydantic_1 (#351793) 2024-11-01 22:29:05 -07:00
Robert Schütz
6e38fa8109
python312Packages.hahomematic: 2024.10.14 -> 2024.10.17 (#352476) 2024-11-01 22:25:43 -07:00