Fugi
0b8c0c5467
prometheus-sabnzbd-exporter: 0.1.73 -> 0.1.78
2024-11-22 17:14:41 +01:00
Maximilian Bosch
f3110c93dc
Merge: cargo-pgrx: drop obsolete versions ( #357670 )
2024-11-22 16:00:55 +01:00
Maximilian Bosch
ba168748eb
Merge: grafana: 11.3.0+security-01 -> 11.3.1 ( #357417 )
2024-11-22 10:43:56 +01:00
Maximilian Bosch
475e5aa20b
Merge: nextcloud: add news app ( #357640 )
2024-11-22 09:31:06 +01:00
OTABI Tomoya
553b0453f5
tomcat10: 10.1.30 -> 10.1.33 ( #355513 )
2024-11-22 15:22:18 +09:00
tomberek
fc7bbc9e05
snac2: 2.59 -> 2.63 ( #356647 )
2024-11-22 01:13:58 -05:00
Robert Schütz
b7bf9fc4f3
home-assistant-custom-components.homematicip_local: 1.69.0 -> 1.71.0 ( #357666 )
2024-11-21 16:31:36 -08:00
Jon Seager
14f4fef8dc
homepage-dashboard: 0.9.10 -> 0.9.12 ( #357477 )
2024-11-21 08:32:17 +00:00
Wolfgang Walther
31b9d15443
postgresqlPackages.postgis: remove wolfgangwalther from maintainers
...
I am now notified as member of the NixOS/postgres team about changes.
2024-11-20 22:27:52 +01:00
Maximilian Bosch
f10fc704df
Merge: postgresqlPackages.timescaledb: 2.14.2 -> 2.17.2; adopt, nixfmt; postgresqlPackages.timescaledb_toolkit: 1.18.0 -> 1.19.0 ( #348223 )
2024-11-20 22:25:14 +01:00
Robert Schütz
eb364e3146
home-assistant-custom-components.homematicip_local: 1.69.0 -> 1.71.0
...
Diff: https://github.com/danielperna84/custom_homematic/compare/refs/tags/1.69.0...1.71.0
Changelog: https://github.com/danielperna84/custom_homematic/blob/1.71.0/changelog.md
2024-11-20 12:52:00 -08:00
Benedikt Ritter
cba14f963e
nextcloud: add news app
...
The news app finally has an offical release that's compatible with
NextCloud v29 and v30.
2024-11-20 20:44:42 +01:00
Kirill Radzikhovskyy
7baa9da552
postgresqlPackages.timescaledb_toolkit: switch to cargo-pgrx_0_12_6
2024-11-21 06:33:38 +11:00
Sefa Eyeoglu
f5a231b9ef
prowlarr: 1.25.4.4818 -> 1.26.1.4844 ( #357362 )
2024-11-20 10:50:15 +01:00
R. Ryantm
861cd0e058
homepage-dashboard: 0.9.10 -> 0.9.12
2024-11-20 06:29:05 +00:00
Kirill Radzikhovskyy
c273eb28b6
postgresqlPackages.timescaledb_toolkit: 1.18.0 -> 1.19.0
...
Release notes: https://github.com/timescale/timescaledb-toolkit/releases/tag/1.19.0
2024-11-20 17:23:20 +11:00
Kirill Radzikhovskyy
993b24e1a1
postgresqlPackages.timescaledb: nixfmt
2024-11-20 17:23:20 +11:00
Kirill Radzikhovskyy
86706a140b
postgresqlPackages.timescaledb: 2.14.2 -> 2.17.2
...
Changes:
- https://github.com/timescale/timescaledb/releases/tag/2.17.2
- https://github.com/timescale/timescaledb/releases/tag/2.17.1
- https://github.com/timescale/timescaledb/releases/tag/2.17.0
- https://github.com/timescale/timescaledb/releases/tag/2.16.1
- https://github.com/timescale/timescaledb/releases/tag/2.16.0
- https://github.com/timescale/timescaledb/releases/tag/2.15.3
- https://github.com/timescale/timescaledb/releases/tag/2.15.2
- https://github.com/timescale/timescaledb/releases/tag/2.15.1
- https://github.com/timescale/timescaledb/releases/tag/2.15.0
squash
2024-11-20 17:23:11 +11:00
Maximilian Bosch
b3f4b60d57
grafana: 11.3.0+security-01 -> 11.3.1
...
ChangeLog: https://github.com/grafana/grafana/releases/tag/v11.3.1
2024-11-19 23:25:53 +01:00
Weijia Wang
5bdc0862bf
wordpress: 6.6.2 -> 6.7 ( #356449 )
2024-11-19 22:44:51 +01:00
Maximilian Bosch
8ceedba559
Merge: postgresqlPackages: enable update scripts and update many packages ( #356283 )
2024-11-19 22:31:23 +01:00
Aadniz
e65ba64c29
prowlarr: 1.25.4.4818 -> 1.26.1.4844
2024-11-19 21:14:29 +01:00
Sefa Eyeoglu
a541745ff4
prowlarr: 1.24.3.4754 -> 1.25.4.4818 ( #355016 )
2024-11-19 20:58:18 +01:00
Kirill Radzikhovskyy
4099ca5139
postgresqlPackages.timescaledb: add kirillrdy to maintainers
2024-11-20 06:42:53 +11:00
Domen Kožar
26b1258a93
rabbitmq-server: fix management agent crash when calling ps on macOS ( #357337 )
2024-11-19 19:14:16 +01:00
Domen Kožar
f1f2075772
meilisearch: migrate to the new macOS SDK ( #357277 )
2024-11-19 19:12:24 +01:00
Sander
2174b6acb9
rabbitmq-server: fix management agent crash when calling ps on macOS
...
When built with procps in the runtime path, the
rabbitmq_management_agent repeatedly crashes trying to call `ps -o
rss=`. It errors out with: `rss: requires entitlement`.
This PR uses the built-in ps on macOS instead. I imagine it's
signed with the correct entitlements.
2024-11-19 20:58:45 +04:00
Sander
15e49d961b
meilisearch: migrate to the new macOS SDK
2024-11-19 19:54:49 +04:00
Martin Weinelt
f89fd475c5
home-assistant-custom-components.xiaomi_miot: 0.7.21 -> 0.7.23 ( #356947 )
2024-11-19 16:31:12 +01:00
Emily
fc1a0e3323
nginx: upgrade pcre to pcre2 ( #355989 )
2024-11-19 15:28:49 +00:00
Zhong Jianxin
c4c6f50302
home-assistant-custom-components.xiaomi_miot: add meta.longDescription, remove with lib
2024-11-19 20:35:27 +08:00
Elliot Cameron
84a3cd9361
openresty: 1.25.3.2 -> 1.27.1.1
2024-11-18 16:51:30 -05:00
Martin Weinelt
d43eaad626
python312Packages: remove some old backport modules ( #355418 )
2024-11-18 17:00:55 +01:00
Zhong Jianxin
03e9fb3803
home-assistant-custom-components.xiaomi_miot: 0.7.21 -> 0.7.23
...
Diff: https://github.com/al-one/hass-xiaomi-miot/compare/v0.7.21...v0.7.23
Changelog: https://github.com/al-one/hass-xiaomi-miot/releases/tag/v0.7.23
Fix with home-assistant v2024.11:
```
File "/var/lib/hass/custom_components/xiaomi_miot/__init__.py", line 30, in <module>
from homeassistant.config import DATA_CUSTOMIZE
ImportError: cannot import name 'DATA_CUSTOMIZE' from 'homeassistant.config' (/nix/store/m1bqz8krvqssm8zq8i456ds5287dfvd9-homeassistant-2024.11.1/lib/python3.12/site-packages/homeassistant/config.py)
```
2024-11-18 20:29:27 +08:00
Jon Seager
4b8c5f1731
home-assistant-custom-components.solis-sensor: 3.7.0 -> 3.7.1
2024-11-18 09:51:51 +00:00
Peder Bergebakken Sundt
2fc52406e5
mongodb-6_0: 6.0.17 -> 6.0.18 ( #342099 )
2024-11-18 09:07:14 +01:00
Martin Weinelt
b82d026543
python312Packages.homeassistant-stubs: 2024.11.1 -> 2024.11.2
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.11.2
2024-11-18 03:07:10 +01:00
Martin Weinelt
eb7011c54a
home-assistant: 2024.11.1 -> 2024.11.2
...
https://github.com/home-assistant/core/releases/tag/2024.11.2
2024-11-18 03:07:10 +01:00
Gregor Giesen
60533972ec
pg-semver: init at 0.40.0
...
release notes: https://github.com/theory/pg-semver/blob/main/Changes
2024-11-17 19:25:50 +01:00
Yt
8c87ca1d48
lemmy: 0.19.5 -> 0.19.7 ( #356549 )
2024-11-17 10:16:57 -05:00
Viorel-Cătălin Răpițeanu
d1da56f629
wordpressPackages: package and theme updates
...
1. Make twentytwentyfive theme default
2. Update all packages
2024-11-17 15:56:28 +02:00
Viorel-Cătălin Răpițeanu
5705ab5bc5
wordpress: 6.6.2 -> 6.7
...
Update the package to the latest version.
2024-11-17 15:56:09 +02:00
Maximilian Bosch
a0a51776ed
Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 ( #350353 )
2024-11-17 14:52:22 +01:00
Maximilian Bosch
f370530f87
Merge: postgresql.pkgs.pg_embedding: remove ( #356526 )
2024-11-17 13:40:26 +01:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is ( #356363 )
...
* treewide: stdenv.is -> stdenv.hostPlatform.is
* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
R. Ryantm
8191db9d69
snac2: 2.59 -> 2.63
2024-11-17 07:04:34 +00:00
jopejoe1
1118ab81cc
unifi: 8.5.6 -> 8.6.9 ( #355103 )
2024-11-16 23:24:41 +01:00
Maximilian Bosch
97a911e8fb
Merge: nixos/postgresql: extension based hardening relaxation ( #355010 )
2024-11-16 22:29:36 +01:00
Leona Maroni
651e727c68
openafs: 1.8.12 → 1.8.13 ( #354660 )
2024-11-16 22:24:03 +01:00
Maximilian Bosch
7239af0a72
postgresql.pkgs.pg_embedding: remove
...
As discussed in #351306 , this is scheduled for removal after 24.11
branchoff.
2024-11-16 21:20:25 +01:00