Thomas Gerbet
b1f7d88470
nifi: 1.22.0 -> 1.23.0
...
Fixes CVE-2023-36542, see https://nifi.apache.org/security.html#CVE-2023-36542
Release notes:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.23.0
2023-08-13 13:49:59 +02:00
oddlama
c3519508e0
influxdb2-cli: specify meta.mainProgram to allow nix run
2023-08-13 13:38:10 +02:00
Adam Stephens
d8b50ae319
sabnbzd: 3.7.2 -> 4.0.3 ( #248411 )
...
* sabctools: init at 7.0.2
* sabnbzd: 3.7.2 -> 4.0.3
2023-08-13 13:21:29 +02:00
Thomas Gerbet
30b7fce013
Merge pull request #248715 from emilylange/loki
...
grafana-loki,promtail: 2.8.3 -> 2.8.4
2023-08-13 10:46:01 +02:00
R. Ryantm
750fc50bfd
meilisearch: 1.2.0 -> 1.3.1
2023-08-13 16:42:28 +08:00
github-actions[bot]
f5eb026a2a
Merge master into staging-next
2023-08-13 06:00:52 +00:00
Nick Cao
d2f6d3bf57
Merge pull request #247889 from BeneSim/photoprism-230615-90a18f6e7-230719-73fa7bbe8
...
photoprism: 230615-90a18f6e7 -> 230719-73fa7bbe8
2023-08-12 23:52:24 -06:00
Nick Cao
e243e6a377
Merge pull request #247783 from f2k1de/mongodb-5.0.19
...
mongodb-5_0: 5.0.18 -> 5.0.19
2023-08-12 23:48:25 -06:00
Nick Cao
4a55465928
Merge pull request #247784 from f2k1de/mongodb-6.0.8
...
mongodb-6_0: 6.0.7 -> 6.0.8
2023-08-12 23:48:18 -06:00
github-actions[bot]
050adb6d52
Merge master into staging-next
2023-08-13 00:02:15 +00:00
R. Ryantm
e1466f164a
jackett: 0.21.584 -> 0.21.635
2023-08-12 21:57:00 +00:00
Mario Rodas
1c60135d4f
Merge pull request #248733 from r-ryantm/auto-update/minio
...
minio: 2023-07-11T21-29-34Z -> 2023-08-09T23-30-22Z
2023-08-12 15:47:22 -05:00
R. Ryantm
a691c2577a
consul: 1.16.0 -> 1.16.1
2023-08-12 20:11:57 +00:00
github-actions[bot]
1c639fb6fb
Merge master into staging-next
2023-08-12 18:00:55 +00:00
Martin Weinelt
aefe566f73
Merge pull request #248613 from NixOS/home-assistant
...
home-assistant: 2023.8.1 -> 2023.8.2
2023-08-12 17:06:39 +02:00
R. Ryantm
8b5a084a25
minio: 2023-07-11T21-29-34Z -> 2023-08-09T23-30-22Z
2023-08-12 14:41:25 +00:00
emilylange
0660ea28da
grafana-loki,promtail: 2.8.3 -> 2.8.4
...
https://github.com/grafana/loki/releases/tag/v2.8.4
diff: https://github.com/grafana/loki/compare/v2.8.3...v2.8.4
2023-08-12 14:06:12 +02:00
Jörg Thalheim
c544d29ddb
dendrite: add updateScript
2023-08-12 13:02:07 +01:00
github-actions[bot]
9f3079a7c3
Merge master into staging-next
2023-08-12 12:01:01 +00:00
Maximilian Bosch
8b45dd8698
mailmanPackages: remove psycopg2 pin
...
This hack was necessary for django 2.x[1] which was the default `django`
version (i.e. current LTS) when this fix was needed. However, 2.x is now
EOL and not packaged anymore and mailman is running with django3, so
this can be dropped.
[1] https://github.com/psycopg/psycopg2/issues/1293
2023-08-12 13:51:10 +02:00
Maximilian Bosch
2cefe69f6f
mailmanPackages.python: allow changing python package-set used for mailman
...
When having a patch for a python module that should only be used for
mailman, but for nothing else, it's now possible to apply it like this:
self: super: {
mailmanPackages = super.mailmanPackages.extend (mailmanSelf: mailmanSuper: {
python3 = mailmanSuper.python3.override {
overlay = pythonSelf: pythonSuper: {
psycopg2 = /* ... */;
};
};
});
}
The underlying issue is that the `packageOverrides`-mechanism of
`pkgs.python3` doesn't compose, so an optional overlay is manually
applied to the `python3` used for mailman.
2023-08-12 13:51:10 +02:00
Maximilian Bosch
892661f45b
mailmanPackages.web: 0.0.5 -> 0.0.6
...
ChangeLog: https://gitlab.com/mailman/mailman-web/-/compare/0.0.5...0.0.6
2023-08-12 13:51:09 +02:00
Maximilian Bosch
9c96150189
mailmanPackages.hyperkitty: 1.3.5 -> 1.3.7
...
ChangeLog: https://gitlab.com/mailman/hyperkitty/-/compare/1.3.5...1.3.7
2023-08-12 13:51:09 +02:00
Maximilian Bosch
be50a4d290
mailmanPackages.postorius: 1.3.6 -> 1.3.8
...
ChangeLog: https://gitlab.com/mailman/postorius/-/compare/1.3.6...1.3.8
2023-08-12 13:49:55 +02:00
R. Ryantm
174c3d6dff
coredns: 1.10.1 -> 1.11.0
2023-08-12 09:13:02 +00:00
Franz Pletz
a76beb66a0
Merge pull request #248593 from emilylange/grafana-agent
...
grafana-agent: 0.35.2 -> 0.35.3
2023-08-12 10:52:19 +02:00
Martin Weinelt
3e9c7257f3
python311Packages.homeassistant-stubs: 2023.8.0 -> 2023.8.2
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.8.2
2023-08-12 08:09:22 +02:00
github-actions[bot]
e092a2a48d
Merge master into staging-next
2023-08-12 06:00:53 +00:00
Martin Weinelt
bbbf38adc2
home-assistnat: 2023.8.1 -> 2023.8.2
...
https://github.com/home-assistant/core/releases/tag/2023.8.2
2023-08-12 03:12:26 +02:00
Mario Rodas
c94124e38e
Merge pull request #248542 from figsoda/rustypaste
...
rustypaste: 0.12.0 -> 0.12.1
2023-08-11 19:54:37 -05:00
github-actions[bot]
f9497b22eb
Merge master into staging-next
2023-08-12 00:01:47 +00:00
emilylange
eec1488f88
grafana-agent: 0.35.2 -> 0.35.3
...
https://github.com/grafana/agent/releases/tag/v0.35.3
https://github.com/grafana/agent/blob/v0.35.3/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.35.2...v0.35.3
2023-08-11 23:25:42 +02:00
markuskowa
0a088cacf8
Merge pull request #248217 from r-ryantm/auto-update/nfs-ganesha
...
nfs-ganesha: 5.4 -> 5.5
2023-08-11 22:00:10 +02:00
figsoda
589be71941
rustypaste: 0.12.0 -> 0.12.1
...
Diff: https://github.com/orhun/rustypaste/compare/v0.12.0...v0.12.1
Changelog: https://github.com/orhun/rustypaste/blob/v0.12.1/CHANGELOG.md
2023-08-11 10:22:40 -04:00
github-actions[bot]
cc6e13abfb
Merge master into staging-next
2023-08-11 12:01:01 +00:00
Ryan Lahfa
a7ad0beffb
Merge pull request #244670 from thillux/frr-cross-options
2023-08-11 13:33:08 +02:00
happysalada
7a1c91e4ec
qdrant: 1.4.0 -> 1.4.1
2023-08-11 18:37:23 +08:00
Jan Malakhovski
591ccfe5b9
treewide: noop: refer to src.name
or similar where appropriate, part 3: more use cases
...
This continues where d8f7f6a5ce
left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.
Also, similarly to d8f7f6a5ce
some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Charles Hall
f8e105c513
matrix-conduit: 0.5.0 -> 0.6.0
2023-08-10 23:11:24 -07:00
Charles Hall
2123502c63
matrix-conduit: small refactor
2023-08-10 23:10:18 -07:00
github-actions[bot]
b4856800a9
Merge staging-next into staging
2023-08-11 06:01:25 +00:00
ajs124
061c96b486
postgresql_15: 15.3 -> 15.4
...
https://www.postgresql.org/docs/release/15.4/
2023-08-10 23:19:35 -05:00
ajs124
8f5976b479
postgresql_14: 14.8 -> 14.9
...
https://www.postgresql.org/docs/release/14.9/
2023-08-10 23:19:35 -05:00
ajs124
f256648786
postgresql_13: 13.11 -> 13.12
...
https://www.postgresql.org/docs/release/13.12/
2023-08-10 23:19:35 -05:00
ajs124
363048444b
postgresql_12: 12.15 -> 12.16
...
https://www.postgresql.org/docs/release/12.16/
2023-08-10 23:19:35 -05:00
ajs124
b606993d67
postgresql_11: 11.20 -> 11.21
...
https://www.postgresql.org/docs/release/11.21/
2023-08-10 23:19:35 -05:00
zowoq
d08bb79771
pict-rs: 0.4.0 -> 0.4.2
...
https://git.asonix.dog/asonix/pict-rs/releases/tag/v0.4.1
https://git.asonix.dog/asonix/pict-rs/releases/tag/v0.4.2
2023-08-11 10:51:21 +08:00
zowoq
264f94eafd
lemmy-server: 0.18.3 -> 0.18.4
...
https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md#lemmy-v0184-release-2023-08-08
2023-08-11 10:51:21 +08:00
github-actions[bot]
1c6eb8b975
Merge staging-next into staging
2023-08-11 00:02:18 +00:00
Nikolay Korotkiy
39d212d840
Merge pull request #248290 from r-ryantm/auto-update/geoserver
...
geoserver: 2.23.1 -> 2.23.2
2023-08-11 00:17:27 +04:00
Franz Pletz
4fc07e7b48
nixos/tests/mediamtx: init
2023-08-10 20:43:26 +02:00
Franz Pletz
9c5bcb9880
mediamtx: 0.23.8 -> 1.0.0
2023-08-10 20:16:05 +02:00
Sophie Tauchert
3984fbf02b
invidious: fix update script
2023-08-10 16:11:37 +02:00
Sophie Tauchert
983cc8fa11
invidious: unstable-2023-06-06 -> unstable-2023-08-07
2023-08-10 16:11:37 +02:00
github-actions[bot]
d98b254ef5
Merge staging-next into staging
2023-08-10 12:01:53 +00:00
Markus Theil
e80f51a514
frr: disable and warn on cross-compilation with net-snmp
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-08-10 11:26:19 +02:00
Markus Theil
833dd20ab2
frr: add thillux to maintainer list
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-08-10 11:06:43 +02:00
Markus Theil
6730140c87
frr: add config options for minimalization and advanced networking
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-08-10 11:06:42 +02:00
Markus Theil
93c0489bdc
frr: fix cross compilation x86-64 -> aarch64
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-08-10 11:06:42 +02:00
Jörg Thalheim
98c1ed5322
Merge pull request #248262 from happysalada/update_stalwart
...
stalwart-mail: 0.3.2 -> 0.3.4
2023-08-10 08:30:26 +01:00
Jörg Thalheim
4c6b9adbcd
Merge pull request #248279 from fpletz/pkgs/rspamd-3.6
...
rspamd: 3.5 -> 3.6
2023-08-10 08:28:49 +01:00
Fabian Affolter
96026a3812
Merge pull request #248282 from r-ryantm/auto-update/domoticz
...
domoticz: 2023.1 -> 2023.2
2023-08-10 08:41:30 +02:00
github-actions[bot]
025b892dad
Merge staging-next into staging
2023-08-10 06:01:30 +00:00
R. Ryantm
1429bfab9b
geoserver: 2.23.1 -> 2.23.2
2023-08-10 05:41:49 +00:00
Nick Cao
94da4ca62d
Merge pull request #248253 from r-ryantm/auto-update/go-camo
...
go-camo: 2.4.3 -> 2.4.4
2023-08-09 23:12:09 -06:00
Nick Cao
4bed7c1424
Merge pull request #248205 from wegank/sozu-platforms
...
sozu: update platforms
2023-08-09 23:08:24 -06:00
R. Ryantm
2a681d0cb8
domoticz: 2023.1 -> 2023.2
2023-08-10 04:54:09 +00:00
Franz Pletz
7be45ec8ad
rspamd: 3.5 -> 3.6
...
https://github.com/rspamd/rspamd/releases/tag/3.6
2023-08-10 06:37:33 +02:00
happysalada
527a7a0ec2
stalwart-mail: 0.3.2 -> 0.3.4
2023-08-10 10:57:34 +08:00
R. Ryantm
7ddf588700
go-camo: 2.4.3 -> 2.4.4
2023-08-10 01:39:01 +00:00
github-actions[bot]
e896efe3b2
Merge staging-next into staging
2023-08-10 00:02:37 +00:00
Janik
3d6ebeb283
Merge pull request #248224 from SuperSandro2000/engelsystem
2023-08-10 01:50:43 +02:00
Sandro
2c98a795db
engelsystem: substitute version in URL
2023-08-10 01:05:54 +02:00
Franz Pletz
8e372c19d1
Merge pull request #245286 from codec/add-prometheus-idrac-exporter
...
prometheus-idrac-exporter: init at unstable-2023-06-29
2023-08-10 00:58:03 +02:00
Silvan Mosberger
bc4839e0b8
Merge pull request #248186 from NixOS/revert-243077-invidious-update
...
Revert "invidious: unstable-2023-06-06 -> unstable-2023-07-05"
2023-08-10 00:40:55 +02:00
Jörg Thalheim
7feceaff67
Merge pull request #248157 from gaelreyrol/manticoresearch-update-6.2.0
...
manticoresearch: 6.0.4 -> 6.2.0
2023-08-09 23:37:11 +01:00
R. Ryantm
b7f3a9bac1
nfs-ganesha: 5.4 -> 5.5
2023-08-09 22:07:12 +00:00
Weijia Wang
f8438ab701
sozu: update platforms
2023-08-09 23:21:37 +02:00
Silvan Mosberger
0d1494643a
Revert "invidious: unstable-2023-06-06 -> unstable-2023-07-05"
2023-08-09 21:56:42 +02:00
github-actions[bot]
753276e426
Merge staging-next into staging
2023-08-09 18:01:38 +00:00
Gaël Reyrol
1b1c7d6b57
manticoresearch: 6.0.4 -> 6.2.0
2023-08-09 18:09:52 +02:00
OTABI Tomoya
a2df7a12ef
Merge pull request #247646 from bbigras/webmesh
...
webmesh: init at 0.1.2
2023-08-10 00:20:27 +09:00
Weijia Wang
246cf6c11e
Merge pull request #248114 from gaelreyrol/sozu-update-0.15.3
...
sozu: 0.15.2 -> 0.15.3
2023-08-09 16:16:49 +02:00
Franz Pletz
758b88150a
Merge pull request #247946 from r-ryantm/auto-update/pgbouncer
...
pgbouncer: 1.19.1 -> 1.20.0
2023-08-09 14:32:04 +02:00
Weijia Wang
e27e2ef417
Merge pull request #247782 from f2k1de/mongodb-4.4.23
...
mongodb-4_4: 4.4.22 -> 4.4.23
2023-08-09 14:17:35 +02:00
github-actions[bot]
37cdcaae78
Merge staging-next into staging
2023-08-09 12:01:51 +00:00
Gaël Reyrol
9c65192829
sozu: 0.15.2 -> 0.15.3
2023-08-09 11:57:48 +02:00
Pol Dellaiera
58d81c5a56
guacamole-server: 1.5.2 -> 1.5.3
2023-08-09 11:50:00 +02:00
Pol Dellaiera
75d8e221db
guacamole-client: 1.5.2 -> 1.5.3
2023-08-09 11:49:48 +02:00
github-actions[bot]
80be812da1
Merge staging-next into staging
2023-08-09 06:01:27 +00:00
Nick Cao
af4231e9b3
Merge pull request #247973 from emilylange/xcaddy
...
xcaddy: 0.3.4 -> 0.3.5
2023-08-08 18:59:09 -06:00
Nick Cao
5d49e1df0c
Merge pull request #247938 from CathalMullan/pgcat-v1.1.1
...
pgcat: 1.1.0 -> 1.1.1
2023-08-08 18:56:54 -06:00
Nick Cao
3f499a8cf6
Merge pull request #247851 from aaronjheng/tempo
...
tempo: 2.1.1 -> 2.2.0
2023-08-08 18:48:20 -06:00
github-actions[bot]
bd7afc88f7
Merge staging-next into staging
2023-08-09 00:02:37 +00:00
Janik
96c68c58da
Merge pull request #246320 from matthiasbeyer/remove-speedtest-exporter
2023-08-08 20:50:57 +02:00
github-actions[bot]
792f4d7934
Merge staging-next into staging
2023-08-08 18:01:27 +00:00
Weijia Wang
5d88c226e2
Merge pull request #247637 from r-ryantm/auto-update/unpoller
...
unpoller: 2.7.20 -> 2.8.0
2023-08-08 19:38:53 +02:00
Weijia Wang
f079f0d144
Merge pull request #247661 from r-ryantm/auto-update/mssql_jdbc
...
mssql_jdbc: 12.2.0 -> 12.4.0
2023-08-08 19:36:09 +02:00
emilylange
9d9d06dd7b
xcaddy: 0.3.4 -> 0.3.5
...
https://github.com/caddyserver/xcaddy/releases/tag/v0.3.5
https://github.com/caddyserver/xcaddy/compare/v0.3.4...v0.3.5
2023-08-08 19:15:12 +02:00
Bruno Bigras
1b264042f1
webmesh: init at 0.1.2
...
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-08-08 11:02:33 -04:00
R. Ryantm
62cb57d364
pgbouncer: 1.19.1 -> 1.20.0
2023-08-08 14:10:43 +00:00
maralorn
e032f864d0
Merge pull request #247939 from maralorn/more-pkg-config-meta
...
Populate meta.pkgConfigModules for more packages
2023-08-08 16:01:06 +02:00
maralorn
de7882fd41
xorg.libXtst: add meta.pkgConfigModules annotation
2023-08-08 16:00:38 +02:00
maralorn
09b6e7fb21
xorg.libXdmcp: add meta.pkgConfigModules annotation
2023-08-08 16:00:38 +02:00
maralorn
d85a512a38
xorg.libxcb: add meta.pkgConfigModules annotation
2023-08-08 16:00:37 +02:00
Cathal Mullan
7ead5ac476
pgcat: 1.1.0 -> 1.1.1
2023-08-08 14:00:50 +01:00
github-actions[bot]
f19f490d4e
Merge staging-next into staging
2023-08-08 12:01:54 +00:00
Pol Dellaiera
f971f35f7d
Merge pull request #246426 from dit7ya/sqld
...
sqld: init at 0.17.2
2023-08-08 10:57:36 +02:00
Benjamin Isbarn
5f0e31c28d
photoprism: 230615-90a18f6e7 -> 230719-73fa7bbe8
2023-08-08 10:10:04 +02:00
github-actions[bot]
66d14ccd84
Merge staging-next into staging
2023-08-08 06:01:31 +00:00
Vladimír Čunát
41c7605718
Merge #245935 : staging-next 2023-07-28
2023-08-08 07:33:42 +02:00
Yureka
ff016c87a9
clickhouse: 23.3.5.9 -> 23.3.8.21
2023-08-08 12:51:25 +08:00
Franz Pletz
9640eb3970
Merge pull request #246029 from ehmry/eris-go
2023-08-08 06:18:03 +02:00
Aaron Jheng
378b64a949
tempo: 2.1.1 -> 2.2.0
2023-08-08 12:04:59 +08:00
Franz Pletz
7219ae77db
Merge pull request #247786 from squalus/nginx-set-misc
2023-08-08 05:58:30 +02:00
Franz Pletz
7fdf825d82
Merge pull request #247823 from emilylange/caddy
2023-08-08 05:57:37 +02:00
zowoq
424c26cc21
etcd: remove maintainer
2023-08-08 11:54:13 +10:00
Nick Cao
b912c54757
Merge pull request #247596 from r-ryantm/auto-update/qdrant
...
qdrant: 1.3.2 -> 1.4.0
2023-08-07 19:11:08 -06:00
Nick Cao
4b572c7173
Merge pull request #247771 from figsoda/rustypaste
...
rustypaste: 0.11.1 -> 0.12.0
2023-08-07 18:41:46 -06:00
Nick Cao
0585412a3a
Merge pull request #247506 from r-ryantm/auto-update/nats-server
...
nats-server: 2.9.20 -> 2.9.21
2023-08-07 18:40:59 -06:00
github-actions[bot]
2e9323c2d4
Merge staging-next into staging
2023-08-08 00:02:19 +00:00
github-actions[bot]
4507a6bd1f
Merge master into staging-next
2023-08-08 00:01:49 +00:00
Yaya
e06fbb9606
pleroma: 2.5.2 -> 2.5.4 ( #247422 )
...
https://git.pleroma.social/pleroma/pleroma/-/blob/v2.5.4/CHANGELOG.md
2023-08-08 00:41:47 +02:00
Mostly Void
4650390d63
sqld: init at 0.17.2
2023-08-08 01:03:17 +03:00
emilylange
014c015367
caddy: 2.6.4 -> 2.7.3
...
2.7.0-2.7.2 have been skipped due to bugs in the release.
https://github.com/caddyserver/caddy/releases/tag/v2.7.3
https://github.com/caddyserver/caddy/releases/tag/v2.7.2
https://github.com/caddyserver/caddy/releases/tag/v2.7.1
https://github.com/caddyserver/caddy/releases/tag/v2.7.0
diff: https://github.com/caddyserver/caddy/compare/v2.6.4...v2.7.3
2023-08-07 23:35:59 +02:00
Robert Schütz
242d458f25
Merge branch 'master' into staging-next
2023-08-07 12:40:10 -07:00
Martin Weinelt
d1c39e1651
Merge pull request #247664 from r-ryantm/auto-update/evcc
...
evcc: 0.118.10 -> 0.118.11
2023-08-07 20:26:10 +02:00
squalus
d29b49f39b
nginxModules.set-misc: 0.32 -> 0.33
2023-08-07 11:12:59 -07:00
Isa
7c89ffbd43
mongodb-4_4: 4.4.22 -> 4.4.23
2023-08-07 20:09:35 +02:00
Isa
6dff1a2eb1
mongodb-5_0: 5.0.18 -> 5.0.19
2023-08-07 20:07:25 +02:00
Isa
122e21db98
mongodb-6_0: 6.0.7 -> 6.0.8
2023-08-07 20:05:17 +02:00
github-actions[bot]
597f030762
Merge staging-next into staging
2023-08-07 18:01:43 +00:00
github-actions[bot]
462b4c7567
Merge master into staging-next
2023-08-07 18:01:16 +00:00
figsoda
792284662b
rustypaste: 0.11.1 -> 0.12.0
...
Diff: https://github.com/orhun/rustypaste/compare/v0.11.1...v0.12.0
Changelog: https://github.com/orhun/rustypaste/blob/v0.12.0/CHANGELOG.md
2023-08-07 12:48:06 -04:00
Indexyz
a76f019d9c
moonraker: unstable-2022-11-18 -> unstable-2023-08-03
2023-08-07 22:14:34 +08:00
Patryk Kwiatek
a4e6a339a9
ferretdb: 1.6.1 -> 1.7.0 ( #247721 )
2023-08-07 15:44:07 +02:00
Weijia Wang
173efb3ddb
qdrant: remove prePatch
2023-08-07 14:06:15 +02:00
github-actions[bot]
9d7b03ec57
Merge staging-next into staging
2023-08-07 12:01:16 +00:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next
2023-08-07 12:00:52 +00:00
Weijia Wang
ad70119ade
Merge pull request #247535 from r-ryantm/auto-update/tegola
...
tegola: 0.16.0 -> 0.17.0
2023-08-07 13:52:56 +02:00
Michael Raskin
ea72d8df2d
apache-jena-fuseki.tests: use non-alias runCommand
2023-08-07 11:26:25 +02:00
Nick Cao
7695ad9bbe
Merge pull request #247654 from r-ryantm/auto-update/soft-serve
...
soft-serve: 0.5.4 -> 0.5.5
2023-08-07 02:47:43 -06:00
Vladimír Čunát
ae0347b44f
janusgraph: work around a build failure
2023-08-07 09:28:33 +02:00
github-actions[bot]
3e483a0e1f
Merge staging-next into staging
2023-08-07 06:01:33 +00:00
github-actions[bot]
529e3475fc
Merge master into staging-next
2023-08-07 06:01:04 +00:00
R. Ryantm
df140c2feb
evcc: 0.118.10 -> 0.118.11
2023-08-07 05:55:29 +00:00
Vladimír Čunát
923a94aba4
python3Packages.gunicorn: add missing dependency
...
The package wouldn't fail itself but others depending on it would:
https://hydra.nixos.org/build/229774404/nixlog/4/tail
2023-08-07 07:38:43 +02:00
R. Ryantm
788d688c80
mssql_jdbc: 12.2.0 -> 12.4.0
2023-08-07 05:35:36 +00:00
R. Ryantm
5e7842b173
soft-serve: 0.5.4 -> 0.5.5
2023-08-07 05:08:31 +00:00
Mario Rodas
ed558255fa
Merge pull request #245812 from aaronjheng/mtail
...
mtail: 3.0.0-rc46 -> 3.0.0-rc52
2023-08-06 22:24:23 -05:00
R. Ryantm
291d3eccbc
unpoller: 2.7.20 -> 2.8.0
2023-08-07 03:14:03 +00:00
Nick Cao
6e89d5b7d8
Merge pull request #247629 from r-ryantm/auto-update/homepage-dashboard
...
homepage-dashboard: 0.6.27 -> 0.6.28
2023-08-06 21:12:11 -06:00
Robert Schütz
48377a1934
Merge pull request #243413 from dotlambda/corrosion-0.4.1
...
corrosion: 0.3.5 -> 0.4.2
2023-08-07 02:10:50 +00:00
R. Ryantm
927854f9b1
homepage-dashboard: 0.6.27 -> 0.6.28
2023-08-07 01:54:04 +00:00
Robert Schütz
4a02f97925
t-rex: mark broken
2023-08-06 18:22:32 -07:00
Pol Dellaiera
5068bc8fe9
Merge pull request #242475 from dit7ya/windmill
...
windmill: 1.100.1 -> 1.131.0
2023-08-07 03:17:41 +02:00
Pol Dellaiera
7d5d80d602
Merge pull request #247480 from r-ryantm/auto-update/confluent-platform
...
confluent-platform: 7.3.0 -> 7.4.1
2023-08-07 03:16:49 +02:00
figsoda
591127b092
Merge pull request #247602 from r-ryantm/auto-update/weaviate
...
weaviate: 1.20.3 -> 1.20.5
2023-08-06 21:11:49 -04:00
Nick Cao
e66124f27c
Merge pull request #247599 from r-ryantm/auto-update/komga
...
komga: 1.2.1 -> 1.3.0
2023-08-06 18:54:54 -06:00
github-actions[bot]
6311c0f6ef
Merge staging-next into staging
2023-08-07 00:02:29 +00:00
github-actions[bot]
bb21178e5c
Merge master into staging-next
2023-08-07 00:01:58 +00:00
R. Ryantm
8406470aa5
weaviate: 1.20.3 -> 1.20.5
2023-08-06 23:27:09 +00:00
R. Ryantm
76f555170b
komga: 1.2.1 -> 1.3.0
2023-08-06 22:50:40 +00:00
R. Ryantm
9f13a1d80c
qdrant: 1.3.2 -> 1.4.0
2023-08-06 22:34:08 +00:00
Yureka
7e255ce50d
clickhouse: own src version of corrosion
2023-08-06 22:13:19 +02:00
Pol Dellaiera
ecc99ae515
Merge pull request #247459 from r-ryantm/auto-update/questdb
...
questdb: 7.2.1 -> 7.3
2023-08-06 20:40:53 +02:00
github-actions[bot]
bbf876fefa
Merge staging-next into staging
2023-08-06 18:01:26 +00:00
github-actions[bot]
191e60634e
Merge master into staging-next
2023-08-06 18:01:04 +00:00
Pol Dellaiera
2ac27de2bc
Merge pull request #247356 from r-ryantm/auto-update/adguardhome
...
adguardhome: 0.107.35 -> 0.107.36
2023-08-06 19:41:57 +02:00
Pol Dellaiera
63cef72d95
questdb: use finalAttrs
pattern
2023-08-06 19:40:54 +02:00
Pol Dellaiera
62145b62ef
confluent-platform: use finalAttrs
pattern
2023-08-06 19:38:19 +02:00
Mario Rodas
99827bf413
Merge pull request #246955 from mweinelt/zigbee2mqtt-1.32.2
...
zigbee2mqtt: 1.32.1 -> 1.32.2
2023-08-06 11:06:21 -05:00
figsoda
c8565c74bc
Merge pull request #247473 from r-ryantm/auto-update/dolt
...
dolt: 1.8.4 -> 1.8.8
2023-08-06 12:02:44 -04:00
R. Ryantm
587fd2b122
tegola: 0.16.0 -> 0.17.0
2023-08-06 15:37:17 +00:00
R. Ryantm
012ef026de
nats-server: 2.9.20 -> 2.9.21
2023-08-06 12:55:18 +00:00
github-actions[bot]
b536c72108
Merge staging-next into staging
2023-08-06 12:02:05 +00:00
github-actions[bot]
57c45024b3
Merge master into staging-next
2023-08-06 12:01:39 +00:00
Theodore Ni
d1bc24643d
mlflow-server: apply patch from python3.pkgs.mflow
2023-08-06 17:01:26 +08:00
R. Ryantm
62de78c645
confluent-platform: 7.3.0 -> 7.4.1
2023-08-06 07:50:26 +00:00
R. Ryantm
fed87528f3
dolt: 1.8.4 -> 1.8.8
2023-08-06 07:19:20 +00:00
R. Ryantm
d9b88ffcf1
tile38: 1.31.0 -> 1.32.0
2023-08-06 07:01:03 +00:00
R. Ryantm
8946d2e0b5
questdb: 7.2.1 -> 7.3
2023-08-06 06:28:27 +00:00
github-actions[bot]
0031ae7742
Merge staging-next into staging
2023-08-06 00:03:36 +00:00
github-actions[bot]
c90f3611dc
Merge master into staging-next
2023-08-06 00:02:21 +00:00
R. RyanTM
1be476a0c2
grafana-image-renderer: 3.7.1 -> 3.7.2 ( #246517 )
...
* grafana-image-renderer: 3.7.1 -> 3.7.2
* grafana-image-renderer: cleanup
---------
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-08-05 23:11:18 +02:00
github-actions[bot]
687b501234
Merge staging-next into staging
2023-08-05 18:01:37 +00:00
github-actions[bot]
e329dc70ee
Merge master into staging-next
2023-08-05 18:01:09 +00:00
R. Ryantm
8872c6c1dc
adguardhome: 0.107.35 -> 0.107.36
2023-08-05 17:03:42 +00:00
Weijia Wang
2e987451a9
Merge pull request #247324 from kirillrdy/389
...
_389-ds-base: 2.4.2 -> 2.4.3
2023-08-05 18:25:45 +02:00
Vladimír Čunát
15ab671971
nifi: avoid a stripping error
...
https://hydra.nixos.org/build/229730628/nixlog/5/tail
2023-08-05 18:25:23 +02:00
Vladimír Čunát
383d4c0c3e
mailman-hyperkitty: add missing dependency
...
https://hydra.nixos.org/build/230292365/nixlog/2/tail
2023-08-05 18:12:58 +02:00
Vladimír Čunát
f4cd4143bb
openafs, digitalbitbox: amend hacks of removing $(pwd)
...
Just like commit 3af97fc9ee
2023-08-05 18:08:18 +02:00
Mario Rodas
13e272e9d1
Merge pull request #247303 from r-ryantm/auto-update/jackett
...
jackett: 0.21.547 -> 0.21.584
2023-08-05 09:28:57 -05:00
zowoq
b109c7f1ff
telegraf: 1.27.2 -> 1.27.3
...
Diff: https://github.com/influxdata/telegraf/compare/v1.27.2...v1.27.3
Changelog: https://github.com/influxdata/telegraf/blob/v1.27.3/CHANGELOG.md
2023-08-05 23:50:33 +10:00
github-actions[bot]
f8579c6c72
Merge staging-next into staging
2023-08-05 12:02:05 +00:00
github-actions[bot]
6458cb74a2
Merge master into staging-next
2023-08-05 12:01:30 +00:00
Nikolay Korotkiy
3c76f4df72
Merge pull request #247312 from r-ryantm/auto-update/ser2net
...
ser2net: 4.3.13 -> 4.4.0
2023-08-05 15:37:03 +04:00
Kirill Radzikhovskyy
f5a3150101
_389-ds-base: 2.4.2 -> 2.4.3
2023-08-05 21:13:12 +10:00
R. Ryantm
fe1e7622fd
ser2net: 4.3.13 -> 4.4.0
2023-08-05 09:50:47 +00:00
R. Ryantm
b44786fcdf
jackett: 0.21.547 -> 0.21.584
2023-08-05 08:14:47 +00:00
R. Ryantm
5f54224ed0
klipper: unstable-2023-06-29 -> unstable-2023-08-01
2023-08-05 06:34:44 +00:00
Vladimír Čunát
d5732d9669
Merge branch 'staging-next' into staging
2023-08-05 07:45:29 +02:00
Vladimír Čunát
3a5c176f95
Merge branch 'master' into staging-next
2023-08-05 07:40:22 +02:00
Robert Schütz
e0245ba6bb
antennas: use buildNpmPackage
2023-08-04 18:17:08 -07:00
github-actions[bot]
16547be5c0
Merge master into staging-next
2023-08-05 00:02:07 +00:00
Martin Weinelt
5a296e6d03
Merge pull request #247116 from NixOS/home-assistant
...
home-assistant: 2023.8.0 -> 2023.8.1
2023-08-04 22:44:12 +02:00
Martin Weinelt
ffbd411754
home-assistant: 2023.8.0 -> 2023.8.1
...
https://github.com/home-assistant/core/releases/tag/2023.8.1
2023-08-04 22:06:39 +02:00
Weijia Wang
d3c4ed49e0
Merge pull request #246871 from r-ryantm/auto-update/unpackerr
...
unpackerr: 0.11.2 -> 0.12.0
2023-08-04 21:41:33 +02:00
Weijia Wang
9d86dff7b2
Merge pull request #246878 from r-ryantm/auto-update/victoriametrics
...
victoriametrics: 1.91.3 -> 1.92.1
2023-08-04 21:16:13 +02:00
github-actions[bot]
3af9469ebd
Merge master into staging-next
2023-08-04 18:01:05 +00:00
Artturi
d39659a5e8
Merge pull request #247095 from ambroisie/meta-main-program
2023-08-04 18:24:00 +03:00
Martin Weinelt
ccd89a89ba
home-assistant.intents: 2023.7.25 -> 2023.8.2
...
https://github.com/home-assistant/intents-package/compare/refs/tags/2023.7.25...2023.8.2
2023-08-04 14:59:46 +02:00
Aaron Jheng
995e8f798a
mtail: 3.0.0-rc46 -> 3.0.0-rc52
2023-08-04 20:57:08 +08:00
github-actions[bot]
534a2a75fb
Merge master into staging-next
2023-08-04 12:01:11 +00:00
Emily
9f8d4f0d4b
Merge pull request #232070 from jneem/wasm-bindgen-bump
...
wasm-bindgen-cli: 0.2.84 -> 0.2.87
2023-08-04 13:53:34 +02:00
Bruno BELANYI
feac9edf6a
treewide: add meta.mainProgram
...
Related PR: NixOS#246386
2023-08-04 10:32:10 +00:00
github-actions[bot]
83383ab4a5
Merge master into staging-next
2023-08-04 06:01:21 +00:00
Nick Cao
c5b5fad913
Merge pull request #246883 from r-ryantm/auto-update/mediamtx
...
mediamtx: 0.23.7 -> 0.23.8
2023-08-03 23:15:29 -06:00
happysalada
51606bc8c1
lemmy: 0.18.2 -> 0.18.3
2023-08-04 09:58:53 +08:00
github-actions[bot]
0542af4e29
Merge master into staging-next
2023-08-04 00:02:04 +00:00
Martin Weinelt
09f5e7d840
Merge pull request #245436 from mweinelt/django-default
...
python310Packages.django: migrate to django_4
2023-08-04 01:55:19 +02:00
codec
47db2bfffb
prometheus-idrac-exporter: init at unstable-2023-06-29
2023-08-04 00:57:19 +02:00
Martin Weinelt
48878dfec4
Merge pull request #247014 from mweinelt/home-assistant-pyasn1-pin
...
home-assistant: pin pyasn1 at 0.4.8
2023-08-04 00:09:04 +02:00
Sigrid Solveig Haflínudóttir
0271120180
postgresqlPackages.postgis: enable address_standardizer, fix docs installation
2023-08-03 14:30:48 -05:00
Martin Weinelt
55134f4c52
home-assistant: pin pyasn1 at 0.4.8
...
Fixes the brother integration test.
2023-08-03 20:20:49 +02:00
github-actions[bot]
e13e3f4c54
Merge master into staging-next
2023-08-03 18:01:14 +00:00
Jan Malakhovski
5852f26bdc
treewide: noop: refer to src.name
or similar in sourceRoot
where appropriate, part 1: trivial cases
2023-08-03 16:32:03 +00:00
Pol Dellaiera
a183d9ec8a
Merge pull request #246927 from jnsgruk/homepage-dashboard-0.6.27
...
homepage-dashboard: 0.6.23 -> 0.6.27
2023-08-03 18:19:16 +02:00
Martin Weinelt
f4d64ea149
baserow: pin django_3
2023-08-03 14:35:39 +02:00
Martin Weinelt
84f6a6755a
mailmanPackages: pin to django_3
2023-08-03 14:35:39 +02:00
Martin Weinelt
4feab75fd3
zigbee2mqtt: 1.32.1 -> 1.32.2
...
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.32.2
2023-08-03 14:22:01 +02:00
github-actions[bot]
dc63372d70
Merge master into staging-next
2023-08-03 12:01:13 +00:00
Martin Weinelt
9eaec2881f
Merge pull request #246836 from NixOS/home-assistant
...
home-assistant: 2023.7.3 -> 2023.8.0
2023-08-03 13:54:00 +02:00
Martin Weinelt
c13da49a88
python311Packages.homeassistant-stubs: 2023.7.3 -> 2023.8.0
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.8.0
2023-08-03 13:12:40 +02:00
Pol Dellaiera
bb1faddf07
hedgedoc: add meta.mainProgram
...
Follow up of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-03 11:54:32 +02:00
Jon Seager
36af9e5808
homepage-dashboard: 0.6.23 -> 0.6.27
2023-08-03 08:25:57 +01:00
github-actions[bot]
e8caa03cd0
Merge master into staging-next
2023-08-03 06:01:20 +00:00
Nick Cao
65cd0b72b5
Merge pull request #246840 from emilylange/matrix-sliding-sync
...
matrix-sliding-sync: 0.99.4 -> 0.99.5
2023-08-02 19:42:35 -06:00
R. Ryantm
b1f8c101bb
mediamtx: 0.23.7 -> 0.23.8
2023-08-03 00:43:11 +00:00
github-actions[bot]
5827446dce
Merge master into staging-next
2023-08-03 00:01:56 +00:00
figsoda
3d1e9c31f8
static-web-server: 2.20.1 -> 2.20.2
...
Diff: https://github.com/static-web-server/static-web-server/compare/v2.20.1...v2.20.2
Changelog: https://github.com/static-web-server/static-web-server/blob/v2.20.2/CHANGELOG.md
2023-08-02 20:00:12 -04:00
R. Ryantm
66d5ed8be9
victoriametrics: 1.91.3 -> 1.92.1
2023-08-02 23:59:40 +00:00
R. Ryantm
8245a4c8f2
unpackerr: 0.11.2 -> 0.12.0
2023-08-02 23:10:04 +00:00
Joe Neeman
b6910512a0
wasm-bindgen-cli: 0.2.84 -> 0.2.87
...
Also allow overriding the version
2023-08-02 17:47:26 -05:00
Martin Weinelt
a98ba7fdae
Merge pull request #246564 from erictapen/kanidm
...
kanidm: 1.1.0-alpha.12 -> 1.1.0-beta.13
2023-08-02 22:51:18 +02:00
Martin Weinelt
4cb2ea561a
home-assistant: 2023.7.3 -> 2023.8.0
...
https://www.home-assistant.io/blog/2023/08/02/release-20238/
2023-08-02 22:42:50 +02:00
Martin Weinelt
93ca1dd2d7
home-assistant.intents: 2023.6.28 -> 2023.7.25
2023-08-02 22:42:43 +02:00
Weijia Wang
fd4981573b
Merge pull request #240683 from neosimsim/cockroachdb-use-pre-build-binaries
...
cockroachdb-bin: init at 23.1.7
2023-08-02 22:03:54 +02:00
emilylange
c0745c298e
matrix-sliding-sync: 0.99.4 -> 0.99.5
...
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.5
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.4...v0.99.5
2023-08-02 21:31:52 +02:00
Robert Hensing
f8f9f13d57
Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption
...
lib.getExe: Do not make assumptions about the main program
2023-08-02 20:05:52 +02:00