Robert Hensing
c8c84795b4
Merge pull request #130114 from roberth/fix-neo4j-JAVA_HOME
...
Fix neo4j java home
2021-07-18 18:51:27 +02:00
Joe Hermaszewski
3ebc45dcbc
mautrix-signal: 0.1.1 -> 2021-07-01
...
Previously it was broken, requiring an incompatible version of asyncpg
2021-07-18 21:25:50 +08:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next
2021-07-18 00:01:24 +00:00
Felix Buehler
82cb33a0ae
treewide: remove meta.version
2021-07-18 00:07:38 +02:00
github-actions[bot]
d6b748b2b3
Merge master into staging-next
2021-07-17 18:00:56 +00:00
Martin Weinelt
3553c0961f
Merge pull request #130435 from LeSuisse/openresty-1.19.3.2
...
openresty: 1.19.3.1 -> 1.19.3.2
2021-07-17 14:03:53 +02:00
github-actions[bot]
4ee4d805d2
Merge master into staging-next
2021-07-17 12:01:22 +00:00
Martin Weinelt
1ae6c6e921
Merge pull request #129967 from sumnerevans/heisenbridge-0.99.1
...
heisenbridge: unstable-2021-05-29 -> 0.99.1
2021-07-17 13:01:31 +02:00
Thomas Gerbet
2dbdca1aa4
openresty: 1.19.3.1 -> 1.19.3.2
...
Fixes CVE-2021-23017.
https://openresty.org/en/ann-1019003002.html
2021-07-17 10:33:10 +02:00
github-actions[bot]
046dece8d7
Merge master into staging-next
2021-07-16 18:01:09 +00:00
github-actions[bot]
9fe75f18c0
Merge master into staging-next
2021-07-16 12:01:03 +00:00
Vladimír Čunát
6582dd7e12
knot-dns: 3.0.7 -> 3.0.8
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.8
2021-07-16 12:40:07 +02:00
Bernardo Meurer
7642d0b427
tailscale: 1.10.1 -> 1.10.2
2021-07-16 12:15:46 +02:00
github-actions[bot]
7959589ea0
Merge master into staging-next
2021-07-16 06:01:04 +00:00
github-actions[bot]
fa7a791586
Merge master into staging-next
2021-07-16 00:01:36 +00:00
Maxine Aubrey
ccac09f2eb
consul: 1.10.0 -> 1.10.1
2021-07-15 23:57:01 +02:00
Sandro
6b19023292
Merge pull request #130223 from arezvov/exim_redis_lookup
...
exim: add redis lookup support
2021-07-15 20:43:17 +02:00
github-actions[bot]
2ccf7ae45c
Merge master into staging-next
2021-07-15 18:01:27 +00:00
foxit64
08479fc25f
remove foxit64 as maintainer ( #130284 )
...
Co-authored-by: foxit64 <foxit64@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-15 19:36:37 +02:00
Sandro
a0fe575c2c
Merge pull request #129812 from TredwellGit/xorg.xorgserver
...
xorg.xorgserver: 1.20.11 -> 1.20.12
2021-07-15 18:20:30 +02:00
Kim Lindberger
4dcf295417
Merge pull request #129464 from talyz/discourse-plugins
...
discourse: Updates and fixes
2021-07-15 14:50:28 +02:00
ajs124
ad1437bb6d
Merge pull request #130113 from helsinki-systems/upd/icingaweb2
...
icingaweb2: 2.8.3 -> 2.9.0
2021-07-15 14:48:54 +02:00
Ben Siraphob
b04de31afc
Merge pull request #128627 from fpletz/pkgs/janus-gateway
...
janus-gateway: init at 0.11.3
2021-07-15 19:10:51 +07:00
Luke Granger-Brown
e54f4b1b04
grafanaPlugins.grafana-polystat-panel: 1.2.5 → 1.2.6
2021-07-15 10:18:00 +00:00
Alexander Rezvov
9fd1126cd4
exim: add redis lookup support
2021-07-14 22:57:17 +03:00
github-actions[bot]
f0bb8c9a78
Merge master into staging-next
2021-07-14 18:01:12 +00:00
Niklas Hambüchen
6de23b983d
nixos/plausible: Fix nixpkgs-introduced ecto_sql incompatibility.
...
Fixes runtime error during `migrate.sh`:
** (UndefinedFunctionError) function ClickhouseEcto.lock_for_migrations/3 is undefined or private
The function `lock_for_migrations` indeed does not exist in the `ClickhouseEcto`
module packaged so far.
Reason:
So far we use the patch `ecto_sql-fix.patch` doing
- {:ecto_sql, "~> 3.0"},
+ {:ecto_sql, "~> 3.6"},
@scvalex found that the commit that makes the `plausible/clickhouse_ecto` fork
compatible with 3.6 is _newer_ than the commit pinned in the `.lock` file,
namely `1969f14ecef - Update for ecto 3.6.1`:
https://github.com/plausible/clickhouse_ecto/commit/1969f14ecef
That commit introduces the function that my error shows (`def lock_for_migrations`).
This means that the version that's in the lockfile (and pulled) was
incompatible with the version the nixpkgs patch forces.
This commit fixes it by patching the `.lock` file to have the version of
`plausible/clickhouse_ecto` that makes it compatible with `ecto_sql` 3.6.
2021-07-14 16:58:56 +00:00
Guillaume Girol
05e46e3e1f
Merge pull request #113242 from lopsided98/uwsgi-cross
...
uwsgi: fix cross-compilation
2021-07-14 14:22:22 +00:00
Jörg Thalheim
7afa51c2bd
Merge remote-tracking branch 'upstream/master' into HEAD
2021-07-14 15:45:51 +02:00
talyz
60d78d7f1f
discourse: 2.7.4 -> 2.7.5
2021-07-14 13:18:23 +02:00
talyz
61f4429fbd
discourse: Use terser
when building assets
...
Discourse prefers to use `terser` when building js assets, see
https://github.com/discourse/discourse/pull/12656 . It still wants to
find `uglify-js` in order to not fall back to a ruby js compression
library, so let's keep it around for now. A fix for this has been
submitted upstream in
https://github.com/discourse/discourse/pull/13683 .
2021-07-14 13:18:17 +02:00
talyz
a2dbc3af1d
discourse: Remove architecture bound platforms from Gemfile.lock
...
Maybe bundix doesn't handle them properly? They cause runtime issues
and don't seem necessary when the binary gems are built from scratch
anyway.
2021-07-14 13:18:12 +02:00
talyz
3300282db3
discourse: Add update-plugins
action to update.py
2021-07-14 13:17:55 +02:00
talyz
d3bc5d5b7a
discourse.plugins: Update and add metadata
2021-07-14 13:17:49 +02:00
Rok Garbas
ae7c092d88
Merge pull request #120297 from rsynnest/master
...
nixos/unifi-video module and supporting packages
2021-07-14 11:45:25 +02:00
Robert Hensing
c43213bb67
neo4j: Clean up and make jre easy to override
...
Convention is to use `jre` and make it specific in the callPackage
call.
This way users can override it regardless of changes to the default
neo4j jre.
2021-07-14 09:25:16 +02:00
Ben Siraphob
abdd929588
Merge pull request #130146 from SuperSandro2000/git.archlinux.org-move
...
treewide: convert all links git.archlinux.org to github.com/archlinux…
2021-07-14 09:59:30 +07:00
Sandro Jäckel
388a4ef423
treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*
2021-07-14 03:35:21 +02:00
Sandro
e85e671dee
Merge pull request #130001 from ymarkus/bookstack
2021-07-14 03:26:34 +02:00
Maximilian Bosch
632e5186b9
Merge pull request #129570 from sumnerevans/matrix-synapse-1.38.0
...
matrix-synapse: 1.37.1 -> 1.38.0
2021-07-14 00:15:48 +02:00
Sandro
48eef8297b
Merge pull request #130077 from MayNiklas/plex-update
...
plex: 1.23.3.4707-ebb5fe9f3 -> 1.23.4.4805-186bae04e
2021-07-13 23:38:52 +02:00
Sandro
df18bce77d
Merge pull request #130080 from Atemu/xorgserver-host-kernel-in-binary
2021-07-13 23:26:27 +02:00
Atemu
4b4c8650a8
xorgserver: override build OS name
2021-07-13 22:41:16 +02:00
Roland Synnestvedt
fa8f004781
Merge branch 'master' of https://github.com/nixos/nixpkgs
2021-07-13 10:09:12 -07:00
Janne Heß
3af5d881e0
icingaweb2-thirdparty: Init at 0.10.0
2021-07-13 18:22:12 +02:00
Janne Heß
aae29c6e10
icingaweb2-ipl: Init at 0.6.0
2021-07-13 18:21:44 +02:00
Robert Hensing
63c241d6a7
neo4j: Fix JAVA_HOME
2021-07-13 18:16:35 +02:00
Janne Heß
2ff6e037a9
icingaweb2: 2.8.3 -> 2.9.0
2021-07-13 18:10:33 +02:00
ajs124
7716a2ea37
Merge pull request #130086 from r-ryantm/auto-update/icingaweb2
...
icingaweb2: 2.8.2 -> 2.8.3
2021-07-13 17:44:09 +02:00
Sumner Evans
8b055178de
matrix-synapse: 1.37.1 -> 1.38.0
2021-07-13 08:23:20 -06:00
R. RyanTM
df3aa47c5a
icingaweb2: 2.8.2 -> 2.8.3
2021-07-13 10:42:35 +00:00
Niklas
8ef45e7a25
plex: 1.23.3.4707-ebb5fe9f3 -> 1.23.4.4805-186bae04e
2021-07-13 10:31:42 +02:00
Niels Kristian Lyshøj Jensen
061afaf4ed
headscale: 0.2.2 -> 0.3.3
2021-07-13 04:11:10 +09:00
Linus Heckemann
f7dff9c649
Merge pull request #129620 from bbenno/update-nextcloud
...
nextcloud: init at 22.0.0; 21.0.2 -> 21.0.3; 20.0.7 -> 20.0.11
2021-07-12 20:53:35 +02:00
github-actions[bot]
266cb48e65
Merge master into staging-next
2021-07-12 18:01:03 +00:00
Ryan Mulligan
caafc22e57
Merge pull request #129811 from r-ryantm/auto-update/jetty
...
jetty: 9.4.41.v20210516 -> 9.4.43.v20210629
2021-07-12 12:01:21 -05:00
Yannick Markus
6ac9cb369d
bookstack: 21.05 -> 21.05.3
2021-07-12 09:50:31 +02:00
github-actions[bot]
909d63d2f7
Merge master into staging-next
2021-07-12 00:01:17 +00:00
Pavol Rusnak
92c7c2dea0
Merge pull request #118630 from mmilata/lndmon-210326
...
prometheus-lnd-exporter: unstable-2020-12-04 -> unstable-2021-03-26, fix test
2021-07-12 01:35:02 +02:00
Martin Milata
39331740f8
prometheus-lnd-exporter: unstable-2020-12-04 -> unstable-2021-03-26
2021-07-12 00:56:16 +02:00
Sumner Evans
1b597f0825
heisenbridge: unstable-2021-05-29 -> 0.99.1
2021-07-11 14:31:17 -06:00
github-actions[bot]
56ebfce4ee
Merge master into staging-next
2021-07-11 18:01:23 +00:00
Sandro
6b0d516e0f
Merge pull request #129939 from symphorien/dovecot-xapian-update
...
dovecot_fts_xapian: 1.4.9 -> 1.4.11
2021-07-11 18:26:38 +02:00
Martin Weinelt
bcda9c8cfc
Merge remote-tracking branch 'origin/master' into staging-next
2021-07-11 16:11:09 +02:00
Florian Klink
420cc96e39
grafana-agent: 0.15.0 -> 0.16.1
2021-07-10 23:22:51 +02:00
Martin Weinelt
b7e408dd17
Merge branch 'master' into staging-next
2021-07-10 20:15:53 +02:00
TredwellGit
a888c7fb80
xorg.xorgserver: 1.20.11 -> 1.20.12
...
https://lists.x.org/archives/xorg-announce/2021-July/003098.html
2021-07-10 01:54:25 +00:00
R. RyanTM
9ee9cd1e37
jetty: 9.4.41.v20210516 -> 9.4.43.v20210629
2021-07-10 01:40:14 +00:00
Sandro
9a81b278da
Merge pull request #129799 from NKJe/headscale
2021-07-10 02:48:41 +02:00
Cheng Shao
6edf7503f3
code-server: 3.8.0 -> 3.9.0 ( #118317 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-10 02:47:39 +02:00
Sandro
37fe0bcf32
Merge pull request #129759 from baracoder/xwayland-21.1.2
...
xwayland: 21.1.1 -> 21.1.2
2021-07-10 01:21:21 +02:00
Niels Kristian Lyshøj Jensen
84c4188584
headscale: init at 0.2.2
2021-07-10 01:00:59 +02:00
github-actions[bot]
c786eaf612
Merge master into staging-next
2021-07-09 18:01:06 +00:00
Raphael Megzari
84eb0781aa
lemmy: init 0.11.2 ( #129723 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-09 16:28:08 +02:00
Herman Fries
3956639b58
xwayland: 21.1.1 -> 21.1.2
2021-07-09 15:06:42 +02:00
Ben Siraphob
3191d4f0af
Merge pull request #129661 from peperunas/master
...
mysql: 8.0.22 -> 8.0.25
2021-07-09 19:18:00 +07:00
Ben Siraphob
3bca92a4b8
Merge pull request #129740 from r-ryantm/auto-update/imgproxy
...
imgproxy: 2.16.5 -> 2.16.6
2021-07-09 19:17:33 +07:00
github-actions[bot]
30ff0457a4
Merge master into staging-next
2021-07-09 12:01:24 +00:00
Sandro
87af92267a
Merge pull request #129694 from helsinki-systems/upd/nginx
...
nginxMainline: 1.21.0 -> 1.21.1
2021-07-09 12:43:37 +02:00
Maciej Krüger
e4e05cd813
Merge pull request #129693 from helsinki-systems/upd/nginxQuic
2021-07-09 12:20:06 +02:00
R. RyanTM
7d766fb478
imgproxy: 2.16.5 -> 2.16.6
2021-07-09 09:47:41 +00:00
Jörg Thalheim
f29159e2e8
Merge pull request #129649 from em0lar/telegraf-1.19.1
...
telegraf: 1.18.1 -> 1.19.1
2021-07-09 09:47:15 +01:00
github-actions[bot]
17a534e48b
Merge master into staging-next
2021-07-09 00:01:34 +00:00
Sandro
34a3604d24
Merge pull request #129673 from Ma27/bump-grafana
2021-07-09 00:51:02 +02:00
ajs124
95805c3240
nginxQuic: 1fec68e322d0 -> 5b0c229ba5fe
2021-07-08 23:44:27 +02:00
ajs124
b50102b719
nginxMainline: 1.21.0 -> 1.21.1
2021-07-08 23:41:30 +02:00
Leo Maroni
6ed56b865f
nixos/vikunja: add nixos test
2021-07-08 22:17:57 +02:00
Leo Maroni
0bef1bb91f
vikunja-api: init at 0.17.1
...
vikunja-api: use mage in build (thanks to @jtojnar)
2021-07-08 22:17:57 +02:00
Leo Maroni
3338d28040
vikunja-frontend: init at 0.17.0
2021-07-08 22:17:57 +02:00
Guillaume Girol
694c26b4db
dovecot_fts_xapian: 1.4.9 -> 1.4.11
2021-07-08 21:19:57 +02:00
github-actions[bot]
e15847d168
Merge master into staging-next
2021-07-08 18:01:04 +00:00
Maximilian Bosch
8029f0de96
grafana: 8.0.4 -> 8.0.5
...
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.0.5
2021-07-08 19:15:16 +02:00
Maximilian Bosch
e05f4101c1
nextcloud22: init at 22.0.0
2021-07-08 17:00:04 +02:00
Maximilian Bosch
b922990a8e
nextcloud19: remove
...
I'm very sorry, this should've happened before the release, but we can
still mark it as insecure on 21.05 and remove it on `master`.
2021-07-08 16:29:45 +02:00
Robert Schütz
2d9425cae4
Merge pull request #128552 from fabaff/pyfronius
...
python3Packages.pyfronius: init at 0.5.2
2021-07-08 15:49:46 +02:00
Leo Maroni
80abfd0989
telegraf: 1.18.1 -> 1.19.1
2021-07-08 15:30:16 +02:00
Fabian Affolter
406b6a53e2
home-assistant: update component-packages
2021-07-08 13:49:36 +02:00
Maximilian Bosch
d45672d059
nextcloud20: 20.0.7 -> 20.0.11
...
ChangeLog: https://nextcloud.com/changelog/#20-0-11
2021-07-08 12:13:38 +02:00
Dmitry Kalinkin
280e629ee0
Merge branch 'master' into staging-next
2021-07-08 04:38:15 -04:00
Benno Bielmeier
765c1b3144
nextcloud: 21.0.2 -> 21.0.3
2021-07-08 09:56:39 +02:00
Mario Rodas
71666a2c92
postgresqlPackages.pg_auto_failover: 1.5.2 -> 1.6.1
...
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.1
2021-07-08 04:20:00 +00:00
Giulio De Pasquale
f6d3da9061
mysql 8.0.22 -> 8.0.25
2021-07-07 16:45:12 +01:00
github-actions[bot]
75dab3d616
Merge master into staging-next
2021-07-07 12:01:21 +00:00
Michele Guerini Rocco
e924907470
Merge pull request #129510 from rnhmjoj/pdns
...
pdns-recursor: 4.5.2 -> 4.5.4
2021-07-07 12:28:59 +02:00
Sandro
756962e87f
Merge pull request #129383 from Uthar/mariadb-post-patch-galera-new-cluster-sh
2021-07-07 10:28:08 +02:00
rnhmjoj
90f9b70423
pdns-recursor: 4.5.2 -> 4.5.4
2021-07-07 09:13:33 +02:00
Bernardo Meurer
a2cdd3f44a
roon-server: 1.8-795 -> 1.8-806
2021-07-07 00:05:44 -07:00
Mario Rodas
7bcc3f6190
postgresqlPackages.timescaledb: 2.3.0 -> 2.3.1
...
https://github.com/timescale/timescaledb/releases/tag/2.3.1
2021-07-07 04:20:00 +00:00
Franz Pletz
19e5173787
janus-gateway: init at 0.11.3
2021-07-06 16:46:20 +02:00
Martin Weinelt
eb5659f4c2
Merge pull request #126962 from stigtsp/package/perl-5.34.0
2021-07-06 16:03:48 +02:00
github-actions[bot]
2a0536535d
Merge staging-next into staging
2021-07-06 06:01:39 +00:00
github-actions[bot]
3ddb8d5a79
Merge staging-next into staging
2021-07-06 00:02:03 +00:00
Kasper Gałkowski
cd7ca4552a
mariadb: replace galera_new_cluster in postPatch instead of postInstall
...
This prevents build errors when building mariadb with systemd removed
from buildInputs, in which case the galera_new_cluster file isn't
copied to $out/bin.
Also fixes a small bug where the URL in the script became invalid
after replacing - now it correctly points to an article on the MariaDB
website.
2021-07-06 00:33:56 +02:00
蛇崩乃音
6d76f54b64
tailscale: 1.10.0 -> 1.10.1
2021-07-05 22:41:26 +02:00
ajs124
ff78b89b37
Merge pull request #129287 from helsinki-systems/upd/prometheus-mysqld-exporter
...
prometheus-mysqld-exporter: 0.12.1 -> 0.13.0
2021-07-05 21:11:51 +02:00
github-actions[bot]
a28ba52cac
Merge staging-next into staging
2021-07-05 18:01:46 +00:00
Sandro
f5737fd1f3
Merge pull request #128638 from petrosagg/mz-0.8.1
...
materialize: 0.8.0 -> 0.8.1
2021-07-05 19:00:22 +02:00
Sandro
ed79adc782
Merge pull request #129269 from Izorkin/mariadb-fix
2021-07-05 18:19:13 +02:00
Sandro
0928f8b0d3
Merge pull request #129239 from LeSuisse/trafficserver-9.0.2
...
trafficserver: 9.0.1 -> 9.0.2
2021-07-05 18:04:15 +02:00
Thomas Gerbet
d41e86c67f
trafficserver: 9.0.1 -> 9.0.2
...
Fixes CVE-2021-32566 and CVE-2021-32567.
2021-07-05 15:16:06 +02:00
R. RyanTM
502618f5f9
prometheus-bird-exporter: 1.2.5 -> 1.2.6
2021-07-05 12:55:24 +00:00
github-actions[bot]
22990416fd
Merge staging-next into staging
2021-07-05 12:01:35 +00:00
Markus Kowalewski
8cc1f124d5
slurm: 20.11.7.1 -> 20.11.8.1
2021-07-05 11:07:51 +02:00
ajs124
60396b1a6c
prometheus-mysqld-exporter: 0.12.1 -> 0.13.0
...
https://github.com/prometheus/mysqld_exporter/blob/master/CHANGELOG.md#0130--2021-05-18
2021-07-05 02:36:18 +02:00
Izorkin
f85b19387d
mariadb: libsodium is required to build mroonga storage
2021-07-04 22:51:17 +03:00
ajs124
2899da3adb
Merge pull request #127958 from helsinki-systems/upd/mariadb
...
mariadb: 10.5.10 -> 10.5.11, mariadb-connector-c: 3.1.12 -> 3.1.13
2021-07-04 21:00:21 +02:00
github-actions[bot]
32b2f8040f
Merge staging-next into staging
2021-07-04 18:01:38 +00:00
Luke Granger-Brown
f930ea227c
Merge pull request #129237 from lukegb/grafana-plugins
...
grafanaPlugins: update
2021-07-04 13:53:55 +01:00
github-actions[bot]
5a31e44bd3
Merge staging-next into staging
2021-07-04 12:01:40 +00:00
Ryan Mulligan
1f64493674
Merge pull request #129209 from r-ryantm/auto-update/gobgpd
...
gobgpd: 2.28.0 -> 2.29.0
2021-07-04 04:57:25 -07:00
github-actions[bot]
c852543c1f
Merge staging-next into staging
2021-07-04 06:01:43 +00:00
R. RyanTM
f50ffddc91
gobgpd: 2.28.0 -> 2.29.0
2021-07-04 05:37:39 +00:00
Sandro
4523023de4
Merge pull request #129189 from fabaff/bump-teleport
2021-07-04 03:13:08 +02:00
Sandro
8723bd8119
Merge pull request #129122 from dotlambda/dateutil-alias
2021-07-04 02:53:34 +02:00
github-actions[bot]
4dfa39c625
Merge staging-next into staging
2021-07-04 00:02:06 +00:00
Martin Weinelt
06607de533
Merge pull request #128904 from mweinelt/python/whatever
2021-07-04 01:18:59 +02:00
Fabian Affolter
7b58fcf2a5
teleport: 6.2.5 -> 6.2.7
2021-07-04 00:28:31 +02:00
Martin Weinelt
bcd5b09634
pinnwand: relax token-bucket pin
2021-07-03 20:09:34 +02:00
github-actions[bot]
0957b61eaa
Merge staging-next into staging
2021-07-03 18:01:40 +00:00
Michael Weiss
0b93eb68a2
xwayland: support cross-compilation
2021-07-03 15:48:10 +02:00
Mario Rodas
5606e90f87
Merge pull request #127030 from r-ryantm/auto-update/gitlab-pages
...
gitlab-pages: 1.39.0 -> 1.40.0
2021-07-03 08:27:30 -05:00
Mario Rodas
2827743c12
Merge pull request #129069 from marsam/update-postgis
...
postgresqlPackages.postgis: 3.1.2 -> 3.1.3
2021-07-03 08:10:43 -05:00
github-actions[bot]
eaa5839643
Merge staging-next into staging
2021-07-03 12:01:53 +00:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Petros Angelatos
82dad6764a
materialize: 0.8.0 -> 0.8.1
...
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-07-03 12:30:51 +02:00
Robert Hensing
8b4883f673
Merge pull request #122445 from misuzu/freeswitch-update
...
freeswitch: 1.10.5 > 1.10.6
2021-07-03 11:07:03 +02:00
matthewcroughan
5df1e9d93d
coturn: add test for static-auth-secret-file
...
Adds passthru.tests.coturn = nixosTests.coturn;
2021-07-03 08:33:39 +01:00
github-actions[bot]
fd4afd6d9b
Merge staging-next into staging
2021-07-02 18:01:44 +00:00
Maximilian Bosch
a498577a2c
Merge pull request #128899 from Ma27/bump-grafana
...
grafana: 8.0.3 -> 8.0.4
2021-07-02 18:42:56 +02:00
Mario Rodas
ae852aa5ae
postgresqlPackages.postgis: 3.1.2 -> 3.1.3
2021-07-02 04:20:00 +00:00