pacien
6eb25e11a8
stalwart-mail: 0.3.4 -> 0.3.6
2023-09-03 22:18:50 -04:00
Artturi
195e5ce77d
Merge pull request #233355 from rembo10/sickgear-update
2023-09-04 05:02:26 +03:00
Robert Schütz
60c7f62ced
postfix: 3.8.1 -> 3.8.2
...
Changelog: https://www.postfix.org/announcements/postfix-3.8.2.html
2023-09-02 20:06:56 -07:00
Mario Rodas
461668f050
Merge pull request #252670 from r-ryantm/auto-update/postgresql11JitPackages.pg_cron
...
postgresql11JitPackages.pg_cron: 1.5.2 -> 1.6.0
2023-09-02 12:37:50 -05:00
Mario Rodas
dedb00ea9c
Merge pull request #252971 from r-ryantm/auto-update/jackett
...
jackett: 0.21.719 -> 0.21.724
2023-09-02 12:13:50 -05:00
R. Ryantm
8ec44d2f1b
jackett: 0.21.719 -> 0.21.724
2023-09-02 16:30:16 +00:00
Ryan Lahfa
f626102605
Merge pull request #252852 from RaitoBezarius/update/netbox
2023-09-02 19:26:56 +03:00
Pol Dellaiera
6c31caab83
Merge pull request #251913 from dit7ya/windmill
...
windmill: 1.131.0 -> 1.160.0
2023-09-02 16:08:48 +02:00
Emily
9ed10c4c53
Merge pull request #252824 from emilylange/matrix-sliding-sync
...
matrix-sliding-sync: 0.99.7 -> 0.99.8
2023-09-02 15:58:42 +02:00
R. Ryantm
62cc4c6136
bililiverecorder: 2.6.3 -> 2.8.2
2023-09-02 03:32:28 +00:00
Weijia Wang
56df47d085
Merge pull request #252718 from vcunat/p/bind-tests-i686
...
bind: disable tests on *all* 32-bit platforms
2023-09-02 00:54:27 +02:00
Weijia Wang
421fa98aad
Merge pull request #242239 from LeSuisse/h2-2.2.220
...
h2: 2.1.210 -> 2.2.220
2023-09-02 00:19:38 +02:00
Weijia Wang
c04f87be38
Merge pull request #251757 from LeSuisse/nifi-1.23.2
...
nifi: 1.23.0 -> 1.23.2
2023-09-02 00:12:16 +02:00
Weijia Wang
1b50b9fba1
Merge pull request #252005 from risicle/ris-apache-airflow-2.7.0
...
apache-airflow: 2.6.2 -> 2.7.0
2023-09-02 00:11:08 +02:00
Raito Bezarius
10976a6968
netbox: 3.5.8 -> 3.5.9
...
https://github.com/netbox-community/netbox/releases/tag/v3.5.9
2023-09-01 23:21:06 +02:00
happysalada
06af5be014
surrealdb: 1.0.0-beta.9 -> 1.0.0-beta.10
2023-09-02 02:47:52 +08:00
emilylange
e43cc09fa7
matrix-sliding-sync: 0.99.7 -> 0.99.8
...
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.8
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.7...v0.99.8
2023-09-01 19:45:01 +02:00
Maximilian Bosch
8a866283bc
grafana: 10.1.0 -> 10.1.1
...
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.1.1
2023-09-01 15:24:17 +02:00
Matthias Beyer
c73d887dc3
Merge pull request #252731 from r-ryantm/auto-update/typesense
...
typesense: 0.24.1 -> 0.25.0
2023-09-01 11:46:52 +02:00
R. Ryantm
3405add33f
typesense: 0.24.1 -> 0.25.0
2023-09-01 08:45:28 +00:00
Vladimír Čunát
5842d103dc
bind: disable tests on *all* 32-bit platforms
...
https://github.com/NixOS/nixpkgs/pull/250563#issuecomment-1702271179
https://gitlab.isc.org/isc-projects/bind9/-/issues/4269#note_397062
2023-09-01 09:13:10 +02:00
R. Ryantm
95a8895f6c
jackett: 0.21.705 -> 0.21.719
2023-09-01 07:06:37 +00:00
R. Ryantm
d64894710d
postgresql11JitPackages.pg_cron: 1.5.2 -> 1.6.0
2023-09-01 02:12:46 +00:00
Mario Rodas
45a5b89988
Merge pull request #252458 from rhoriguchi/tautulli
...
tautulli: 2.12.5 -> 2.13.1
2023-08-31 18:35:56 -05:00
Michele Guerini Rocco
e919958b42
Merge pull request #252594 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.9.0 -> 4.9.1
2023-08-31 20:08:51 +02:00
Franz Pletz
da938d190e
Merge pull request #252530 from r-ryantm/auto-update/janus-gateway
...
janus-gateway: 1.1.4 -> 1.2.0
2023-08-31 18:51:14 +02:00
R. Ryantm
6881f7264a
pdns-recursor: 4.9.0 -> 4.9.1
2023-08-31 16:17:24 +00:00
Alyssa Ross
e161990d40
mailman: remove docutils input
...
In Nixpkgs, we currently have the strange situation where
pkgs.docutils (which was being used here) is on a different version
than pkgs.python3.pkgs.docutils (which is propagated from sphinx).
This led to a conflict here and a build failure.
Since we'd need to provide the same version as propagated by sphinx
anyway, let's just remove the explicit docutils check input and only
use the version propagated by sphinx, avoiding this kind of conflict
in future.
Fixes: 2312861130
("docutils: 0.19 -> 0.20.1")
2023-08-31 14:18:22 +00:00
Matthias Beyer
6a7f04b936
Merge pull request #252550 from MoritzBoehme/mautrix-discord
...
mautrix-discord: init at 0.6.1
2023-08-31 14:37:54 +02:00
Moritz Böhme
57838b4133
mautrix-discord: init at 0.6.1
2023-08-31 13:47:24 +02:00
Matthias Beyer
6fa3cc735f
Merge pull request #252424 from StillerHarpo/monetdb
...
monetdb: 11.47.3 -> 11.47.5
2023-08-31 13:38:21 +02:00
Nick Cao
a8a195ce94
Merge pull request #252369 from sumnerevans/matrix-synapse-1.91
...
matrix-synapse: 1.90.0 -> 1.91.0
2023-08-31 07:09:56 -04:00
Vladimír Čunát
19f9b7c898
Merge #251969 : knot-dns: 3.2.9 -> 3.3.0
2023-08-31 13:02:12 +02:00
Weijia Wang
87752dd32d
Merge pull request #252374 from r-ryantm/auto-update/victoriametrics
...
victoriametrics: 1.93.0 -> 1.93.1
2023-08-31 11:36:40 +02:00
Florian Klink
f6b9183139
Merge pull request #252359 from emilylange/grafana-agent
...
grafana-agent: 0.35.4 -> 0.36.0
2023-08-31 12:28:29 +03:00
R. Ryantm
8f3aa7a77d
janus-gateway: 1.1.4 -> 1.2.0
2023-08-31 09:18:29 +00:00
OTABI Tomoya
ad1abff502
Merge pull request #251318 from happysalada/unstructured_api_init
...
Unstructured api init
2023-08-31 11:53:28 +09:00
OTABI Tomoya
e35f1fd976
Merge pull request #252353 from fabaff/pydrawise
...
python311Packages.pydrawise: init at 2023.8.0
2023-08-31 09:52:21 +09:00
figsoda
8219beb214
Merge pull request #250557 from zaldnoay/add-bililiverecorder
...
bililiverecorder: init at 2.6.3
2023-08-30 20:42:49 -04:00
Ryan Horiguchi
efa1dbb5cd
tautulli: 2.12.5 -> 2.13.1
2023-08-31 01:11:46 +02:00
Weijia Wang
2798a602a4
Merge pull request #250848 from r-ryantm/auto-update/samba
...
samba: 4.18.5 -> 4.18.6
2023-08-30 23:52:43 +02:00
Florian Engel
aeb2407b53
monetdb: 11.47.3 -> 11.47.5
2023-08-30 21:43:05 +02:00
Weijia Wang
314aae5259
Merge pull request #252171 from r-ryantm/auto-update/ser2net
...
ser2net: 4.4.0 -> 4.5.0
2023-08-30 20:15:18 +02:00
Weijia Wang
652422c4a3
Merge pull request #252318 from wegank/auto-update/onlyoffice-documentserver
...
onlyoffice-documentserver: 7.4.0 -> 7.4.1
2023-08-30 20:08:47 +02:00
R. Ryantm
57b7681f02
victoriametrics: 1.93.0 -> 1.93.1
2023-08-30 16:01:24 +00:00
Sumner Evans
abb1efd2a4
matrix-synapse: 1.90.0 -> 1.91.0
...
https://github.com/matrix-org/synapse/releases/tag/v1.91.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-08-30 09:26:44 -06:00
Vladimír Čunát
6f0a79f7b3
Merge #251098 : net-snmp: 5.9.3 -> 5.9.4
2023-08-30 16:44:12 +02:00
Fabian Affolter
1f6f0bec63
home-assistant: update component-packages
2023-08-30 16:04:16 +02:00
emilylange
1aecfb2564
grafana-agent: 0.35.4 -> 0.36.0
...
https://github.com/grafana/agent/releases/tag/v0.36.0
https://github.com/grafana/agent/blob/v0.36.0/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.35.4...v0.36.0
2023-08-30 16:01:09 +02:00
emilylange
9bf8e19e02
grafana-agent: fix building of go-modules.drv from scratch
...
Unbreaks building the go-modules.drv from source (read: not substituted
from cache.nixos.org).
Regression from cc4dcc08be
2023-08-30 15:54:34 +02:00