Commit Graph

16653 Commits

Author SHA1 Message Date
R. Ryantm
035c7dc4fa bazarr: 0.9.9 -> 1.0.0 2021-10-29 02:23:56 +00:00
Sandro
7e574c8eaa
Merge pull request #143404 from chvp/bump-mautrix-whatsapp 2021-10-28 18:04:16 +02:00
Charlotte Van Petegem
5e447cfae5
mautrix-whatsapp: 0.1.8 -> 0.1.9 2021-10-28 17:17:54 +02:00
Sandro
11fbbb2126
Merge pull request #143369 from r-ryantm/auto-update/teleport 2021-10-28 16:43:48 +02:00
R. Ryantm
a3b4d12191 teleport: 7.3.0 -> 7.3.2 2021-10-28 12:14:28 +00:00
1000101
ab3097a237 postgresqlPackages.timescaledb: 2.4.2 -> 2.5.0 2021-10-28 14:09:31 +02:00
TredwellGit
44ffcb8362 discourse: 2.7.8 -> 2.7.9
https://nvd.nist.gov/vuln/detail/CVE-2021-41163
2021-10-28 01:56:09 +00:00
Ryan Burns
f67d4dd9c1
Merge pull request #142616 from r-burns/toplevel-system
treewide: remove toplevel `system` attr
2021-10-27 10:03:24 -07:00
maxine [they]
cb38526a7a
Merge pull request #143159 from r-ryantm/auto-update/plexRaw 2021-10-27 17:10:53 +02:00
R. Ryantm
e8abcc673b plexRaw: 1.24.4.5081-e362dc1ee -> 1.24.5.5173-8dcc73a59 2021-10-27 13:52:42 +00:00
Mario Rodas
e29cb6cb57
Merge pull request #142283 from marsam/update-nsq
nsq: 0.3.5 -> 1.2.1
2021-10-27 08:40:48 -05:00
ajs124
f0e1f4d052
Merge pull request #143051 from mkg20001/nq
nginxQuic: 404de224517e -> 6d1488b62dc5
2021-10-27 14:24:54 +02:00
Maximilian Bosch
55e25f7840
Merge pull request #142800 from Ma27/drop-nextcloud-20
nextcloud20: drop
2021-10-27 13:11:06 +02:00
Maciej Krüger
99cdb84b4b
nginxQuic: 404de224517e -> 6d1488b62dc5 2021-10-26 23:08:32 +02:00
Sandro
89a27a2e6f
Merge pull request #119719 from greizgh/seafile 2021-10-26 19:07:00 +02:00
Fabian Affolter
44caa4acf2 home-assistant: update component-packages 2021-10-26 08:40:34 +02:00
Ryan Burns
30f73c6493
Merge pull request #141659 from sikmir/gmid
gmid: init at 1.7.5
2021-10-25 19:18:11 -07:00
Cleeyv
ec3c9b1306 jibri: downgrade to jre8_headless from default v16
Fix for bug with jibri closing prematurely when recording is stopped:
https://github.com/jitsi/jibri/issues/441
2021-10-25 20:46:24 -04:00
Cleeyv
c6c77e819f jibri: add section to xorg conf file, for module
This change is adapted from a different jibri package, written by
@puckipedia for nixcon-video-infra 2020 along with a module for jibri.
Co-authored-by: Puck Meerburg <puck@puck.moe>
2021-10-25 20:46:24 -04:00
Bernardo Meurer
042b62583e
hqplayerd: fix gupnp version mismatches with fc34 2021-10-25 11:44:14 -07:00
Bernardo Meurer
25bb645568
hqplayerd: 4.26.0-67 -> 4.26.2-69 2021-10-25 11:09:31 -07:00
Nikolay Korotkiy
aa52a861a0
gmid: init at 1.7.5 2021-10-25 10:01:09 +03:00
Steven Roose
5729103df3 peertube: init at 3.4.1
Co-authored-by: Izorkin <izorkin@elven.pw> # maybe as the author of this commit seems to be Steven
Co-authored-by: Moritz Hedtke <Moritz.Hedtke@t-online.de>
Co-authored-by: Steven Roose <steven@stevenroose.org>
Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
Co-authored-by: Ismaël Bouya <ismael.bouya@normalesup.org>
2021-10-25 13:12:30 +09:00
happysalada
6f20d8efd4 meilisearch: 0.21.1 -> 0.23.1 2021-10-25 12:06:34 +09:00
Maximilian Bosch
e1e15974f8
nextcloud20: drop
The version 20 of Nextcloud will be EOLed by the end of this month[1].

Since the recommended default (that didn't raise an eval-warning) on
21.05 was Nextcloud 21, this shouldn't affect too many people.

In order to ensure that nobody does a (not working) upgrade across
several major-versions of Nextcloud, I replaced the derivation of
`nextcloud20` with a `throw` that provides instructions how to proceed.

The only case that I consider "risky" is a setup upgraded from 21.05 (or
older) with a `system.stateVersion` <21.11 and with
`services.nextcloud.package` not explicitly declared in its config. To
avoid that, I also left the `else-if` for `stateVersion < 21.03` which
now sets `services.nextcloud.package` to `pkgs.nextcloud20` and thus
leads to an eval-error. This condition can be removed
as soon as 21.05 is EOL because then it's safe to assume that only
21.11. is used as stable release where no Nextcloud <=20 exists that can
lead to such an issue.

It can't be removed earlier because then every `system.stateVersion <
21.11` would lead to `nextcloud21` which is a problem if `nextcloud19`
is still used.

[1] https://docs.nextcloud.com/server/20/admin_manual/release_schedule.html
2021-10-25 01:34:47 +02:00
Ryan Burns
3a3c1e94fb zigbee2mqtt: remove toplevel system attr 2021-10-24 13:53:49 -07:00
Ryan Burns
0b918edc99 adguardhome: remove toplevel system attr
Note that targetPlatform was incorrect when cross-compiling,
and should be hostPlatform
2021-10-24 13:53:23 -07:00
Sandro
9d1b80121c
Merge pull request #142755 from joachimschmidt557/mpd-0.23.2 2021-10-24 21:29:52 +02:00
joachimschmidt557
86d572c86a
mpd: 0.22.11 -> 0.23.2, activate pipewire 2021-10-24 20:56:38 +02:00
Sandro
7126a97a7e
Merge pull request #142742 from iAmMrinal0/update/dendrite 2021-10-24 20:17:24 +02:00
Bruno Bigras
69b01e3a22
Merge pull request #141408 from bbigras/openresty-lua
nixos/nginx: disable MemoryDenyWriteExecute for pkgs.openresty
2021-10-24 17:39:27 +00:00
Anderson Torres
80ce2933e9
Merge pull request #142707 from AndersonTorres/new-misc
treewide: rename perlPackages.libintl_perl -> perlPackages.libintl-perl
2021-10-24 13:41:26 -03:00
Mrinal Purohit
43df632797 dendrite: 0.4.1 -> 0.5.0 2021-10-24 17:56:54 +05:30
Mrinal Purohit
e4fafc019a cryptpad: 4.9.0 -> 4.11.0 2021-10-24 17:39:21 +05:30
AndersonTorres
713a69a199 treewide: rename perlPackages.libintl_perl -> perlPackages.libintl-perl
The other package managers call this package libintl-perl, and it is also the
original name.
2021-10-23 22:51:23 -03:00
Martin Weinelt
e3fa86456d
home-assistant: pin aioesphomeapi at 9.1.5 2021-10-24 03:14:43 +02:00
Ryan Burns
342852ff32
Merge pull request #141313 from r-ryantm/auto-update/moonraker
moonraker: unstable-2021-10-03 -> unstable-2021-10-10
2021-10-23 11:31:50 -07:00
Mario Rodas
89f0d2bff6
Merge pull request #142632 from marsam/postgresqlPackages.plpgsql_check
postgresqlPackages.plpgsql_check: 2.0.2 -> 2.0.5
2021-10-23 08:54:15 -05:00
Greizgh
32e6d672bc
seafile-server: init at 8.0.7 2021-10-23 11:34:34 +02:00
Ryan Burns
8d61c37c92
Merge pull request #142576 from 1000101/pgbouncer
pgbouncer: 1.15.0 -> 1.16.0
2021-10-22 22:13:59 -07:00
Mario Rodas
73acbabd32 postgresqlPackages.plpgsql_check: 2.0.2 -> 2.0.5 2021-10-22 22:26:36 -05:00
Mario Rodas
08a0d4994a
Merge pull request #142451 from trofi/age-use-latest-bison
postgresql11Packages.age: use latest bison
2021-10-22 18:53:31 -05:00
Ryan Mulligan
1493854481
Merge pull request #142607 from talyz/discourse-public-path
discourse: Fix the public directory path reported by Discourse
2021-10-22 16:25:34 -07:00
Bernardo Meurer
8a4a0a7669
Merge pull request #142524 from lovesegfault/hqplayerd-gpu-fixes
hqplayerd: add OpenGL to runpath
2021-10-22 15:58:43 -07:00
talyz
1fb77e822b discourse: Fix the public directory path reported by Discourse
Change the path to the public directory reported by Discourse
to its real path instead of the symlink in the store, since
the store path won't be matched by any nginx rules.

Fixes #142528.
2021-10-22 23:38:53 +02:00
Ryan Burns
2bbc2eaed3 bookstack: remove toplevel system attr 2021-10-22 14:03:17 -07:00
Ryan Burns
2be1c9eae1 navidrome: remove toplevel system attr 2021-10-22 14:02:26 -07:00
figsoda
090e4a21a5 piping-server-rust: init at 0.9.1 2021-10-22 12:57:59 -04:00
1000101
8940308c80 pgbouncer: 1.15.0 -> 1.16.0 2021-10-22 17:25:57 +02:00
Sandro
3b10c17870
Merge pull request #142414 from trofi/drop-ruby-2.6 2021-10-22 15:15:51 +02:00