Commit Graph

39776 Commits

Author SHA1 Message Date
Wolfgang Walther
f1e8f3c850
sickgear: 3.32.10 -> 3.32.11 (#359527) 2024-12-08 18:33:10 +01:00
Wolfgang Walther
366b59a9e2
jackett: 0.22.893 -> 0.22.998 (#358802) 2024-12-08 17:37:06 +01:00
Nick Cao
2e816793bf
apacheHttpdPackages.mod_wsgi3: 5.0.1 -> 5.0.2 (#363055) 2024-12-08 11:01:10 -05:00
Wolfgang Walther
1db42df03d
rustdesk-server: 1.1.11-1 -> 1.1.12 (#345257) 2024-12-08 16:38:30 +01:00
Nick Cao
32c087e700
nagiosPlugins.check_esxi_hardware: 20221230 -> 20241129 (#363214) 2024-12-08 10:14:46 -05:00
R. Ryantm
cb8881f5ba nagiosPlugins.check_esxi_hardware: 20221230 -> 20241129 2024-12-08 13:21:48 +00:00
Wolfgang Walther
d86b822e23
jibri: 8.0-169-g1258814 -> 8.0-173-g77dc5a9 (#345570) 2024-12-08 13:40:15 +01:00
Wolfgang Walther
69dc2f2fd3
jicofo: 1.0-1090 -> 1.0-1104 (#345380) 2024-12-08 13:39:19 +01:00
Wolfgang Walther
7340c820a6
jitsi-videobridge: 2.3-160-g97a1f15b -> 2.3-174-gd011ddf7 (#344945) 2024-12-08 13:38:10 +01:00
R. Ryantm
16444b18b9 apacheHttpdPackages.mod_wsgi3: 5.0.1 -> 5.0.2 2024-12-08 04:20:42 +00:00
Wolfgang Walther
e23d551fb8
postgresqlPackages.pg_partman: 5.1.0 -> 5.2.1 (#361698) 2024-12-07 20:32:45 +01:00
R. Ryantm
3b299a3c9b minio: 2024-09-22T00-33-43Z -> 2024-11-07T00-52-20Z 2024-12-07 14:36:43 +01:00
Aleksana
a08d28b565
mpd: 0.23.15 -> 0.23.16 (#361649) 2024-12-07 19:51:09 +08:00
Aleksana
89baa25910
pingvin-share: 1.4.0 -> 1.6.1 (#361751) 2024-12-07 19:42:08 +08:00
Pol Dellaiera
681949540e
mongodb-7_0: 7.0.14 -> 7.0.15 (#360828) 2024-12-07 12:29:22 +01:00
Pol Dellaiera
c245a07bda
mongodb-6_0: 6.0.18 -> 6.0.19 (#360829) 2024-12-07 12:28:51 +01:00
Cosima Neidahl
23e35ed93d
mir: 2.18.3 -> 2.19.2 (#362220) 2024-12-07 01:29:18 +01:00
Fabian Affolter
30bdd1f9a0
python312Packages.pylamarzocco: 1.2.3 -> 1.2.11 (#359450) 2024-12-07 01:05:28 +01:00
Martin Weinelt
11b9fa49b9
home-assistant-custom-lovelace-modules.vacuum-card: init at 2.10.1 (#357070) 2024-12-07 00:19:29 +01:00
Golbinex
015328399e home-assistant-custom-lovelace-modules.vacuum-card: init at 2.10.1 2024-12-06 23:58:59 +01:00
Robert Schütz
7e81a7f76d home-assistant-custom-components.homematicip_local: 1.72.0 -> 1.73.0
Diff: https://github.com/danielperna84/custom_homematic/compare/refs/tags/1.72.0...1.73.0

Changelog: https://github.com/danielperna84/custom_homematic/blob/1.73.0/changelog.md
2024-12-06 14:52:42 -08:00
misuzu
719cdf08a5
openresty: make postgres module optional (#362426) 2024-12-06 20:19:21 +02:00
Christoph Heiss
b3eca67865
nixos/openresty: fix build with nginx modules (#362348)
When adding modules to openresty, by either

- using `.override { modules = [ ..]; }` directly
- adding them to `services.nginx.additionalModules` or
- enabling e.g. something like `services.nginx.recommendedZstdSettings`

the build will then fail, as the actual `nginx` binary lands in
`nginx/bin/nginx` for openresty, and is only symlinked to `bin/nginx`
(and `bin/openresty`, for that matter).

This breaks the post-install script for nginx when removing references
to the aforementioned modules, since `remove-references-to` skips
symlinks. Thus, just read the symlink before in this case.

`readlink -fn` will read the symlink if it is one, otherwise just
returns the path itself.

The phase is also moved after the package-specific postInstall phase, at
that might move binaries around or create symlinks - as is the case for
openresty.

Can be easily reproduced using e.g.:

$ nix build --impure -E 'with import ./. {}; openresty.override { modules = [ nginxModules.zstd ]; }' -L

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 20:15:26 +02:00
Martin Weinelt
cc7d5fc95a
home-assistant-custom-components.solis-sensor: 3.7.1 -> 3.7.2 (#362440) 2024-12-06 18:06:33 +01:00
Martin Weinelt
deb0f4238b
prometheus-knot-exporter: 3.4.2 -> 3.4.3 2024-12-06 15:56:45 +01:00
Jon Seager
7ad421a9a9
home-assistant-custom-components.solis-sensor: 3.7.1 -> 3.7.2 2024-12-06 14:52:31 +00:00
Christoph Heiss
cb29290646
openresty: make postgres module optional
Enables users who don't need it to easily disable it. Defaults to on to
not regress any users.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-12-06 15:00:24 +01:00
Weijia Wang
21de726c19
mailpit: 1.21.0 -> 1.21.5 (#360646) 2024-12-06 00:36:59 +01:00
Fabian Affolter
9b260257ff home-assistant: update component-packages 2024-12-06 00:18:04 +01:00
OPNA2608
d8840638d2 mir: 2.18.3 -> 2.19.2 2024-12-05 23:14:38 +01:00
Nick Cao
e869c6173a
prometheus-nginx-exporter: 1.3.0 -> 1.4.0 (#361866) 2024-12-05 09:20:36 -05:00
Gaétan Lepage
95c18ad139
materialize: fix on darwin + various improvements (#361500) 2024-12-05 10:28:32 +01:00
Aleksana
9a78c7a9ee
peertube: Document current lack of darwin support in meta (#361492) 2024-12-05 13:05:38 +08:00
Gaetan Lepage
0809ab6602 materialize: move to by-name 2024-12-05 01:11:10 +01:00
Gaetan Lepage
162733d9a2 materialize: format 2024-12-05 01:11:10 +01:00
Wolfgang Walther
c1cdedbf69
prometheus-nats-exporter: add updateScript and testVersion (#336946) 2024-12-04 22:21:36 +01:00
R. Ryantm
2df2c8b25a prometheus-nginx-exporter: 1.3.0 -> 1.4.0 2024-12-04 20:16:49 +00:00
weriomat
dfc3032017
pingvin-share: 1.4.0 -> 1.6.1 2024-12-04 14:03:45 +01:00
R. Ryantm
7695b70193 postgresqlPackages.pg_partman: 5.1.0 -> 5.2.1 2024-12-04 08:22:23 +00:00
Robert Schütz
6f9368f591
python312Packages.voip-utils: 0.2.0 -> 0.2.1 (#340250) 2024-12-03 22:39:51 -08:00
R. Ryantm
e24b70c283 mpd: 0.23.15 -> 0.23.16 2024-12-04 04:49:31 +00:00
Robert Schütz
b6047c81a6 python312Packages.voip-utils: run tests 2024-12-03 16:50:26 -08:00
Kerstin
b256a82610
mastodon: 4.3.1 -> 4.3.2 (#361487) 2024-12-03 20:28:40 +01:00
R. Ryantm
f1f074f213 deconz: 2.28.0 -> 2.28.1 2024-12-03 19:41:53 +01:00
Sumner Evans
ab2d31a4d4
matrix-synapse: 1.120.0 -> 1.120.2
https://github.com/element-hq/synapse/releases/tag/v1.120.2

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-12-03 10:21:33 -07:00
Robert Hensing
f46d512069 peertube: Document current lack of darwin support in meta 2024-12-03 18:07:34 +01:00
Izorkin
a248a23589
mastodon: 4.3.1 -> 4.3.2
Changelog:
https://github.com/mastodon/mastodon/releases/tag/v4.3.2
2024-12-03 19:34:19 +03:00
liberodark
0c053dfc7c
peertube: 6.0.4 -> 6.3.3 (#358194) 2024-12-03 09:45:16 +01:00
Vladimír Čunát
9af0d63882
staging-next 2024-11-30 (#360437) 2024-12-02 22:41:18 +01:00
ash
c62f9b26b0 treewide: lib.warn -> lib.warnOnInstantiate 2024-12-02 19:09:08 +00:00