Commit Graph

31608 Commits

Author SHA1 Message Date
Martin Weinelt
742ea5dcc8
home-assistant: propagate pyotp and pyqrcode
These dependencies are not documented, but rather installed at runtime
as needed.

Propagate them to fix the OTP use case, where QR Codes need to be
generated, to e.g. scan them to your phone.
2023-11-27 19:07:15 +01:00
Martin Weinelt
cbbbee5ce3
home-assistant: migrate to pythonRelaxDepsHook
Mutating the resulting wheel, which has a more stable format, is the
better solution, than the homegrown sed expression we used up until now.
2023-11-27 19:05:49 +01:00
Yureka
4fc20754d8
fastnetmon-advanced: 2.0.353 -> 2.0.356 (#268122) 2023-11-27 16:57:00 +01:00
Peder Bergebakken Sundt
1ded005f95
Merge pull request #269453 from ShamrockLee/use-warn-if
treewide: use lib.warnIf instead of improvised alternatives
2023-11-27 16:22:22 +01:00
Anthony Roussel
98245cb2f1
sonic-server: fix build with clang 16
https://github.com/valeriansaliou/sonic/pull/316
2023-11-27 15:33:22 +01:00
Silvan Mosberger
538faba59d
Merge pull request #270233 from mfrischknecht/fix-kapacitor-build
kapacitor: fix build of embedded `libflux` dependency with current rust
2023-11-27 14:14:12 +01:00
Robert Hensing
169abfc188
Merge pull request #270366 from h7x4/treewide-add-main-program-3
treewide: add mainProgram
2023-11-27 13:57:56 +01:00
R. Ryantm
82b61410d8 pomerium: 0.23.0 -> 0.24.0 2023-11-27 11:58:50 +00:00
Mario Rodas
09986a4946
Merge pull request #270132 from r-ryantm/auto-update/postgresql12JitPackages.pgrouting
postgresql12JitPackages.pgrouting: 3.5.1 -> 3.6.0
2023-11-27 06:33:56 -05:00
Fabian Affolter
a99834d670
Merge pull request #270208 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.76.0 -> 2.77.0
2023-11-27 11:48:15 +01:00
Peder Bergebakken Sundt
8aad600dc2
Merge pull request #269643 from Myaats/samba-tool
samba: fix samba-tool
2023-11-27 10:52:01 +01:00
aleksana
bb205797cd cockroachdb-bin: add cockroach symlink 2023-11-27 17:19:10 +08:00
Ryan Horiguchi
dbc8748581 prowlarr: 1.9.4.4039 -> 1.10.5.4116 2023-11-27 03:06:02 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Silvan Mosberger
63b5de1e53 kapacitor: fix aarch64-darwin build 2023-11-27 00:37:24 +01:00
markuskowa
43418a924d
Merge pull request #269455 from markuskowa/fix-kamailio
kamailio: 5.7.2 -> 5.7.3, refactor expression
2023-11-26 22:49:59 +01:00
Mario Rodas
804e88afee
Merge pull request #270017 from r-ryantm/auto-update/metabase
metabase: 0.47.6 -> 0.47.8
2023-11-26 16:25:48 -05:00
dnaq
f4e867f083 unifi8: init at 8.0.7 2023-11-26 21:54:18 +01:00
Miguel de la Cruz
7fe9dab7d1 owncast: 0.1.1 -> 0.1.2 2023-11-26 19:58:38 +01:00
Manuel Frischknecht
8e6e709ca1 kapacitor: fix build of embedded libflux dependency with current rust
The embedded `libflux` dependency of `kapacitor` fails to build with
more current rust tooling due to an unneeded `.clone()` call that
is promoted into an error message by a strict linting build config.

This introduces a patch that removes the offending method call.
The issue is already resolved upstream, but even the current `kapacitor`
version still depends on this specific version of `libflux` [1], and the
respective git commit contains a lot of other (automated) changes [2],
so cherry-picking the patch via a GitHub URL seems even more brittle.

[1]: https://github.com/influxdata/kapacitor/blob/v1.7.1/go.mod#L26
[2]: e7f7023848 (diff-96572e971d9e19b54290a434debbf7db054b21c9ce19035159542756ffb8ab87)
2023-11-26 19:56:30 +01:00
Robert Scott
5689f242a1
Merge pull request #269766 from gaykitty/stargazer-update
stargazer: 1.0.5 -> 1.1.0
2023-11-26 18:09:28 +00:00
R. Ryantm
d2779b1194 checkSSLCert: 2.76.0 -> 2.77.0 2023-11-26 17:47:36 +00:00
gaykitty
fe5f6ab623 stargazer: Add nixosTests.stargazer to passthru.tests 2023-11-26 11:02:02 -05:00
Nick Cao
4ee16f88bd
Merge pull request #270082 from rembo10/headphones-update
headphones: 0.6.0 -> 0.6.1
2023-11-26 10:40:46 -05:00
Jörg Thalheim
a57efa182f snappymail: 2.29.2 -> 2.29.4
Diff: https://github.com/the-djmaze/snappymail/compare/None...v2.29.4

Changelog: https://github.com/the-djmaze/snappymail/blob/v2.29.4/CHANGELOG.md
2023-11-26 16:33:30 +02:00
Pierre Bourdon
9c9eee2f11
Merge pull request #269999 from Stunkymonkey/outline-migrate-prefetch-yarn-deps
outline: migrate to prefetch-yarn-deps
2023-11-26 14:39:44 +01:00
Mario Rodas
bf92006f47 postgresqlPackages.pgrouting: fix build darwin 2023-11-26 12:38:00 +00:00
R. Ryantm
f3530d0ddb postgresql12JitPackages.pgrouting: 3.5.1 -> 3.6.0 2023-11-26 12:37:31 +00:00
Markus Kowalewski
3b8d3c6c61 kamailio: add TLS support 2023-11-26 13:35:47 +01:00
Markus Kowalewski
231b889d79 kamailio: make "modules" customiziable by overrideAttrs 2023-11-26 13:35:04 +01:00
Markus Kowalewski
9f3a21f0e9 kamailio: make "modules" customiziable by overrideAttrs 2023-11-26 13:26:43 +01:00
R. Ryantm
173b74db07 jellyfin: 10.8.11 -> 10.8.12 2023-11-26 11:40:07 +01:00
rembo10
5bc67e1032 headphones: 0.6.0 -> 0.6.1 2023-11-26 14:49:24 +05:30
Mario Rodas
abbe047fb8
Merge pull request #269998 from marsam/update-plpgsql_check
postgresql16Packages.plpgsql_check: 2.6.1 -> 2.6.2
2023-11-26 00:37:23 -05:00
Mario Rodas
1744e3fa01
Merge pull request #266675 from anthonyroussel/sonic-server-nixos
nixos/sonic-server: init
2023-11-25 23:45:16 -05:00
R. Ryantm
cfb2135929 metabase: 0.47.6 -> 0.47.8 2023-11-26 00:13:32 +00:00
Robert Scott
d3d8dc7d0f
Merge pull request #269433 from anthonyroussel/updates/photofield
photofield: 0.11.0 -> 0.13.0
2023-11-26 00:04:46 +00:00
Felix Buehler
bb67e66f53 outline: migrate to prefetch-yarn-deps 2023-11-25 23:10:45 +01:00
Lassulus
b821ac8070
Merge pull request #267278 from Stunkymonkey/nixos-packages-docu-fix
nixos/nextcloud: fix docu of packages
2023-11-25 18:48:28 +01:00
Anthony Roussel
7e9c976322
photofield: add meta.mainProgram 2023-11-25 18:22:40 +01:00
Anthony Roussel
469d56aedd
photofield: add passthru.tests.version 2023-11-25 18:22:40 +01:00
Anthony Roussel
f8adf710cb
photofield: 0.11.0 -> 0.13.0
https://github.com/SmilyOrg/photofield/compare/v0.11.0...v0.13.0
2023-11-25 18:22:37 +01:00
Nick Cao
8e48a57b5b
Merge pull request #269865 from Stunkymonkey/grafana-agent-migrate-prefetch-yarn-deps
grafana-agent: migrate to prefetch-yarn-deps
2023-11-25 09:33:04 -05:00
Nick Cao
bc640594e2
Merge pull request #269873 from Stunkymonkey/gotify-server-migrate-prefetch-yarn-deps
gotify-server: migrate to prefetch-yarn-deps
2023-11-25 09:30:27 -05:00
Artturi
4706651a16
Merge pull request #268187 from imincik/geoserver-fix-data-dir 2023-11-25 16:22:31 +02:00
Martin Weinelt
8c87a98ce1
buildHomeAssistantComponent: fix install with patches applied
Installing from `$src` will always copy the unmodified source tree, as it
appears in the /nix/store. This prevents the application of patches.
2023-11-25 14:23:49 +01:00
Felix Buehler
d1941e7724 gotify-server: migrate to prefetch-yarn-deps 2023-11-25 13:28:30 +01:00
Felix Buehler
dd6c677c4d grafana-agent: migrate to prefetch-yarn-deps 2023-11-25 13:09:01 +01:00
Felix Bühler
df81f74ec4
Merge pull request #269294 from Stunkymonkey/peertube-migrate-prefetch-yarn-deps
peertube: migrate to prefetch-yarn-deps
2023-11-25 12:33:41 +01:00
Lassulus
280b215678
Merge pull request #268630 from r-ryantm/auto-update/jitsi-videobridge
jitsi-videobridge: 2.3-44-g8983b11f -> 2.3-59-g5c48e421
2023-11-25 12:04:36 +01:00
Lassulus
7c94e313e2
Merge pull request #268629 from r-ryantm/auto-update/jitsi-meet
jitsi-meet: 1.0.7531 -> 1.0.7629
2023-11-25 12:04:19 +01:00
Mario Rodas
22cf600503
Merge pull request #269793 from marsam/update-pg_auto_failover
postgresqlPackages.pg_auto_failover: 2.0 -> 2.1

Closes #269829
2023-11-25 06:02:45 -05:00
Julien Malka
18349c881d
Merge pull request #269715 from mgdelacroix/update-uptimekuma-1237 2023-11-25 11:40:15 +01:00
Mario Rodas
76bfb73528 groonga: 12.0.7 -> 13.0.9 2023-11-25 04:20:00 +00:00
Mario Rodas
75144f62b4 postgresql16Packages.plpgsql_check: 2.6.1 -> 2.6.2
Diff: https://github.com/okbob/plpgsql_check/compare/v2.6.1...v2.6.2

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.6.2
2023-11-25 04:20:00 +00:00
Andrew Childs
4c87c27f5a monitoring-plugins: fix path to ping in check_ping
The path to ping was configured to use the wrapper prior to its
removal [1]. This change removed the absolute path to ping/ping6 and
added them to the binPath. Only the perl scripts use binPath, and now
the C program `check_ping` fails to find the ping command.

[1] See 759ec1113d
2023-11-25 11:32:12 +09:00
gaykitty
527c32fc74 stargazer: 1.0.5 -> 1.1.0
Includes security patch for RUSTSEC-2023-0052
Change log: https://git.sr.ht/~zethra/stargazer/refs/1.1.0
2023-11-24 19:26:56 -05:00
Mario Rodas
f5aa27b02d
Merge pull request #264062 from MikaelFangel/update-changedetection-io
changedetection-io: 0.45.3 -> 0.45.7.3
2023-11-24 18:20:38 -05:00
Mario Rodas
1b99d72c8b
Merge pull request #269330 from anthonyroussel/updates/nagios_4_5
nagios: 4.4.14 -> 4.5.0
2023-11-24 18:17:54 -05:00
Minijackson
8ed9ed7459 meilisearch: 1.3.1 -> 1.5.0 2023-11-24 21:06:40 +00:00
Miguel de la Cruz
7887d99244 uptime-kuma: 1.23.6 -> 1.23.7 2023-11-24 21:49:45 +01:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
R. Ryantm
8d0da14dbb keycloak: 22.0.5 -> 23.0.0 2023-11-24 19:38:36 +00:00
Maciej Krüger
e6a195fdc8
qpaeq: remove myself as maintainer 2023-11-24 17:12:01 +01:00
Nick Cao
f2320dee4e
Merge pull request #269545 from mweinelt/miniflux-ua-regression
miniflux: fix http user agent regression
2023-11-24 09:35:06 -05:00
Mats
9b5cfd41d8 samba: fix samba-tool
This commit addresses the following issues:
- samba-tool requiring python built with libxcrypt-legacy
- adding the missing markdown python package
- fixing the shebang patching so disallowedReferences passes
2023-11-24 14:31:19 +01:00
Janik
21af9192e6
Merge pull request #269026 from r-ryantm/auto-update/monetdb 2023-11-24 12:34:28 +01:00
Silvan Mosberger
306a3e0f92
Merge pull request #269514 from GaetanLepage/invidious-update 2023-11-24 12:07:22 +01:00
Robert Schütz
ada27c75a1
Merge pull request #266496 from SuperSandro2000/nextcloud-notify_push
nextcloud-notify_push: 0.6.3 -> 0.6.5
2023-11-24 02:30:30 -08:00
R. Ryantm
335893e573 navidrome: 0.50.0 -> 0.50.1 2023-11-24 04:46:36 +00:00
Mario Rodas
00d4968679
Merge pull request #269340 from reckenrode/postgis-fix
postgresqlPackages.postgis: fix build on clang 12+
2023-11-23 22:57:08 -05:00
Martin Weinelt
95469bd3e6
miniflux: fix http user agent regression
Miniflux in 2.0.5.0 introduced a regression in its HTTP client, where
the global user-agent would fall back to that of the generic Go library
it uses.

This user agent is banned/rate-limited on many pages, which causes feed
refreshes to be greeted by e.g. HTTP/403.
2023-11-24 02:50:49 +01:00
Robin Gloster
b564d16d3c
Merge pull request #269456 from r-ryantm/auto-update/mautrix-discord
mautrix-discord: 0.6.3 -> 0.6.4
2023-11-24 02:38:11 +01:00
Sandro Jäckel
b0f478b861
nextcloud27Packages: regen 2023-11-24 01:22:21 +01:00
Sandro Jäckel
8da1d68e33
nextcloud26Packages: regen 2023-11-24 01:22:09 +01:00
Sandro Jäckel
2070d4b565
nextcloud27: 27.1.3 -> 27.1.4 2023-11-24 01:21:58 +01:00
Sandro Jäckel
2fd8e33615
nextcloud26: 26.0.8 -> 26.0.9 2023-11-24 01:21:48 +01:00
Sandro Jäckel
1a6f28cbd8
nextcloud-notify_push: 0.6.3 -> 0.6.5
Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.4
Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.5
2023-11-24 00:31:02 +01:00
R. Ryantm
e2a8855e67 minio: 2023-09-20T22-49-55Z -> 2023-11-01T18-37-25Z 2023-11-23 22:50:39 +00:00
Gaetan Lepage
c40aa4e0c4 invidious: unstable-2023-11-08 -> unstable-2023-11-21 2023-11-23 23:47:42 +01:00
Felix Bühler
f974988b73
Merge pull request #269286 from Stunkymonkey/telepoport-migrate-prefetch-yarn-deps
teleport: migrate to prefetch-yarn-deps
2023-11-23 22:40:52 +01:00
R. Ryantm
e7ca2d5623 riemann: 0.3.9 -> 0.3.10 2023-11-23 12:03:29 -08:00
R. Ryantm
61c87b12fe mimir: 2.10.3 -> 2.10.4 2023-11-23 19:13:28 +00:00
Randy Eckenrode
b6d4be13d0
postgresqlPackages.postgis: fix build on clang 12+
Work around https://github.com/NixOS/nixpkgs/issues/166205
2023-11-23 11:30:24 -05:00
R. Ryantm
8c24931339 mautrix-discord: 0.6.3 -> 0.6.4 2023-11-23 16:15:28 +00:00
Markus Kowalewski
c59b67fde0 kamailio: 5.7.2 -> 5.7.3 2023-11-23 16:52:31 +01:00
Markus Kowalewski
c1bf4079c0 kamailio: refactor expression
* remove pkgs from input
* do not override build and install phase (not needed)
* fix src ULR for autoupdates
* enable parallel builds
* move some packages to nativeBuildInputs
2023-11-23 16:52:25 +01:00
Yueh-Shun Li
4bae1b3222 treewide: use lib.warnIf instead of improvised alternatives 2023-11-23 23:21:07 +08:00
OTABI Tomoya
232c34b9cb
Merge pull request #267545 from traxys/fix_fit-trackee
fit-trackee: pin flask-sqlalchemy to 3.0.5
2023-11-24 00:13:51 +09:00
Lily Foster
610f760ba0
Merge pull request #269395 from Janik-Haag/alicelg
alice-lg: add passthru.tests
2023-11-23 10:05:36 -05:00
Felix Buehler
f880f6ba3b mastodon: migrate to prefetch-yarn-deps 2023-11-23 13:25:40 +01:00
Florian Klink
87f2a03d25
Merge pull request #269235 from emilylange/grafana-agent
grafana-agent: 0.37.4 -> 0.38.0
2023-11-23 11:58:05 +02:00
Janik H.
1468c67491
alice-lg: add passthru.tests 2023-11-23 09:05:58 +01:00
Janik
b663808bc0
Merge pull request #269298 from Stunkymonkey/alice-lg-migrate-prefetch-yarn-deps
alice-lg: migrate to prefetch-yarn-deps
2023-11-23 08:41:33 +01:00
Mario Rodas
05f0b2ab96
Merge pull request #268898 from r-ryantm/auto-update/postgresql12JitPackages.postgis
postgresql12JitPackages.postgis: 3.4.0 -> 3.4.1
2023-11-23 00:58:13 -05:00
Mario Rodas
4fbb794e87 postgresqlPackages.pg_auto_failover: 2.0 -> 2.1
Diff: https://github.com/citusdata/pg_auto_failover/compare/v2.0...v2.1

Changelog: https://github.com/citusdata/pg_auto_failover/blob/v2.1/CHANGELOG.md
2023-11-23 04:20:00 +00:00
Mario Rodas
f325e2f5d7 postgresql16Packages.pg_safeupdate: 1.4 -> 1.5
Diff: https://github.com/eradman/pg-safeupdate/compare/1.4...1.5

Changelog: https://github.com/eradman/pg-safeupdate/raw/1.5/NEWS
2023-11-23 04:20:00 +00:00
Martin Weinelt
35d3f5241c
python311Packages.homeassistant-stubs: 2023.11.2 -> 2023.11.3 (#269348)
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.11.3
2023-11-23 03:05:48 +01:00
Martin Weinelt
3bfde9f710
Merge pull request #269229 from NixOS/home-assistant
home-assistant: 2023.11.2 -> 2023.11.3
2023-11-23 00:32:55 +01:00
Anthony Roussel
f54615a134
nagios: 4.4.14 -> 4.5.0
https://github.com/NagiosEnterprises/nagioscore/compare/nagios-4.5.0...nagios-4.4.14
2023-11-23 00:22:55 +01:00
Felix Buehler
d868cb9cb2 alice-lg: migrate to prefetch-yarn-deps 2023-11-22 22:58:46 +01:00
Felix Buehler
e87e44dc1e peertube: migrate to prefetch-yarn-deps 2023-11-22 22:51:22 +01:00
Felix Buehler
39505338e1 teleport: migrate to prefetch-yarn-deps 2023-11-22 22:31:08 +01:00
Fabian Affolter
ae8a34a23f
Merge pull request #269074 from risicle/ris-apache-airflow-2.7.3
apache-airflow: 2.7.1 -> 2.7.3, fix build
2023-11-22 20:45:24 +01:00
Nick Cao
82cba6b8e4
Merge pull request #269203 from NickCao/maddy-clang
maddy: fix build with clang
2023-11-22 13:19:03 -05:00
R. Ryantm
3184225f60 corosync: 3.1.7 -> 3.1.8 2023-11-22 08:51:20 -08:00
emilylange
4beadb0c19
grafana-agent: 0.37.4 -> 0.38.0
https://github.com/grafana/agent/releases/tag/v0.38.0
https://github.com/grafana/agent/blob/v0.38.0/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.37.4...v0.38.0
2023-11-22 17:26:03 +01:00
Martin Weinelt
9952892cb6
home-assistant: 2023.11.2 -> 2023.11.3
https://github.com/home-assistant/core/releases/tag/2023.11.3
2023-11-22 17:23:16 +01:00
R. Ryantm
e6b3ab5703 jellyfin-web: 10.8.11 -> 10.8.12 2023-11-22 07:28:16 -08:00
Nick Cao
1359116a9f
maddy: fix build with clang 2023-11-22 09:44:27 -05:00
Nick Cao
0840c28c43
Merge pull request #268991 from undefined-moe/mongodb-exporter
add prometheus-mongodb-exporter
2023-11-22 09:29:50 -05:00
Patryk Kwiatek
53bf48c749
ferretdb: 1.14.0 -> 1.15.0 (#269168) 2023-11-22 14:57:04 +01:00
lewo
fdc53c5b2f
Merge pull request #269124 from chayleaf/rspamd
rspamd: fix build on non-x86_64 platforms
2023-11-22 14:01:48 +01:00
chayleaf
c6e4eb5097
rspamd: fix build on non-x86_64 platforms 2023-11-22 13:46:22 +07:00
undefined
35bfe35293
prometheus-exporter-mongodb: init at 0.39.0 2023-11-22 09:42:14 +08:00
Robert Scott
8f5fa25788 apache-airflow: 2.7.1 -> 2.7.3, fix build
overriding ever more python packages to placate airflow
2023-11-21 23:07:37 +00:00
Nikolay Korotkiy
e9e8c9acdb
Merge pull request #268987 from r-ryantm/auto-update/tile38
tile38: 1.32.0 -> 1.32.1
2023-11-21 23:26:19 +04:00
R. Ryantm
e0753b85cb monetdb: 11.47.11 -> 11.47.17 2023-11-21 19:11:32 +00:00
R. Ryantm
4b4336c986 tile38: 1.32.0 -> 1.32.1 2023-11-21 15:36:38 +00:00
Nick Cao
7d912ec6a0
Merge pull request #268869 from a-n-n-a-l-e-e/influxdb-fix
influxdb: 1.10.0 -> 1.10.5; fix build
2023-11-21 08:48:30 -05:00
Nick Cao
3571f1c74f
Merge pull request #268020 from squalus/navidrome
navidrome: 0.49.3 -> 0.50.0
2023-11-21 08:38:55 -05:00
Pierre Bourdon
34847de9d5
Merge pull request #268354 from r-ryantm/auto-update/bililiverecorder
bililiverecorder: 2.10.0 -> 2.10.1
2023-11-21 09:40:03 +01:00
R. Ryantm
c2ef75a0ad postgresql12JitPackages.postgis: 3.4.0 -> 3.4.1 2023-11-21 08:02:48 +00:00
lewo
73f8940410
Merge pull request #268622 from r-ryantm/auto-update/rspamd
rspamd: 3.7.3 -> 3.7.4
2023-11-21 08:55:34 +01:00
annalee
293382ef8a
influxdb: 1.10.0 -> 1.10.5; fix build
https://github.com/influxdata/influxdb/compare/v1.10.0...v1.10.5
2023-11-21 07:55:02 +00:00
Rick van Schijndel
b805e6d722
Merge pull request #268551 from farcaller/mastodon
mastodon: easier build patching
2023-11-21 07:48:09 +01:00
Martin Weinelt
a2530e5d91
Merge pull request #267752 from tebriel/update-outline
outline: 0.72.2 -> 0.73.1
2023-11-20 22:35:45 +01:00
Nick Cao
746b1848ab
Merge pull request #268624 from r-ryantm/auto-update/wishlist
wishlist: 0.14.0 -> 0.14.1
2023-11-20 09:56:19 -05:00
Nick Cao
adfb317bf5
Merge pull request #268664 from gaelreyrol/mailpit-update-1.10.1
mailpit: 1.10.0 -> 1.10.1
2023-11-20 09:50:30 -05:00
Bernardo Meurer
73f28b770e
Merge pull request #268639 from r-ryantm/auto-update/klipper 2023-11-20 09:53:55 -03:00
Vladimir Pouzanov
1d47cfbf65 mastodon: easier build patching 2023-11-20 12:26:11 +00:00
Gaël Reyrol
5fec0d8a35
mailpit: 1.10.0 -> 1.10.1 2023-11-20 09:24:50 +01:00
R. Ryantm
c5dbdb6182 nats-streaming-server: 0.25.5 -> 0.25.6 2023-11-20 07:13:40 +01:00
R. Ryantm
d369fe2410 klipper: unstable-2023-10-21 -> unstable-2023-11-16 2023-11-20 05:04:55 +00:00
R. Ryantm
841bd4d99c jitsi-videobridge: 2.3-44-g8983b11f -> 2.3-59-g5c48e421 2023-11-20 03:40:28 +00:00
R. Ryantm
73908903ec jitsi-meet: 1.0.7531 -> 1.0.7629 2023-11-20 03:29:23 +00:00
R. Ryantm
150db36be1 wishlist: 0.14.0 -> 0.14.1 2023-11-20 03:07:33 +00:00
R. Ryantm
37136d8603 rspamd: 3.7.3 -> 3.7.4 2023-11-20 02:28:41 +00:00
Martin Weinelt
ecab0bcab4
home-assistant: drop std-lib test dependency
This was only required for Python 3.9 support and dropped upstream back
in 2023/01.
2023-11-20 01:35:38 +01:00
Mario Rodas
2332b0d7f4
Merge pull request #268585 from r-ryantm/auto-update/jackett
jackett: 0.21.1096 -> 0.21.1234
2023-11-19 19:00:10 -05:00
happysalada
10e860ea3b windmill: 1.188.1 -> 1.210.1 2023-11-19 21:54:43 +00:00
R. Ryantm
dd6c406c11 jackett: 0.21.1096 -> 0.21.1234 2023-11-19 21:16:25 +00:00
Robert Scott
5d7b00e664
Merge pull request #266331 from Ma27/bump-roundcube
roundcube: 1.6.4 -> 1.6.5
2023-11-19 16:45:05 +00:00
Artturi
5e9f00b699
Merge pull request #267070 from vtuan10/update-klipper-sim-cfg 2023-11-19 18:40:06 +02:00
Artturi
b736459b60
Merge pull request #260089 from anthonyroussel/thanos_0_32_4 2023-11-19 18:37:48 +02:00
Nick Cao
3a9f07dd8d
Merge pull request #268514 from aaronjheng/prometheus-rabbitmq-exporter
prometheus-rabbitmq-exporter: fix build on Darwin
2023-11-19 11:03:02 -05:00
Ryan Lahfa
c78465609d
Merge pull request #268231 from wegank/nginx-darwin 2023-11-19 16:10:18 +01:00
Aaron Jheng
5ca5dea7cb
prometheus-rabbitmq-exporter: fix build on Darwin 2023-11-19 22:49:33 +08:00
Mario Rodas
d3deaacfb4
Merge pull request #263550 from anthonyroussel/updates/axis2
axis2: 1.7.9 -> 1.8.2, tomcat10: 10.0.27 -> 10.1.15, tomcat9: 9.0.75 -> 9.0.82
2023-11-19 09:39:19 -05:00
Mario Rodas
d69346e062
Merge pull request #267706 from anthonyroussel/updates/h2
h2: 2.2.220 -> 2.2.224
2023-11-19 09:38:18 -05:00
Mario Rodas
47f86b92a5
Merge pull request #268431 from wahjava/update-soft-serve
soft-serve: 0.7.1 -> 0.7.2
2023-11-19 09:33:51 -05:00
Emily
c72f91a74c
Merge pull request #266536 from emilylange/laurel
laurel: 0.5.3 -> 0.5.5
2023-11-19 14:11:48 +01:00
Mario Rodas
cc1bb9ee2e
Merge pull request #267676 from nyanotech/asdf
gotosocial: 0.11.1 -> 0.12.2
2023-11-19 07:48:17 -05:00
Mario Rodas
de560ae870
Merge pull request #267781 from r-ryantm/auto-update/tidb
tidb: 7.3.0 -> 7.4.0
2023-11-19 07:47:43 -05:00
Robert Scott
0fd0ff80ce
Merge pull request #267521 from helsinki-systems/upd/mariadb
mariadb: updates
2023-11-19 12:31:48 +00:00
Alyssa Ross
2a85706366 pr-tracker: 1.3.0 -> 1.4.0 2023-11-19 10:24:53 +01:00
Ashish SHUKLA
24a3f32b78
soft-serve: 0.7.1 -> 0.7.2 2023-11-19 08:26:59 +05:30
Weijia Wang
70dff9089e
Merge pull request #268325 from onny/wp-custom-js
wordpressPackages.tc-custom-javascript: init at 1.2.3
2023-11-19 03:17:43 +01:00
Artturi
9739c6cc2c
Merge pull request #266554 from surfaceflinger/microbin-patches 2023-11-19 01:34:39 +02:00
Mario Rodas
bd770c1dcc
Merge pull request #268147 from JulienMalka/uptime-kuma-bump
uptime-kuma: 1.23.3 -> 1.23.6
2023-11-18 16:16:24 -05:00
R. Ryantm
260586f102 bililiverecorder: 2.10.0 -> 2.10.1 2023-11-18 19:40:02 +00:00
Weijia Wang
add7a091c6 nginx: fix build on darwin 2023-11-18 17:01:10 +01:00
Jonas Heinrich
7d4eeb75fe wordpressPackages.tc-custom-javascript: init at 1.2.3 2023-11-18 16:43:01 +01:00
Nick Cao
6bb47ba512
Merge pull request #268116 from r-ryantm/auto-update/dolt
dolt: 1.21.4 -> 1.24.0
2023-11-18 09:39:06 -05:00
Nick Cao
91a9b06a9a
Merge pull request #268107 from chvp/upd/mautrix-whatsapp
mautrix-whatsapp: 0.10.3 -> 0.10.4
2023-11-18 09:37:44 -05:00
Nick Cao
1fb96f7004
Merge pull request #268186 from lucasbergman/unifi-update
unifi7: 7.5.176 -> 7.5.187
2023-11-18 09:35:36 -05:00
Julien Malka
02ead46304 uptime-kuma: 1.23.3 -> 1.23.6 2023-11-18 10:45:41 +00:00
Ivan Mincik
a08880000d geoserver: add nixos test 2023-11-18 11:13:05 +01:00
Ivan Mincik
3d84496c93 geoserver: add geospatial team to maintainers 2023-11-18 11:12:49 +01:00
Ivan Mincik
9f98f2904b geoserver: fix startup script
Set GEOSERVER_DATA_DIR to current working
directory if not provided.
2023-11-17 23:30:47 +01:00
Felix Buehler
7f9abdcfcb nixos/nextcloud: fix docu of packages 2023-11-17 23:16:23 +01:00
Lucas Bergman
ed76dd7722 unifi7: 7.5.176 -> 7.5.187 2023-11-17 22:03:59 +00:00
R. Ryantm
8f2ec8ab2b bind: 9.18.19 -> 9.18.20 2023-11-17 21:51:41 +00:00
Jonas Heinrich
8b7e94d344
Merge pull request #263587 from Mynacol/nextcloud-new-apps
nextcloudPackages: Add cookbook, music (and update)
2023-11-17 22:19:08 +01:00
Julien Malka
cac11727b3
Merge pull request #227588 from camillemndn/jitsi-meet
nixos/jitsi-meet: updated prosody, support secure domain setup and Excalidraw whiteboards
2023-11-17 22:08:05 +01:00
Adam C. Stephens
4b8d7d814e
Merge pull request #265556 from adamcstephens/slimserver/fix
slimserver: fix broken package
2023-11-17 15:47:26 -05:00
Mynacol
9e635a13ab nextcloudPackages: Add cookbook, music and update
I added "cookbook" and "music" to `nextcloud-apps.json` and ran
`./generate.sh`. This also updated the already existing app's metadata.
2023-11-17 20:47:43 +01:00
R. Ryantm
b4fe2eded1 elasticmq-server-bin: 1.4.5 -> 1.5.0 2023-11-17 18:47:09 +00:00
Ryan Lahfa
5dcbaf3cc3
Merge pull request #264361 from RaitoBezarius/drop-ruby3 2023-11-17 18:43:35 +01:00
Nick Cao
bea932e00a
Merge pull request #267709 from NickCao/synapse
matrix-synapse-unwrapped: fix build on darwin
2023-11-17 11:50:25 -05:00
Nick Cao
e06c69dcbf
Merge pull request #267708 from NickCao/dendrite
dendrite: disable tests on x86_64-darwin
2023-11-17 11:50:06 -05:00
Raito Bezarius
0a1bc8a2d2 unit: drop Ruby 3.0 support
Ruby 3.0 will be removed from nixpkgs.
2023-11-17 16:03:00 +01:00
R. Ryantm
00121a338b snappymail: 2.29.1 -> 2.29.2 2023-11-17 15:59:42 +01:00
Nick Cao
495d6b1e4b
Merge pull request #267945 from figsoda/sws
static-web-server: 2.24.0 -> 2.24.1
2023-11-17 09:40:21 -05:00
Nick Cao
4d4077df3e
Merge pull request #267997 from r-ryantm/auto-update/owntracks-recorder
owntracks-recorder: 0.9.5 -> 0.9.6
2023-11-17 09:36:16 -05:00
R. Ryantm
f7c0b337a3 dolt: 1.21.4 -> 1.24.0 2023-11-17 13:53:40 +00:00
Nikolay Korotkiy
4045370fd5
Merge pull request #267603 from imincik/postgis-add-geospatial-team-maint
postgresqlPackages.postgis: add geospatial team to maintainers
2023-11-17 17:42:14 +04:00
Adam Stephens
ecbaf12b43
slimserver: replace vendored packages where possible, upgrade to perl 5.38 2023-11-17 08:18:39 -05:00
Adam Stephens
d6e8178a5c
slimserver: mark as broken on darwin 2023-11-17 08:18:33 -05:00
Adam Stephens
431b9f23ad
slimserver: add bin symlink and meta.mainProgram 2023-11-17 08:18:32 -05:00
Adam Stephens
713a7d7fa0
slimserver: cleanup unused perl modules 2023-11-17 08:18:32 -05:00
Adam Stephens
aafccbad47
nixos/slimserver: init service test 2023-11-17 08:18:31 -05:00
Adam Stephens
02d2a3fbb8
slimserver: make unfree firmware disabled by default 2023-11-17 08:18:30 -05:00
Adam Stephens
542dcc8636
slimserver: downgrade to perl 5.36 2023-11-17 08:18:28 -05:00
Charlotte Van Petegem
9c929ee921
mautrix-whatsapp: 0.10.3 -> 0.10.4
https://github.com/mautrix/whatsapp/releases/tag/v0.10.4
2023-11-17 13:42:45 +01:00
Patryk Kwiatek
a5dff5b799
ferretdb: 1.13.0 -> 1.14.0 (#266054) 2023-11-17 13:41:33 +01:00
R. Ryantm
065d029e21 bloat: unstable-2023-10-15 -> unstable-2023-10-25 2023-11-17 12:17:56 +00:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
7c6f434c
1e31f7dec3
Merge pull request #267891 from r-ryantm/auto-update/bftpd
bftpd: 6.1 -> 6.2
2023-11-17 06:01:58 +00:00
Mario Rodas
0b119a2d3c mailpit: fix build on darwin 2023-11-17 04:20:00 +00:00
Ryan Lahfa
d3530f494c
Merge pull request #264358 from RaitoBezarius/drop-nodejs 2023-11-17 23:26:13 +01:00
Raito Bezarius
72911a99d3 code-server: drop
Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18.
2023-11-17 20:26:55 +01:00
Raito Bezarius
ad11438d09 treewide: cleanup references to nodejs_14
Those packages didn't use Node.js 14 in practice, but Node.js 18 or more.
2023-11-17 20:26:55 +01:00
squalus
342b1ec975 navidrome: 0.49.3 -> 0.50.0 2023-11-16 19:58:43 -08:00
Martin Weinelt
19a5498e00
Merge pull request #266656 from mweinelt/evcc-0.122.1
evcc: 0.122.0 -> 0.122.1
2023-11-17 02:49:35 +01:00
R. Ryantm
febf31f236 owntracks-recorder: 0.9.5 -> 0.9.6 2023-11-17 01:02:14 +00:00
Weijia Wang
8a04a88c5a
Merge pull request #267180 from gaelreyrol/mailpit-update-1.10.0
mailpit: 1.9.9 -> 1.10.0
2023-11-16 23:49:47 +01:00
Weijia Wang
280f35c529
Merge pull request #267787 from mfrw/mfrw/tailscale-1.54.0
tailscale: 1.52.1 -> 1.54.0
2023-11-16 23:26:31 +01:00
Weijia Wang
5d0ea948f7
Merge pull request #267490 from onny/wordpress-update5
wordpress6_4: init at 6.4.1; wordpressPackages: update
2023-11-16 22:24:07 +01:00
Vladimír Čunát
a7a8f8253d
Merge #263535: staging-next 2023-10-26 2023-11-16 22:06:22 +01:00
emilylange
7f9184873d
laurel: 0.5.3 -> 0.5.5
https://github.com/threathunters-io/laurel/releases/tag/v0.5.5
https://github.com/threathunters-io/laurel/releases/tag/v0.5.4

diff: https://github.com/threathunters-io/laurel/compare/v0.5.4...v0.5.5
diff: https://github.com/threathunters-io/laurel/compare/v0.5.3...v0.5.4
2023-11-16 22:06:06 +01:00
Artturi
2e1689710d
Merge pull request #257225 from toastal/ejabberd-23_04 2023-11-16 22:48:24 +02:00
figsoda
7bd55d43d3 static-web-server: 2.24.0 -> 2.24.1
Diff: https://github.com/static-web-server/static-web-server/compare/v2.24.0...v2.24.1

Changelog: https://github.com/static-web-server/static-web-server/blob/v2.24.1/CHANGELOG.md
2023-11-16 14:43:28 -05:00
github-actions[bot]
dba5c9ef4e
Merge master into staging-next 2023-11-16 18:01:17 +00:00
Pol Dellaiera
3acc2484cf
Merge pull request #267560 from anthonyroussel/bugfix/plantuml-server-nixos
nixos/plantuml-server: fix
2023-11-16 18:32:44 +01:00
R. Ryantm
b5d9d93291 bftpd: 6.1 -> 6.2 2023-11-16 13:40:53 +00:00
github-actions[bot]
301fcc69ba
Merge master into staging-next 2023-11-16 12:01:02 +00:00
Muhammad Falak R Wani
b8ff55a045 prometheus: 2.47.2 -> 2.48.0
Diff: https://github.com/prometheus/prometheus/compare/v2.47.2...2.48.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-16 17:20:32 +05:30
Mario Rodas
48d44f17ed
Merge pull request #267611 from r-ryantm/auto-update/victoriametrics
victoriametrics: 1.93.5 -> 1.93.7
2023-11-16 05:09:00 -05:00
Mario Rodas
945142e4f5
Merge pull request #267643 from gaelreyrol/sozu-update-0.15.15
sozu: 0.15.13 -> 0.15.15
2023-11-16 05:07:44 -05:00
Mario Rodas
24b8833b60
Merge pull request #267791 from reckenrode/groonga-fix
groonga: fix build with clang 16
2023-11-16 04:52:49 -05:00
zowoq
56f09dda5b telegraf: 1.28.4 -> 1.28.5
Diff: https://github.com/influxdata/telegraf/compare/v1.28.4...v1.28.5

Changelog: https://github.com/influxdata/telegraf/blob/v1.28.5/CHANGELOG.md
2023-11-16 10:24:03 +01:00
Vladimír Čunát
0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
figsoda
176378f961
Merge pull request #266401 from r-ryantm/auto-update/dufs
dufs: 0.36.0 -> 0.37.1
2023-11-15 22:58:32 -05:00
Randy Eckenrode
31b0ba6846
groonga: fix build with clang 16
Prevent a warning about using a GNU extension from being treated as an
error by clang.
2023-11-15 22:06:33 -05:00
Muhammad Falak R Wani
fb64f07881 tailscale: 1.52.1 -> 1.54.0
Diff: https://github.com/tailscale/tailscale/compare/v1.52.1...v1.54.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-11-16 08:26:59 +05:30
R. Ryantm
6c1b428626 tidb: 7.3.0 -> 7.4.0 2023-11-16 02:29:12 +00:00
Robert Scott
c602d74462
Merge pull request #267269 from justinas/teleport-14-1-1
teleport: 14.0.3 -> 14.1.1, teleport_13: 13.4.3 -> 13.4.5, teleport_12: 12.4.22 -> 12.4.23
2023-11-16 00:56:17 +00:00
Martin Weinelt
4a46b20424
Merge pull request #267668 from mweinelt/mjolnir-1.6.5
mjolnir: 1.6.4 -> 1.6.5
2023-11-16 00:24:43 +01:00
Chris Moultrie
ab23d42fdf
outline: 0.72.2 -> 0.73.1
https://github.com/outline/outline/releases/tag/v0.73.1
2023-11-15 18:17:43 -05:00
Felix Bühler
61202fc867
Merge pull request #259076 from camillemndn/jellyseerr
jellyseerr: 1.4.1 -> 1.7.0
2023-11-15 20:29:39 +01:00
Florian Klink
63870277e7
Merge pull request #267033 from edef1c/clickhouse-23.10.3.5
clickhouse: 23.3.13.6 -> 23.10.3.5
2023-11-15 20:45:23 +02:00
Nick Cao
9101453cf3
matrix-synapse: fix build on darwin 2023-11-15 12:45:16 -05:00
Nick Cao
afad8bd6fc
dendrite: disable tests on x86_64-darwin 2023-11-15 12:42:45 -05:00
Anthony Roussel
08e2f9caeb
h2: add darwin support 2023-11-15 18:35:56 +01:00
Anthony Roussel
bd0e98160d
h2: add meta.{changelog,mainProgram} 2023-11-15 18:35:56 +01:00
Anthony Roussel
978161f76e
h2: add anthonyroussel to maintainers 2023-11-15 18:35:56 +01:00
Anthony Roussel
209b5b5707
h2: add passthru.updateScript 2023-11-15 18:35:55 +01:00
Anthony Roussel
a132640b2f
h2: 2.2.220 -> 2.2.224
https://github.com/h2database/h2database/compare/version-2.2.220...version-2.2.224
2023-11-15 18:35:52 +01:00
Anthony Roussel
252d793e79
jetty_11,jetty_12: add anthonyroussel to maintainers 2023-11-15 15:14:28 +01:00
Anthony Roussel
c7d414ef38
jetty_11,jetty_12: init 2023-11-15 15:14:25 +01:00
Anthony Roussel
4d77d2a63f
jetty: 12.0.2 -> 12.0.3 2023-11-15 15:12:57 +01:00
Anthony Roussel
acd3c673a2
jetty: fix meta.homepage 2023-11-15 15:12:57 +01:00
nyanotech
572321b4e7
gotosocial: 0.11.1 -> 0.12.2 2023-11-15 06:06:33 -08:00
Florian Klink
f5d4318214 clickhouse: drop comment on rustSupport flag
It's not just blake3 that's provided in there.

Also verified clickhouse still builds even when this is set to false
2023-11-15 15:38:54 +02:00
Martin Weinelt
0cb5612e68
mjolnir: 1.6.4 -> 1.6.5
https://github.com/matrix-org/mjolnir/releases/tag/v1.6.5
2023-11-15 14:37:29 +01:00
Aaron Jheng
a8a6eca1d9
zincsearch: 0.4.7 -> 0.4.9 2023-11-15 11:59:47 +00:00
Randy Eckenrode
6a01116033 clickhose: fix build on aarch64-darwin 2023-11-15 12:50:42 +02:00
Gaël Reyrol
78690bc7aa
sozu: 0.15.13 -> 0.15.15 2023-11-15 11:08:13 +01:00
toastal
99a06ca66a ejabberd: 23.01 → 23.10 2023-11-15 14:42:16 +07:00