emilylange
e1e9724363
matrix-sliding-sync: 0.99.11 -> 0.99.12
...
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.12
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.11...v0.99.12
2023-11-10 15:07:05 +01:00
Martin Weinelt
8bb074d45e
evcc: 0.122.0 -> 0.122.1
...
https://github.com/evcc-io/evcc/releases/tag/0.122.1
2023-11-10 12:57:39 +01:00
OTABI Tomoya
58ad2344cb
Merge pull request #265243 from natsukium/lazr
...
python311Packages.lazr-config: 2.2.3 -> 3.0; python311Packages.lazr-delegates: 2.0.4 -> 2.1.0; rename
2023-11-10 18:52:54 +09:00
OTABI Tomoya
d81d9edc5f
Merge pull request #265306 from r-ryantm/auto-update/prometheus-sql-exporter
...
prometheus-sql-exporter: 0.4.7 -> 0.5.2
2023-11-10 18:32:05 +09:00
OTABI Tomoya
d8cee1cbff
Merge pull request #265537 from mweinelt/evcc-0.122.0
...
evcc: 0.121.5 -> 0.122.0
2023-11-10 18:15:35 +09:00
OTABI Tomoya
9b740a1bf8
Merge pull request #265535 from r-ryantm/auto-update/uwsgi
...
uwsgi: 2.0.22 -> 2.0.23
2023-11-10 18:10:54 +09:00
Silvan Mosberger
f40c787e84
Merge pull request #266411 from GaetanLepage/invidious
...
invidious: unstable-2023-10-20 -> unstable-2023-11-08
2023-11-10 08:32:22 +01:00
github-actions[bot]
363bca638c
Merge staging-next into staging
2023-11-10 06:01:55 +00:00
github-actions[bot]
b55905ceb6
Merge master into staging-next
2023-11-10 06:01:22 +00:00
happysalada
f3565a2c08
rustus: 0.7.4 -> 0.7.6
...
https://github.com/s3rius/rustus/releases/tag/0.7.6
2023-11-10 05:28:51 +00:00
Mario Rodas
943ad0d53e
postgresql_16: 16.0 -> 16.1
...
Changelog: https://www.postgresql.org/docs/release/16.1/
2023-11-10 04:20:00 +00:00
Mario Rodas
b38f22b9ca
postgresql_15: 15.4 -> 15.5
...
Changelog: https://www.postgresql.org/docs/release/15.5/
2023-11-10 04:20:00 +00:00
Mario Rodas
381fc074de
postgresql_14: 14.9 -> 14.10
...
Changelog: https://www.postgresql.org/docs/release/14.10/
2023-11-10 04:20:00 +00:00
Mario Rodas
c7a1eb3332
postgresql_13: 13.12 -> 13.13
...
Changelog: https://www.postgresql.org/docs/release/13.13/
2023-11-10 04:20:00 +00:00
Mario Rodas
1abcce65a9
postgresql_12: 12.16 -> 12.17
...
Changelog: https://www.postgresql.org/docs/release/12.17/
2023-11-10 04:20:00 +00:00
Mario Rodas
8a770420d4
postgresql: add changelog to meta
2023-11-10 04:20:00 +00:00
Weijia Wang
70a2dc87f6
ps3netsrv: fix build on darwin
2023-11-10 04:29:08 +01:00
maxine
53055842fe
Merge pull request #265227 from r-ryantm/auto-update/plexRaw
2023-11-10 02:32:59 +01:00
Martino Fontana
7aacc9f225
sonarr: add mainProgram
2023-11-09 19:44:04 +01:00
Martino Fontana
5c0c6d2aba
radarr: add mainProgram
2023-11-09 19:43:59 +01:00
github-actions[bot]
5725d489f3
Merge staging-next into staging
2023-11-09 12:01:36 +00:00
github-actions[bot]
2d73797da4
Merge master into staging-next
2023-11-09 12:01:04 +00:00
R. Ryantm
942fac2c08
pdns-recursor: 4.9.1 -> 4.9.2
2023-11-09 11:54:17 +00:00
Alyssa Ross
6e2323caad
Revert "mailmanPackages: pin to django_3"
...
This reverts commit 84f6a6755a
.
Mailman now supports Django 4.x.
Link: https://github.com/NixOS/nixpkgs/issues/262907
2023-11-09 12:17:25 +01:00
Alyssa Ross
e3e57b8f18
lib.systems: elaborate Rust metadata
...
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.
This has a couple of other advantages:
- It makes Rust less special. Now figuring out what Rust calls a
platform is the same as figuring out what Linux or QEMU call it.
- We can unify the schema used to define Rust targets, and the schema
used to access those values later. Just like you can set "config"
or "system" in a platform definition, and then access those same
keys on the elaborated platform, you can now set "rustcTarget" in
your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
in your code.
"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized. The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.
The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.
The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11. We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Gaetan Lepage
abb4058d27
invidious: unstable-2023-10-20 -> unstable-2023-11-08
2023-11-09 08:32:58 +01:00
R. Ryantm
2e51d19483
dufs: 0.36.0 -> 0.37.1
2023-11-09 06:51:16 +00:00
github-actions[bot]
50249cdaf2
Merge staging-next into staging
2023-11-09 00:02:40 +00:00
github-actions[bot]
00a0662a3c
Merge master into staging-next
2023-11-09 00:02:14 +00:00
Weijia Wang
de7ab5c70d
Merge pull request #264262 from f2k1de/mongodb-5.0.22
...
mongodb-5_0: 5.0.21 -> 5.0.22
2023-11-08 19:40:44 +01:00
Weijia Wang
60f4759d8c
Merge pull request #264265 from f2k1de/mongodb-6.0.11
...
mongodb_6-0: 6.0.10 -> 6.0.11
2023-11-08 19:40:32 +01:00
Felix Bühler
7aaa664cc2
Merge pull request #263054 from uninsane/pr-trust-dns-0.24.0
...
trust-dns: 0.23.0 -> 0.24.0
2023-11-08 19:35:23 +01:00
github-actions[bot]
3271403dc0
Merge staging-next into staging
2023-11-08 18:01:26 +00:00
github-actions[bot]
536833ef29
Merge master into staging-next
2023-11-08 18:01:00 +00:00
OTABI Tomoya
cf89c430bd
Merge pull request #265119 from r-ryantm/auto-update/onlyoffice-documentserver
...
onlyoffice-documentserver: 7.4.1 -> 7.5.0
2023-11-09 02:39:03 +09:00
markuskowa
fecef29522
Merge pull request #266148 from r-ryantm/auto-update/nfs-ganesha
...
nfs-ganesha: 5.6 -> 5.7
2023-11-08 14:08:05 +01:00
github-actions[bot]
d49b3ff9e3
Merge staging-next into staging
2023-11-08 12:02:19 +00:00
Adam Joseph
ba2ed469c2
Merge branch 'master' into staging-next
2023-11-08 06:15:46 +00:00
Artturi
d24da52844
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild
2023-11-08 00:13:25 +02:00
R. Ryantm
25748cabeb
nfs-ganesha: 5.6 -> 5.7
2023-11-07 21:27:43 +00:00
Weijia Wang
a1c5519675
Merge pull request #266071 from onny/wp-embedextended
...
wordpressPackages: update and add embed-extended
2023-11-07 21:20:52 +01:00
Florian Klink
412c30105d
Merge pull request #266087 from r-ryantm/auto-update/grafana-agent
...
grafana-agent: 0.37.3 -> 0.37.4
2023-11-07 21:17:17 +02:00
github-actions[bot]
d0018c61ff
Merge staging-next into staging
2023-11-07 18:01:28 +00:00
github-actions[bot]
1505981287
Merge master into staging-next
2023-11-07 18:00:55 +00:00
Kerstin Humm
4f96d02f78
mobilizon: build with Elixir 1.15
2023-11-07 16:29:40 +00:00
R. Ryantm
08ce0d8880
grafana-agent: 0.37.3 -> 0.37.4
2023-11-07 16:14:30 +00:00
Jonas Heinrich
88c0951aca
wordpressPackages: update and add embed-extended
2023-11-07 15:44:44 +01:00
Yongun Seong
dda958b638
apt-cacher-ng: fix build for glibc >= 2.38
2023-11-07 18:42:23 +09:00
Weijia Wang
8012034692
Merge branch 'staging-next' into staging
2023-11-07 03:41:49 +01:00
Weijia Wang
311c0ae699
Merge branch 'master' into staging-next
2023-11-07 03:22:29 +01:00
Weijia Wang
e6cd83506e
Merge pull request #264940 from r-ryantm/auto-update/nats-server
...
nats-server: 2.10.2 -> 2.10.4
2023-11-07 01:46:03 +01:00
Weijia Wang
ecb5ae02a0
Merge pull request #264411 from traxys/nominatim
...
nominatim: fix issues with package
2023-11-07 01:36:27 +01:00
github-actions[bot]
38bc2a577e
Merge master into staging-next
2023-11-07 00:02:31 +00:00
Peder Bergebakken Sundt
4acbfaf5cf
Merge pull request #265548 from numinit/mattermost-8.1.4
...
mattermost: 8.1.3 -> 8.1.4
2023-11-06 23:58:13 +02:00
Colin
83bf3ed892
trust-dns: 0.23.0 -> 0.24.0
...
upstream is in the process of renaming to `hickory-dns`.
a consequence of this is that the main binary has been renamed from
`trust-dns` to `hickory-dns` and the repository has been moved (though
for the time being the old repo is still usable on account that it
redirects to the new one).
see: <https://bluejekyll.github.io/blog/posts/announcing-hickory-dns/ >
2023-11-06 15:38:23 +00:00
Martin Weinelt
a1977eebaa
home-assistant: backport litterrobot tests fix
...
The litterrobot tests broke when DST changed, so now they've pinned the
date and the tests should keep working.
2023-11-06 16:05:22 +01:00
Weijia Wang
32da89a1a1
Merge branch 'master' into staging-next
2023-11-06 14:33:18 +01:00
Ilan Joselevich
f9ef870ccf
Merge pull request #264658 from adamcstephens/kanidm/1.1.0-rc.15
...
kanidm: 1.1.0-beta.13 -> 1.1.0-rc.15
2023-11-06 10:57:46 +00:00
Sergei Trofimovich
c2910afd5d
samba: 4.19.1 -> 4.19.2
...
Changes: https://www.samba.org/samba/history/samba-4.19.2.html
2023-11-06 08:13:19 +00:00
Adam Joseph
bc2d598878
treewide: change pythonForBuild to pythonOnBuildForHost
2023-11-05 17:42:12 -08:00
github-actions[bot]
bb38778356
Merge master into staging-next
2023-11-05 18:00:55 +00:00
Aaron Andersen
a707831d98
Merge pull request #256738 from toastal/prosody-libevent-deprecated
...
prosody: remove deprecated libevent
2023-11-05 08:36:25 -05:00
Mario Rodas
c9d839777c
Merge pull request #265485 from adamcstephens/mainprogram/shairport-nqptp
...
shairport-sync, nqptp: add meta.mainProgram and maintainer
2023-11-05 07:11:54 -05:00
github-actions[bot]
2ecaf22639
Merge master into staging-next
2023-11-05 12:01:15 +00:00
Mario Rodas
d0f73fda29
Merge pull request #265492 from r-ryantm/auto-update/postgresql12JitPackages.plpgsql_check
...
postgresql12JitPackages.plpgsql_check: 2.5.4 -> 2.6.0
2023-11-05 06:58:48 -05:00
Adrian Pistol
c47c50fd8c
opensmtpd: 6.8.0p2 -> 7.4.0p0
2023-11-05 12:50:50 +01:00
Ryan Lahfa
e1301f29e0
Merge pull request #261125 from shadaj/bump-openvscode-1.83
2023-11-05 12:10:10 +01:00
Martin Weinelt
f73eb3e15e
Merge pull request #265508 from NixOS/home-assistant
...
home-assistant: 2023.11.0 -> 2023.11.1
2023-11-05 09:45:28 +01:00
Martin Weinelt
80c72efea8
python311Packages.homeassistant-stubs: 2023.11.0 -> 2023.11.1
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.11.1
2023-11-05 09:44:41 +01:00
R. Ryantm
969737812c
pict-rs: 0.4.3 -> 0.4.5
2023-11-05 06:53:49 +00:00
github-actions[bot]
da4d99e016
Merge master into staging-next
2023-11-05 06:00:55 +00:00
Mario Rodas
b34e235b65
postgresql16Packages.plpgsql_check: 2.6.0 -> 2.6.1
...
Diff: https://github.com/okbob/plpgsql_check/compare/v2.6.0...v2.6.1
Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.6.1
2023-11-05 04:20:00 +00:00
OTABI Tomoya
c95b67d4dc
Merge pull request #264213 from r-ryantm/auto-update/riemann
...
riemann: 0.3.8 -> 0.3.9
2023-11-05 12:36:01 +09:00
OTABI Tomoya
6ebf20ffae
Merge pull request #264275 from r-ryantm/auto-update/dnsdist
...
dnsdist: 1.8.1 -> 1.8.2
2023-11-05 12:35:23 +09:00
Morgan Jones
aeb9498351
mattermost: 8.1.3 -> 8.1.4
2023-11-04 17:50:08 -07:00
Martin Weinelt
02ba6a4040
evcc: 0.121.5 -> 0.122.0
...
https://github.com/evcc-io/evcc/releases/tag/0.122.0
2023-11-04 23:50:32 +01:00
R. Ryantm
b6b7733e4a
uwsgi: 2.0.22 -> 2.0.23
2023-11-04 22:00:11 +00:00
Martin Weinelt
4e4178153a
home-assistant: 2023.11.0 -> 2023.11.0
...
https://github.com/home-assistant/core/releases/tag/2023.11.1
2023-11-04 22:11:33 +01:00
Shadaj Laddad
aa7b68e779
openvscode-server: 1.79.2 -> 1.84.0
2023-11-04 11:16:01 -07:00
github-actions[bot]
870227bcb6
Merge master into staging-next
2023-11-04 18:01:04 +00:00
Robert Scott
33ce4c9fe1
Merge pull request #264456 from LeSuisse/mysql80-8.0.35
...
mysql80: 8.0.34 -> 8.0.35
2023-11-04 17:46:53 +00:00
R. Ryantm
842ad6b907
postgresql12JitPackages.plpgsql_check: 2.5.4 -> 2.6.0
2023-11-04 17:28:07 +00:00
Janik
3890019c27
Merge pull request #265475 from r-ryantm/auto-update/osmo-iuh
...
osmo-iuh: 1.4.0 -> 1.5.0
2023-11-04 18:01:29 +01:00
Adam Stephens
328cc41bf2
shairport-sync: add meta.mainProgram
2023-11-04 12:37:30 -04:00
Adam Stephens
c99247cb85
shairport-sync: add adamcstephens as maintainer
2023-11-04 12:37:25 -04:00
Weijia Wang
9627659c22
Merge branch 'master' into staging-next
2023-11-04 17:27:09 +01:00
R. Ryantm
ade970b8ea
mautrix-discord: 0.6.2 -> 0.6.3
2023-11-04 08:59:14 -07:00
R. Ryantm
09575c6c9c
tengine: 3.0.0 -> 3.1.0
2023-11-04 08:54:34 -07:00
R. Ryantm
089d3839a6
osmo-iuh: 1.4.0 -> 1.5.0
2023-11-04 15:20:52 +00:00
Maximilian Bosch
01d41876d3
Merge pull request #264403 from jpds/systemd_exporter-0.6.0
...
prometheus-systemd-exporter: 0.5.0 → 0.6.0
2023-11-04 14:41:23 +01:00
Felix Bühler
85f1ba3e51
Merge pull request #263173 from r-ryantm/auto-update/freshrss
...
freshrss: 1.21.0 -> 1.22.1
2023-11-04 13:09:36 +01:00
github-actions[bot]
d5abe8fcd6
Merge staging-next into staging
2023-11-04 12:01:23 +00:00
github-actions[bot]
2c3155e94d
Merge master into staging-next
2023-11-04 12:00:55 +00:00
Maximilian Bosch
435466661a
Merge pull request #264338 from RaitoBezarius/fix-isso
...
isso: fix tests
2023-11-04 12:30:24 +01:00
7c6f434c
9ebb930528
Merge pull request #265164 from r-ryantm/auto-update/apache-jena
...
apache-jena: 4.9.0 -> 4.10.0
2023-11-04 09:38:46 +00:00
K900
8b5e31d92c
home-assistant: remove websockets override
...
It's a downgrade now.
2023-11-04 11:57:07 +03:00
github-actions[bot]
b90e2fc451
Merge staging-next into staging
2023-11-04 06:01:49 +00:00
github-actions[bot]
10d3ba75f0
Merge master into staging-next
2023-11-04 06:01:18 +00:00
R. Ryantm
af016cfe8f
metabase: 0.47.3 -> 0.47.6
2023-11-03 21:21:55 -07:00
Weijia Wang
44f16f33cc
Merge branch 'master' into staging-next
2023-11-04 01:43:45 +01:00
Weijia Wang
b9ca7076cf
Merge pull request #263990 from r-ryantm/auto-update/mssql_jdbc
...
mssql_jdbc: 12.4.1 -> 12.4.2
2023-11-04 01:19:05 +01:00
Weijia Wang
5a57031fcc
Merge pull request #265238 from r-ryantm/auto-update/pocketbase
...
pocketbase: 0.18.10 -> 0.19.2
2023-11-04 00:58:02 +01:00
Weijia Wang
be39a97192
Merge pull request #262869 from r-ryantm/auto-update/vmagent
...
vmagent: 1.93.5 -> 1.93.6
2023-11-04 00:45:14 +01:00
Weijia Wang
bacb42d015
Merge pull request #262963 from r-ryantm/auto-update/wallabag
...
wallabag: 2.6.6 -> 2.6.7
2023-11-04 00:43:50 +01:00
Weijia Wang
71cf642a37
Merge pull request #262980 from r-ryantm/auto-update/weaviate
...
weaviate: 1.21.1 -> 1.21.7
2023-11-04 00:43:11 +01:00
R. Ryantm
c1a28a4ea2
prometheus-sql-exporter: 0.4.7 -> 0.5.2
2023-11-03 20:26:24 +00:00
Emily
3f94ed960a
Merge pull request #265142 from mfrw/mfrw/tailscale-1.52.1
...
tailscale: 1.52.0 -> 1.52.1
2023-11-03 20:49:11 +01:00
github-actions[bot]
d34372f579
Merge staging-next into staging
2023-11-03 18:01:52 +00:00
github-actions[bot]
3c43b804d4
Merge master into staging-next
2023-11-03 18:01:23 +00:00
Maximilian Bosch
8b855b2b4b
Merge pull request #265023 from trofi/postfix-build-in-parallel
...
postfix: enable parallel builds
2023-11-03 19:01:04 +01:00
toonn
81093a6c4a
Merge pull request #262580 from reckenrode/dante-fix
...
dante: fix build with clang 16
2023-11-03 16:40:28 +01:00
Weijia Wang
ee950cc0ea
Merge pull request #265207 from r-ryantm/auto-update/rustypaste
...
rustypaste: 0.14.0 -> 0.14.1
2023-11-03 15:50:54 +01:00
R. Ryantm
15ccb5d7c3
pocketbase: 0.18.10 -> 0.19.2
2023-11-03 14:17:54 +00:00
marte26
1aab0ae690
stalwart-mail: 0.4.0 -> 0.4.2
...
Diff: https://github.com/stalwartlabs/mail-server/compare/v0.4.0...v0.4.2
Changelog: https://github.com/stalwartlabs/mail-server/blob/0.4.2/CHANGELOG
2023-11-03 13:46:50 +00:00
R. Ryantm
c6ce4bc051
plexRaw: 1.32.6.7557-1cf77d501 -> 1.32.7.7621-871adbd44
2023-11-03 13:03:17 +00:00
natsukium
09cc8b216e
python311Packages.lazr-config: rename from lazr_config
2023-11-03 21:03:56 +09:00
Anderson Torres
d50b415332
mongodb: update scons references
2023-11-03 09:02:50 -03:00
github-actions[bot]
db0a71076b
Merge master into staging-next
2023-11-03 12:01:07 +00:00
R. Ryantm
743688f91d
rustypaste: 0.14.0 -> 0.14.1
2023-11-03 11:30:16 +00:00
Lassulus
611d4f4ebe
Merge pull request #265074 from r-ryantm/auto-update/ergochat
...
ergochat: 2.11.1 -> 2.12.0
2023-11-03 10:41:44 +00:00
R. Ryantm
a001621d6b
apache-jena: 4.9.0 -> 4.10.0
2023-11-03 07:00:58 +00:00
Muhammad Falak R Wani
1dfb3f5263
tailscale: 1.52.0 -> 1.52.1
...
Diff: https://github.com/tailscale/tailscale/compare/v1.52.0...v1.52.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-03 09:38:54 +05:30
github-actions[bot]
cbec6b85a3
Merge master into staging-next
2023-11-03 03:07:31 +00:00
Adam Stephens
650e516931
kanidm: 1.1.0-beta.13 -> 1.1.0-rc.15
2023-11-02 22:16:10 -04:00
Sergei Trofimovich
4f3186b458
postfix: 3.8.2 -> 3.8.3 ( #265022 )
...
Changes: https://www.postfix.org/announcements/postfix-3.8.3.html
2023-11-03 01:52:10 +01:00
R. Ryantm
1b70c55e67
onlyoffice-documentserver: 7.4.1 -> 7.5.0
2023-11-03 00:21:55 +00:00
github-actions[bot]
75a11d85b8
Merge master into staging-next
2023-11-03 00:02:23 +00:00
Mario Rodas
529fd47f28
redis: 7.2.2 -> 7.2.3 ( #264857 )
...
Changelog: https://github.com/redis/redis/raw/7.2.3/00-RELEASENOTES
2023-11-03 00:33:12 +01:00
Alexandru Scvortov
cbbe57bc52
elixir: make 1.15 default and pin existing pkgs to 1.14
2023-11-02 20:16:00 +00:00
Martin Weinelt
1142db20cb
Merge pull request #264996 from mweinelt/homeassistant-stubs-2023.11.0
...
python311Packages.homeassistant-stubs: 2023.10.5 -> 2023.11.0
2023-11-02 20:09:06 +01:00
R. Ryantm
73b624bc50
ergochat: 2.11.1 -> 2.12.0
2023-11-02 18:49:08 +00:00
Nick Cao
06d0388663
Merge pull request #265049 from r-ryantm/auto-update/nitter
...
nitter: unstable-2023-08-08 -> unstable-2023-10-31
2023-11-02 14:22:11 -04:00
github-actions[bot]
29efc257c0
Merge master into staging-next
2023-11-02 18:01:07 +00:00
traxys
758e0ef541
nominatim: fix issues with package
...
There are two issues that make the package unusable as is:
- The python dependencies are not taken into account, giving import
errors on launch
- nominatim needs to be built with the same postgres version it will run
on. It's a bit dirty to do an override postgresql_12 =
postgresql_another_version, so this commit adds a `postgres` attribute
to be more consistent
2023-11-02 17:21:57 +01:00
R. Ryantm
8102ddf12d
nitter: unstable-2023-08-08 -> unstable-2023-10-31
2023-11-02 16:20:34 +00:00
Yureka
627e84e085
fastnetmon-advanced: 2.0.352 -> 2.0.353 ( #264837 )
...
Changelog: https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v2.0.353
2023-11-02 17:10:04 +01:00
Sergei Trofimovich
80e941f28c
postfix: enable parallel builds
...
On my 16-core machine the build times change as:
- Before: 40s
- After: 14s
2023-11-02 13:50:52 +00:00
Nick Cao
92a9bc8600
Merge pull request #264938 from r-ryantm/auto-update/munin
...
munin: 2.0.74 -> 2.0.75
2023-11-02 08:22:48 -04:00
Nick Cao
58df2aec94
Merge pull request #264841 from r-ryantm/auto-update/prometheus-nats-exporter
...
prometheus-nats-exporter: 0.12.0 -> 0.13.0
2023-11-02 08:15:50 -04:00
github-actions[bot]
677e25fcd2
Merge master into staging-next
2023-11-02 12:01:08 +00:00
Martin Weinelt
893bdcb8b4
python311Packages.homeassistant-stubs: 2023.10.5 -> 2023.11.0
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.11.0
2023-11-02 12:33:28 +01:00
Félix Baylac Jacqué
90d39e46f0
pleroma: 2.5.5 -> 2.6.0
...
Changelog: https://git.pleroma.social/pleroma/pleroma/-/releases/v2.6.0
2023-11-02 07:38:19 +01:00
R. Ryantm
686a5fca36
lighttpd: 1.4.72 -> 1.4.73
2023-11-02 07:13:40 +01:00
github-actions[bot]
e67e95c1d1
Merge master into staging-next
2023-11-02 06:01:16 +00:00
R. Ryantm
34eba92a09
nats-server: 2.10.2 -> 2.10.4
2023-11-02 05:39:42 +00:00
R. Ryantm
d1a4d2c7d1
munin: 2.0.74 -> 2.0.75
2023-11-02 04:55:46 +00:00
OTABI Tomoya
1f35c44349
Merge pull request #264794 from r-ryantm/auto-update/gobgpd
...
gobgpd: 3.19.0 -> 3.20.0
2023-11-02 11:45:58 +09:00
Martin Weinelt
6fc0372e25
Merge pull request #264895 from mweinelt/zigbee2mqtt-1.33.2
...
zigbee2mqtt: 1.33.1 -> 1.33.2
2023-11-02 02:07:01 +01:00
github-actions[bot]
d4d107cf3d
Merge master into staging-next
2023-11-02 00:02:27 +00:00
Martin Weinelt
826a8ff757
zigbee2mqtt: 1.33.1 -> 1.33.2
...
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.33.2
2023-11-01 22:50:32 +01:00
Martin Weinelt
0b2ab262bc
home-assistant: 2023.10.5 -> 2023.11.0
...
https://www.home-assistant.io/blog/2023/11/01/release-202311/
2023-11-01 22:28:12 +01:00
Martin Weinelt
3ab075da2b
home-assistant.intents: 2023.10.2 -> 2023.10.16
...
https://github.com/home-assistant/intents-package/compare/refs/tags/2023.10.2...2023.10.16
2023-11-01 22:27:02 +01:00
Mario Rodas
5fc25dedf3
Merge pull request #257164 from ivan/init-pg_embedding-0.3.6
...
postgresqlPackages.pg_embedding: init at 0.3.6
2023-11-01 13:02:23 -05:00
R. Ryantm
976563faec
prometheus-nats-exporter: 0.12.0 -> 0.13.0
2023-11-01 16:34:18 +00:00
R. Ryantm
414cbddbf7
gobgpd: 3.19.0 -> 3.20.0
2023-11-01 11:45:12 +00:00
Felix Buehler
29d41b7fd2
nixos/freshrss: migrate to DATA_PATH
2023-11-01 12:31:42 +01:00
R. Ryantm
67b0da8f51
freshrss: 1.21.0 -> 1.22.1
2023-11-01 12:31:38 +01:00
github-actions[bot]
26c3c233f5
Merge master into staging-next
2023-11-01 06:00:57 +00:00
Mario Rodas
54f7c9a76f
Merge pull request #264267 from adamcstephens/audiobookshelf/2.5.0
...
audiobookshelf: 2.4.4 -> 2.5.0
2023-10-31 21:28:31 -05:00
Martin Weinelt
0ac7840a74
Merge pull request #256051 from datafoo/mosquitto
...
mosquitto: 2.0.17 -> 2.0.18
2023-11-01 02:00:39 +01:00
github-actions[bot]
0d2063b693
Merge master into staging-next
2023-11-01 00:02:16 +00:00
Robert Hensing
29697af6ae
Merge pull request #258068 from Izorkin/update-peertube
...
peertube: 5.1.0 -> 5.2.1
2023-10-31 23:44:14 +01:00
github-actions[bot]
81270bbdcf
Merge master into staging-next
2023-10-31 18:01:02 +00:00
Maximilian Bosch
0a1051cba7
Merge pull request #264605 from NickCao/synapse
...
matrix-synapse-unwrapped: 1.95.0 -> 1.95.1
2023-10-31 18:21:58 +01:00
Artturi
2d3a5c7ddb
Merge pull request #262254 from Artturin/nginxsandboxrem
2023-10-31 18:39:55 +02:00
Nick Cao
bc5613d418
matrix-synapse-unwrapped: 1.95.0 -> 1.95.1
...
Diff: https://github.com/matrix-org/synapse/compare/v1.95.0...v1.95.1
Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.95.1
2023-10-31 11:25:46 -04:00
K900
16cfcd2ef6
Merge pull request #264408 from K900/tempo-2.3.0
...
tempo: 2.2.3 -> 2.3.0
2023-10-31 18:21:29 +03:00
Fabian Affolter
f130907945
Merge pull request #264559 from r-ryantm/auto-update/checkSSLCert
...
checkSSLCert: 2.75.0 -> 2.76.0
2023-10-31 15:38:15 +01:00
Weijia Wang
b934c14801
Merge pull request #263247 from dmytrokyrychuk/update-fishnet-2.7.1
...
fishnet: 2.5.1 -> 2.7.1
2023-10-31 15:03:05 +01:00
Franz Pletz
6e3351493d
Merge pull request #263954 from r-ryantm/auto-update/prometheus-postgres-exporter
2023-10-31 14:00:47 +01:00
github-actions[bot]
2fd5f8dd7a
Merge master into staging-next
2023-10-31 12:01:11 +00:00
Mario Rodas
64ae228d7d
Merge pull request #264144 from gaelreyrol/sozu-update-0.15.13
...
sozu: 0.15.6 -> 0.15.13
2023-10-31 06:58:49 -05:00
R. Ryantm
05839d0c79
checkSSLCert: 2.75.0 -> 2.76.0
2023-10-31 09:55:22 +00:00
K900
7281699c1b
Merge pull request #264449 from LeSuisse/tailscale-1.52.0
...
tailscale: 1.50.1 -> 1.52.0
2023-10-31 12:43:33 +03:00
R. Ryantm
5886d77561
mimir: 2.10.0 -> 2.10.3
2023-10-31 07:49:49 +00:00
lewo
78c5ce77e0
Merge pull request #263996 from nlewo/rspamd-3.7.3
...
rspamd: 3.7.2 -> 3.7.3
2023-10-31 08:47:19 +01:00
Alexandru Scvortov
fa54eeea5c
livebook: add systemd user service, test, and docs
...
Co-authored-by: Yt <happysalada@tuta.io>
2023-10-31 07:31:18 +00:00
zowoq
0fa36ea34f
telegraf: 1.28.2 -> 1.28.3
...
Diff: https://github.com/influxdata/telegraf/compare/v1.28.2...v1.28.3
Changelog: https://github.com/influxdata/telegraf/blob/v1.28.3/CHANGELOG.md
2023-10-31 08:19:32 +01:00
github-actions[bot]
97868dae8e
Merge master into staging-next
2023-10-31 06:00:58 +00:00
Mario Rodas
1122fb5123
Merge pull request #264250 from Ma27/rm-postgres-11
...
postgresql_11: remove
2023-10-30 21:36:56 -05:00
github-actions[bot]
135430eb60
Merge master into staging-next
2023-10-31 00:02:27 +00:00
Lassulus
3a6f702fbd
Merge pull request #264066 from r-ryantm/auto-update/jitsi-meet
2023-10-30 22:35:02 +00:00
Maximilian Bosch
64319d8d40
Merge pull request #263979 from SuperSandro2000/nextcloud27
...
nextcloud26: 26.0.7 -> 26.0.8, nextcloud27: 27.1.2 -> 27.1.3
2023-10-30 23:06:09 +01:00
Thomas Gerbet
390a2965da
mysql80: 8.0.34 -> 8.0.35
...
Fixes CVE-2023-22059, CVE-2023-22079, CVE-2023-22097, CVE-2023-22066, CVE-2023-22068, CVE-2023-22114, CVE-2023-22084, CVE-2023-22032, CVE-2023-22064, CVE-2023-22070, CVE-2023-22112, CVE-2023-22078 and CVE-2023-22092.
https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixMSQL
Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html
2023-10-30 22:10:38 +01:00
Thomas Gerbet
baae0f8e0f
tailscale: 1.50.1 -> 1.52.0
...
https://github.com/tailscale/tailscale/releases/tag/v1.52.0
2023-10-30 21:41:00 +01:00
github-actions[bot]
931938d1df
Merge master into staging-next
2023-10-30 18:01:02 +00:00
K900
89a32d2867
tempo: 2.2.3 -> 2.3.0
...
Diff: https://github.com/grafana/tempo/compare/v2.2.3...v2.3.0
2023-10-30 20:29:12 +03:00
Jonathan Davies
753b33c620
prometheus-systemd-exporter: 0.5.0 → 0.6.0
2023-10-30 16:57:12 +00:00
Weijia Wang
70f835f9aa
Merge pull request #264372 from wegank/mastodon-rev
...
mastodon: fix rev
2023-10-30 17:49:55 +01:00
Weijia Wang
cfbc8b5d0a
mastodon: fix rev
2023-10-30 15:56:15 +01:00
Maximilian Bosch
945cdad4ee
postgresql: remove pipelinedb extension
...
This one is apparently abandoned by upstream and only supported
postgresql_11 which is about to be dropped from nixpkgs.
2023-10-30 15:01:31 +01:00
Maximilian Bosch
6d82eb7753
postgresqlPackages: remove compat with postgresql_11
2023-10-30 14:26:44 +01:00
Bernardo Meurer
6cf8670e84
Merge pull request #264077 from r-ryantm/auto-update/klipper
...
klipper: unstable-2023-09-10 -> unstable-2023-10-21
2023-10-30 08:46:12 -04:00
Mario Rodas
ac505b4001
Merge pull request #264299 from marsam/update-mailpit
...
mailpit: 1.7.1 -> 1.9.9
2023-10-30 07:33:40 -05:00
Nick Cao
d21a933253
Merge pull request #263693 from r-ryantm/auto-update/dendrite
...
dendrite: 0.13.3 -> 0.13.4
2023-10-30 08:31:21 -04:00
github-actions[bot]
7f11b9b46b
Merge master into staging-next
2023-10-30 12:01:05 +00:00
Raito Bezarius
8272db154d
isso: fix tests
...
Due to some dependency bump, isso ceased to build its tests for a deprecated API usage.
A PR has been sent upstream, see in the diff and it is applied via substitution here.
2023-10-30 12:31:08 +01:00
Maximilian Bosch
1220a4d4dd
postgresql_11: remove
...
As described in the release lifecycle docs from postgresql[1], v11 will
stop receiving fixes as of Nov 9 2023. This means it's EOL throughout
the entire lifetime of 23.11, so let's drop it now.
A lot of examples are also referencing postgresql_11. Where it's
sensible, use postgresql_15 as example now to avoid confusion.
This is also handy because the LLVM 16 fix for postgresql is not
available for postgresql 11 ;-)
[1] https://www.postgresql.org/support/versioning/
2023-10-30 10:41:16 +01:00
Alyssa Ross
423b31f1b2
pr-tracker: 1.2.0 -> 1.3.0
2023-10-30 08:13:13 +00:00
Alyssa Ross
ed449a1f05
pr-tracker: fetchurl -> fetchzip
...
The tarballs are dynamically generated by cgit, so we should use
fetchzip (which extracts the tarball) to ensure determinism.
2023-10-30 08:13:13 +00:00