Commit Graph

15522 Commits

Author SHA1 Message Date
github-actions[bot]
dc802b2e19
Merge master into staging-next 2021-07-19 00:01:36 +00:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
Maximilian Bosch
fc98ebad15
Merge pull request #130577 from maxeaubrey/maxine-add-to-maintainers
pkgs: add maxeaubrey to maintainers
2021-07-18 21:52:22 +02:00
Maxine Aubrey
dbf4e2980d
pkgs: add maxeaubrey to maintainers 2021-07-18 21:23:26 +02:00
Elis Hirwing
c2e503530b
hockeypuck-web: init at 2.1.0 2021-07-18 20:30:46 +02:00
Elis Hirwing
af5d91db55
hockeypuck: init at 2.1.0 2021-07-18 20:30:02 +02:00
github-actions[bot]
e15af378fb
Merge master into staging-next 2021-07-18 18:01:12 +00:00
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
Milo Gertjejansen
97cb387fb9 tt-rss: 2021-01-29 -> 2021-06-23 and modules/tt-rss: updated config.php creation
The version of tt-rss in nixpkgs was pre-php 8. This updates tt-rss to the most recent version, which uses php 8.

The updates to the module are required changes, per https://community.tt-rss.org/t/rip-config-php-hello-classes-config-php/4337.
2021-07-06 18:46:21 -04: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
github-actions[bot]
979fa2230f
Merge staging-next into staging 2021-07-02 00:02:37 +00:00
R. RyanTM
10647f431d _389-ds-base: 2.0.5 -> 2.0.6 2021-07-01 13:31:07 -07:00
Maximilian Bosch
5ec4668732
grafana: 8.0.3 -> 8.0.4
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.0.4
2021-07-01 18:19:16 +02:00
github-actions[bot]
e9140eaeec
Merge staging-next into staging 2021-07-01 12:01:39 +00:00
Mario Rodas
bf413e4630
Merge pull request #128807 from r-ryantm/auto-update/groonga
groonga: 11.0.3 -> 11.0.4
2021-07-01 06:59:11 -05:00
Fabian Affolter
05af00f0a1
Merge pull request #128821 from dotlambda/pypoint-init
home-assistant: support point component
2021-07-01 13:27:09 +02:00
Luke Granger-Brown
f1e81de38c grafanaPlugins.doitintl-bigquery-datasource: 2.0.1 → 2.0.2 2021-07-01 10:17:45 +00:00
Jörg Thalheim
9b24799b11
Merge pull request #122569 from Izorkin/update-ejabberd
ejabberd: 20.12 -> 21.04
2021-07-01 08:12:37 +01:00
Jörg Thalheim
6a04b91a98
ejabberd: drop riak support
riak project is dead.
2021-07-01 09:10:36 +02:00
Jörg Thalheim
82973506ac
ejabberd: drop broken elixir support 2021-07-01 09:10:11 +02:00
github-actions[bot]
7b92d2adb6
Merge staging-next into staging 2021-07-01 06:01:37 +00:00
Sandro
74e9c26484
Merge pull request #128817 from dotlambda/home-assistant-test-qld_bushfire
home-assistant: test qld_bushfire component
2021-07-01 02:10:27 +02:00
Ron B
b2be8c5b3a
pufferpanel: init at 2.2.0 (#128243)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-01 02:10:12 +02:00
github-actions[bot]
ece0ec5a6e
Merge staging-next into staging 2021-07-01 00:02:10 +00:00
Sandro
593494c220
Merge pull request #128705 from baracoder/xwayland-fixup
xwayland: Fix build option default_font_path
2021-07-01 01:09:26 +02:00
Luke Granger-Brown
272773e1cb
Merge pull request #127931 from talyz/discourse-plugins
discourse: Fix plugin support
2021-06-30 23:03:57 +01:00
Robert Schütz
fa89d0d8be home-assistant: test point component 2021-06-30 23:46:22 +02:00
Robert Schütz
a86b8c54c2 home-assistant: update component-packages.nix 2021-06-30 23:41:23 +02:00
Sandro
4f5426a416
Merge pull request #128711 from lukegb/pomerium
pomerium: 0.14.4 -> 0.14.7
2021-06-30 23:31:00 +02:00
Robert Schütz
2a695bf935 home-assistant: test qld_bushfire component 2021-06-30 23:19:41 +02:00
Maximilian Bosch
ef64662d81
Merge pull request #128777 from sumnerevans/matrix-synapse-1.37.1
matrix-synapse: 1.37.0 -> 1.37.1
2021-06-30 22:48:46 +02:00
R. RyanTM
1189d9253a groonga: 11.0.3 -> 11.0.4 2021-06-30 19:06:21 +00:00
Sumner Evans
9d694395a8
matrix-synapse: 1.37.0 -> 1.37.1 2021-06-30 08:09:20 -06:00
Luke Granger-Brown
7d281f26d3 pomerium: 0.14.4 -> 0.14.7 2021-06-30 01:44:30 +00:00
Herman Fries
46d9fddd71 xwayland: Fix build option default_font_path 2021-06-30 02:44:00 +02:00
github-actions[bot]
b987968536
Merge staging-next into staging 2021-06-30 00:08:54 +00:00
Sandro
8c132f5337
Merge pull request #128693 from baracoder/patch-1
xwayland: Fix build options
2021-06-30 01:52:34 +02:00
Nikola Knežević
c50de910d1
Remove knl as maintainer for oauth2_proxy (#128483)
Co-authored-by: fortune <lythe1107@gmail.com>
Co-authored-by: Nikola Knezevic <nikola.knezevic@imc.com>
2021-06-30 01:48:02 +02:00
Herman Fries
e266a62d6d xwayland: Fix build options
Logs https://hydra.nixos.org/build/146088556/nixlog/7
show `WARNING: Unknown options: "default-font-path, xwayland-eglstream"`
The option names should contain underscores https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/meson_options.txt#L9
2021-06-30 01:21:51 +02:00
Sandro
d23fa41ae4
Merge pull request #128623 from dotlambda/smart-meter-texas-init 2021-06-30 01:00:35 +02:00
Sandro
d9eb62dfbf
Merge pull request #128656 from rvolosatovs/update-maintainership 2021-06-30 00:57:28 +02:00
Maximilian Bosch
135051d82e
Merge pull request #128020 from sumnerevans/matrix-synapse-1.37
matrix-synapse: 1.36.0 -> 1.37.0
2021-06-30 00:27:57 +02:00
Sandro
33f2d30aba
Merge pull request #128653 from fabaff/hikvision 2021-06-30 00:24:45 +02:00
Sandro
dfa4fab835
Merge pull request #128611 from dotlambda/somfy-mylink-synergy-init 2021-06-30 00:23:02 +02:00
Sandro
19fd6178d4
Merge pull request #128640 from elseym/atlassian-confluence
atlassian-confluence: 7.11.0 -> 7.12.2
2021-06-29 23:51:46 +02:00
Robert Schütz
722ea721ab home-assistant: test rfxtrx component 2021-06-29 22:41:32 +02:00
Robert Schütz
7d5239daee home-assistant: update component-packages.nix 2021-06-29 22:40:34 +02:00
Roman Volosatovs
f9326f6c4c
cockroachdb: remove myself as maintainer 2021-06-29 21:20:08 +02:00
Fabian Affolter
0f2266fa95 home-assistant: update component-packages 2021-06-29 20:47:10 +02:00
github-actions[bot]
fc76765e6e
Merge staging-next into staging 2021-06-29 18:04:14 +00:00
Robert Schütz
8f7a3c6df1
Merge pull request #128639 from fabaff/env-canada
python3Packages.env-canada: init at 0.4.0
2021-06-29 18:04:42 +02:00
elseym
50839b4498
atlassian-confluence: 7.11.0 -> 7.12.2 2021-06-29 17:47:07 +02:00
Fabian Affolter
ee8a5b4b03 home-assistant: update component-packages 2021-06-29 17:36:57 +02:00
Sumner Evans
4de7808be3
matrix-synapse: 1.36.0 -> 1.37.0 2021-06-29 08:13:44 -06:00
Robert Schütz
b2bbee0263 home-assistant: test somfy_mylink component 2021-06-29 15:40:14 +02:00
Robert Schütz
e3ff8f5658 home-assistant: update component-packages.nix 2021-06-29 15:39:15 +02:00
Robert Schütz
2e25f443c9 home-assistant: test smart_meter_texas component 2021-06-29 15:35:13 +02:00
Robert Schütz
6d682ef306 home-assistant: update component-packages.nix 2021-06-29 15:34:41 +02:00
Martin Weinelt
8f353edb83
Merge pull request #128609 from dotlambda/sonarr-init 2021-06-29 15:27:48 +02:00
github-actions[bot]
e939b277e6
Merge staging-next into staging 2021-06-29 12:04:33 +00:00
Robert Schütz
f5d90899d4 home-assistant: test smarthab component 2021-06-29 13:20:25 +02:00
Robert Schütz
b1d184deeb home-assistant: update component-packages.nix 2021-06-29 13:19:07 +02:00
Robert Schütz
4bb462b8f8 home-assistant: test sonarr component 2021-06-29 12:10:28 +02:00
Robert Schütz
94d8b2dcb2 home-assistant: update component-packages.nix 2021-06-29 12:09:48 +02:00
Fabian Affolter
fc70bcf4df
Merge pull request #128561 from dotlambda/python-songpal-init
home-assistant: support songpal component
2021-06-29 12:07:43 +02:00
github-actions[bot]
e6c5cdb3e7
Merge staging-next into staging 2021-06-29 06:04:22 +00:00
Ben Siraphob
f0e736e290
Merge pull request #128571 from r-ryantm/auto-update/imgproxy
imgproxy: 2.16.4 -> 2.16.5
2021-06-29 10:42:17 +07:00
github-actions[bot]
ff0a0c28da
Merge staging-next into staging 2021-06-29 00:10:57 +00:00
R. RyanTM
447e75a24c imgproxy: 2.16.4 -> 2.16.5 2021-06-28 23:38:15 +00:00
Robert Schütz
7a8ca2b1f5 home-assistant: test songpal component 2021-06-28 23:51:47 +02:00
Fabian Affolter
91f13012c5
Merge pull request #128508 from dotlambda/starline-init
home-assistant: support starline component
2021-06-28 23:51:47 +02:00
Robert Schütz
1c4bcfc593 home-assistant: update component-packages.nix 2021-06-28 23:51:47 +02:00
R. RyanTM
2acfbeeb82 jackett: 0.18.364 -> 0.18.372 2021-06-28 12:05:32 -07:00
github-actions[bot]
1bce4703aa
Merge staging-next into staging 2021-06-28 18:12:05 +00:00
Robert Schütz
6b21275e58 home-assistant: test srp_energy component 2021-06-28 16:32:51 +02:00
Robert Schütz
12fd96ae06 home-assistant: update component-packages.nix 2021-06-28 16:30:33 +02:00
Robert Schütz
0e6f2e2201 home-assistant: test starline component 2021-06-28 16:20:03 +02:00
Robert Schütz
831807d65a home-assistant: update component-packages.nix 2021-06-28 16:18:35 +02:00
Ben Wolsieffer
773369673c samba: fix cross-compilation 2021-06-28 09:44:42 -04:00
Robert Schütz
49d0347312 home-assistant: test syncthru component 2021-06-28 14:25:23 +02:00
Robert Schütz
45c5ead53c home-assistant: update component-packages.nix 2021-06-28 14:23:03 +02:00
github-actions[bot]
68af28a926
Merge staging-next into staging 2021-06-28 12:05:23 +00:00
Jörg Thalheim
b965dee623
Merge pull request #124188 from Mic92/postgresql
postgresql: enable pie
2021-06-28 07:25:57 +01:00
Maciej Krüger
5b2824b9e2 matomo: 4.2.1 -> 4.3.1 2021-06-27 23:12:09 -07:00
Ryan Horiguchi
23e3724a11 home-assistant: update component-packages.nix 2021-06-27 22:43:52 -07:00
Robert Schütz
dbf5cd2d90
Merge pull request #127997 from dotlambda/python-juicenet-init
home-assistant: support juicenet component
2021-06-28 00:09:04 +02:00
Martin Weinelt
7f4a7acc0e
Merge pull request #128449 from dotlambda/home-assistant-setuptools
home-assistant: requires setuptools
2021-06-27 23:12:52 +02:00
Robert Schütz
dcbc095441 home-assistant: requires setuptools
It's used in homeassistant/util/package.py but not mentioned in
setup.py.
2021-06-27 23:05:37 +02:00
Sandro
54fb6ba935
Merge pull request #128265 from ambroisie/update-calibre-web 2021-06-27 18:19:21 +02:00
Bruno BELANYI
62bdc5114a calibre-web: 0.6.11 -> 0.6.12 2021-06-27 18:00:39 +02:00
Sandro
7457ebe41f
Merge pull request #128303 from andreisergiu98/ombi-update
ombi: 4.0.1345 -> 4.0.1430
2021-06-27 17:51:34 +02:00
Sandro
a7068ea0df
Merge pull request #128264 from Kranzes/bump-mpd
mpd: 0.22.8 -> 0.22.9
2021-06-27 17:42:30 +02:00
Fabian Affolter
15e7d05b11
Merge pull request #128306 from dotlambda/upcloud-api-init
home-assistant: support upcloud component
2021-06-27 16:04:06 +02:00
Robert Schütz
c82cb95a02 home-assistant: test juicenet component 2021-06-27 14:29:03 +02:00
Robert Schütz
968e0987d7 home-assistant: update component-packages.nix 2021-06-27 14:28:23 +02:00
Robert Schütz
654ca52421 home-assistant: test synology_dsm component 2021-06-27 14:26:26 +02:00
Robert Schütz
3a9eeac3c1 home-assistant: update component-packages.nix 2021-06-27 14:26:26 +02:00
Robert Schütz
59245deb14 home-assistant: test upcloud component 2021-06-27 13:49:02 +02:00
Robert Schütz
e33db52206 home-assistant: update component-packages.nix 2021-06-27 13:45:27 +02:00
Andrei Pampu
9ecc9078cd
ombi: 4.0.1345 -> 4.0.1430 2021-06-27 14:35:23 +03:00
Robert Schütz
1d473cf593 home-assistant: test totalconnect component 2021-06-27 12:26:42 +02:00
Robert Schütz
57bb3d7e7a home-assistant: update component-packages.nix 2021-06-27 12:26:42 +02:00
Luke Granger-Brown
5bc45b51d0 grafanaPlugins.grafana-polystat-panel: 1.2.4 → 1.2.5 2021-06-27 10:18:02 +00:00
Ilan Joselevich
373e9efc26 mpd: 0.22.8 -> 0.22.9 2021-06-27 02:44:25 +03:00
Fabian Affolter
5b45b2fa6f home-assistant: update component-packages 2021-06-26 14:58:43 -07:00
Fabian Affolter
7387b8215d home-assistant: update component-packages 2021-06-26 14:58:19 -07:00
Sandro
bc088d1ccc
Merge pull request #128196 from dotlambda/pytradfri-init 2021-06-26 22:15:01 +02:00
Sandro
7782addc63
Merge pull request #128112 from jakuzure/patch-2 2021-06-26 18:35:59 +02:00
Sandro
007e8174e1
Merge pull request #127686 from helsinki-systems/feat/dovecot-lua
dovecot: add optional lua support
2021-06-26 18:35:48 +02:00
Fabian Affolter
88e37bb4fb
Merge pull request #128193 from dotlambda/upb-lib-init
home-assistant: support upb component
2021-06-26 17:28:18 +02:00
Robert Schütz
d886c446fe home-assistant: test tradfri component 2021-06-26 14:41:07 +02:00
Robert Schütz
efa58212b1 home-assistant: update component-packages.nix 2021-06-26 14:38:09 +02:00
Robert Schütz
2551e8ad82 home-assistant: test upb component 2021-06-26 14:13:50 +02:00
Robert Schütz
04d2b721ac home-assistant: update component-packages.nix 2021-06-26 14:09:36 +02:00
github-actions[bot]
45003ba5f9
Merge master into staging-next 2021-06-26 12:06:25 +00:00
Fabian Affolter
4d420f27eb
Merge pull request #128125 from dotlambda/vilfo-api-client-init
home-assistant: support vilfo component
2021-06-26 13:39:55 +02:00
Robert Schütz
cbdb097629 Merge branch 'master' into staging-next 2021-06-26 10:53:04 +02:00
Fabian Affolter
6925f053c4
Merge pull request #128132 from dotlambda/pykrakenapi-init
home-assistant: support kraken component
2021-06-26 10:46:52 +02:00
Fabian Affolter
ff5da29a3f
Merge pull request #128128 from dotlambda/pysiaalarm-init
home-assistant: support sia component
2021-06-26 09:58:48 +02:00
Robert Schütz
d6234c2165 Merge branch 'master' into staging-next 2021-06-26 00:33:58 +02:00
Robert Schütz
c57f05447e home-assistant: test syncthing component 2021-06-25 21:49:27 +02:00
Robert Schütz
0d6a426236 home-assistant: test kraken component 2021-06-25 20:55:09 +02:00
Robert Schütz
64e8b3df7c home-assistant: update component-packages.nix 2021-06-25 20:54:12 +02:00
Robert Schütz
9cd99e192e home-assistant: test sia component 2021-06-25 20:42:32 +02:00
Robert Schütz
111cc8838a home-assistant: update component-packages.nix 2021-06-25 20:42:31 +02:00
Robert Schütz
5451bd7d92 home-assistant: test vilfo component 2021-06-25 19:52:04 +02:00
Robert Schütz
043d7c485b home-assistant: update component-packages.nix 2021-06-25 19:50:11 +02:00
Sandro
b03bf67f6f
Merge pull request #128099 from dotlambda/rflink-init 2021-06-25 19:14:18 +02:00
Sandro
9470f462d5
Merge pull request #127999 from dotlambda/ndms2-client-init 2021-06-25 18:47:32 +02:00
蛇崩乃音
cbe2ac46a4
tailscale: 1.8.8 -> 1.10.0 2021-06-25 17:03:27 +02:00
Robert Schütz
321d92cc06 home-assistant: test rflink component 2021-06-25 15:00:01 +02:00
Robert Schütz
3a1200eef3 home-assistant: update component-packages.nix 2021-06-25 15:00:00 +02:00
github-actions[bot]
bae6b2055f
Merge master into staging-next 2021-06-25 12:06:04 +00:00
markuskowa
4457a52cab
Merge pull request #124910 from r-ryantm/auto-update/mediawiki
mediawiki: 1.35.2 -> 1.36.0
2021-06-25 13:22:34 +02:00
Markus Kowalewski
40c869a812
mediawiki: 1.36.0 -> 1.36.1 2021-06-25 12:48:39 +02:00
Sandro
9ce8d79b3f
Merge pull request #128009 from jakuzure/patch-1
tailscale: 1.8.7 -> 1.8.8
2021-06-25 11:55:23 +02:00
Maximilian Bosch
0b92e6bbcc
Merge pull request #128042 from risicle/ris-dovecot-tests
dovecot: enable tests
2021-06-25 11:15:04 +02:00
Maximilian Bosch
eb5013d20d
Merge pull request #128048 from dali99/add-txredisapi-synapse
Add txredisapi to matrix-synapse dependencies
2021-06-25 10:40:11 +02:00
Robert Schütz
c1dca92daf Merge branch 'master' into staging-next 2021-06-25 10:02:10 +02:00
Peter Hoeg
0f441f5cad monitoring-plugins: 2.2.0 -> 2.3.0 2021-06-25 15:45:04 +08:00
Daniel Olsen
55e325032b matrix-synapse: Add txredisapi as dependency when using redis 2021-06-24 23:58:18 +02:00
Robert Scott
f8e309adc3 dovecot: enable tests
test harness appears to reset PATH, making hard-coding paths of
basic tools necessary
2021-06-24 21:17:11 +01:00
Sandro
c6a049a3d3
Merge pull request #128024 from dotlambda/python-izone-init 2021-06-24 21:05:40 +02:00
talyz
7671b90919
discourse: Add a proper plugin builder + a few initial packages
Some discourse plugins have Ruby dependencies and require a
specialized builder. This introduces a generic builder that can be
used whether the plugin has Ruby dependencies or not. It also adds a
set of pre-packaged plugins available through `discourse.plugins` and
provides an easy way to add more.
2021-06-24 20:54:14 +02:00
talyz
f0ae7fdf7e
discourse: Patch sources instead of using replace-literal 2021-06-24 19:38:25 +02:00
talyz
9af3672f4f
discourse: Fix plugin support
For plugins to work properly, their assets need to be precompiled
along with the rest of Discourse's assets. This means we need to build
new packages when the list of plugins change.
2021-06-24 19:38:19 +02:00
Fabian Affolter
8004e04140
Merge pull request #128008 from dotlambda/konnected-init
home-assistant: support konnected component
2021-06-24 18:48:20 +02:00
Robert Schütz
6ba0fd8d5b home-assistant: test izone component 2021-06-24 18:17:48 +02:00
Robert Schütz
dbd6b2279c home-assistant: update component-packages.nix 2021-06-24 18:16:13 +02:00
蛇崩乃音
3e5b5ef7e6
tailscale: 1.8.7 -> 1.8.8 2021-06-24 13:32:36 +02:00
Robert Schütz
e66619bdf5 home-assistant: test konnected component 2021-06-24 13:10:29 +02:00
Robert Schütz
fade118376 home-assistant: update component-packages.nix 2021-06-24 13:08:04 +02:00