Commit Graph

283037 Commits

Author SHA1 Message Date
06kellyjac
55f76ad8fd terragrunt: 0.28.22 -> 0.28.24 2021-04-16 15:49:44 +01:00
Kim Lindberger
37f49597e3
Merge pull request #118861 from talyz/gitlab-shell-fix
gitlab-shell: 13.15.1 -> 13.17.0
2021-04-16 16:17:58 +02:00
Kim Lindberger
7124e24a47
Merge pull request #119596 from talyz/discourse-2.6.5
discourse: 2.6.3 -> 2.6.5, module fixes
2021-04-16 16:06:47 +02:00
Sebastian Jordan
2e6b1f573f
pythonPackages.tqdm: Fix build on i686 architecture (#119608) 2021-04-16 09:58:49 -04:00
Sandro
d7ffdde842
Merge pull request #119613 from happysalada/update_wrangler
wrangler: 1.15.0 -> 1.16.0
2021-04-16 15:44:26 +02:00
Pascal Bach
88ccf36626
Merge pull request #117305 from r-ryantm/auto-update/digikam
digikam: 7.1.0 -> 7.2.0
2021-04-16 15:41:36 +02:00
Alyssa Ross
18632f10ae libfsm: use bmake setupHook for build+install phase 2021-04-16 12:56:48 +00:00
Alyssa Ross
952842352e hikari: use bmake setupHook for build+install phase 2021-04-16 12:56:48 +00:00
Alyssa Ross
53b88f966e bmake: add setupHook
With this change,

    nativeBuildInputs = [ bmake ];

will cause bmake to be used instead of GNU make, but with the usual
stdenv API.  Packages using bmake will no longer need to implement
their own {build,check,dist}Phase.
2021-04-16 12:56:48 +00:00
happysalada
d2c4c7ab8b wrangler: 1.15.0 -> 1.16.0 2021-04-16 21:37:59 +09:00
talyz
7310dd0da8
nixos/discourse: Fix plugin linking
When linking multiple plugins, the `ln` runs need to be separated by
newlines..

Fixes #119584.
2021-04-16 14:21:07 +02:00
talyz
515fb48312
nixos/discourse: Fail on file errors
Bash doesn't handle subshell errors properly if the result is used as
input to a command. To cause the services to fail when the files can't
be read, we need to assign the value to a variable, then export it
separately.
2021-04-16 14:21:01 +02:00
talyz
2db1ae068d
discourse: 2.6.3 -> 2.6.5 2021-04-16 14:20:56 +02:00
Sandro
262b73f8af
Merge pull request #119603 from petabyteboy/feature/kodi-jdk
kodi: use LTS jdk11
2021-04-16 13:50:37 +02:00
Sandro
84b7f09dcc
Merge pull request #119589 from samuela/samuela/remod-cli
nodePackages.remod-cli: init at 1.0.1
2021-04-16 13:49:58 +02:00
Sandro
d1f9e08fd8
Merge pull request #119585 from marsam/update-docker-slim
docker-slim: 1.34.0 -> 1.35.0
2021-04-16 13:24:01 +02:00
Sandro
84c44646aa
Merge pull request #119594 from jojosch/haruna-init
haruna: init at 0.6.1
2021-04-16 13:20:00 +02:00
Felix Tenley
c25e8e8c96 nixos/etebase-server: do not prompt for input during automatic upgrade 2021-04-16 13:08:42 +02:00
Shaw Vrana
31f5263929
qutebrowser: 2.1.1 -> 2.2.0 (#119376)
* pdfjs: 2.6.347 -> 2.8.335

* set QUTE_QTWEBENGINE_VERSION_OVERRIDE

Co-authored-by: Robert Schütz <dev@schuetz-co.de>
2021-04-16 12:35:14 +02:00
Milan Pässler
2ed0f723c7 nixos/mailman: add http listener for uwsgi
With the config suggested in the module docs both Mailman core and
Hyperkitty are running, but Mailman core can not connect to Hyperkitty,
since the default hyperkitty.baseUrl is not set up by the module.

This adds a http listener to the uwsgi config and changes the default
hyperkitty.baseUrl to connect to this http listener.
2021-04-16 12:16:12 +02:00
Michael Weiss
37f8212780
chromiumDev: 91.0.4469.4 -> 91.0.4472.10 2021-04-16 11:45:58 +02:00
Milan Pässler
a26f8d20ea
kodi: use LTS jdk11 2021-04-16 11:25:50 +02:00
Vincent Laporte
982bdad584 ocamlPackages.cairo2: use Dune 2 2021-04-16 11:07:36 +02:00
Vincent Laporte
e3aa8c650b ocamlPackages.lablgtk3: use Dune 2 2021-04-16 11:07:36 +02:00
Maximilian Bosch
98d6b081d1
Merge pull request #119592 from kolaente/update/gitea-1.14.1
gitea: 1.14.0 -> 1.14.1
2021-04-16 10:29:10 +02:00
Jörg Thalheim
05aa8598e5
Merge pull request #119501 from mweinelt/tts
tts: 0.0.9 -> 0.0.11
2021-04-16 08:45:06 +01:00
Jörg Thalheim
a7ee5158ab
tts: 0.0.11 -> 0.0.12 2021-04-16 09:40:36 +02:00
Johannes Schleifenbaum
93dfed39d2
haruna: init at 0.6.1 2021-04-16 09:35:17 +02:00
Robert Hensing
578acc7a42
Merge pull request #118018 from considerate/master
dockerTools: Implement merging of image tarballs
2021-04-16 09:17:44 +02:00
Guillaume Girol
f02d9c6626
Merge pull request #119582 from helsinki-systems/fix/dovecot-systemUser
nixos/dovecot: set isSystemUser for mailUser
2021-04-16 07:10:19 +00:00
kolaente
01fa878ebc
gitea: 1.14.0 -> 1.14.1 2021-04-16 08:48:50 +02:00
Kasper
54a942426e
gnutls: fix build with musl (#119569)
* gnutls: fix build with musl

* gnutls: don't handle old versions

Co-authored-by: Kasper Gałkowski <kpg@posteo.net>
2021-04-16 07:48:27 +01:00
Jörg Thalheim
ec050f16d4
Merge pull request #119238 from xfix/revert-no-longer-necessary-systemd-bug-workaround
Revert "nixos/systemd: provide libidn2 for systemd-resolved"
2021-04-16 07:41:39 +01:00
Jörg Thalheim
339f813869
Merge pull request #119590 from lopsided98/gnutls-remove-patch
gnutls: remove upstreamed armv7l patch
2021-04-16 07:24:30 +01:00
Ben Wolsieffer
8a91c70ec1 gnutls: remove upstreamed armv7l patch 2021-04-16 00:14:30 -04:00
Samuel Ainsworth
c638a19576 nodePackages.remod-cli: init at 1.0.1 2021-04-15 20:47:20 -07:00
Sandro
294d1925af
Merge pull request #119461 from fabaff/karton-config-extractor 2021-04-16 01:42:07 +02:00
Sandro
cd8c90fe20
Merge pull request #119570 from fabaff/bump-tinydb 2021-04-16 01:38:26 +02:00
Alex Wied
22fb4458c0
zcash: 4.3.0 -> 4.4.0 (#119579)
Co-authored-by: Alex Wied <alexwied@coinmetrics.io>
2021-04-16 01:25:59 +02:00
Sandro
f8bc2b433e
Merge pull request #119580 from drewrisinger/dr-pr-sparse-bump
python3Packages.sparse: 0.11.2 -> 0.12.0
2021-04-16 01:25:14 +02:00
Sandro
53c17ed45c
Merge pull request #119581 from fabaff/karton-mwdb-reporter 2021-04-16 01:24:33 +02:00
Sandro
3015c5f9f8
Merge pull request #119575 from fabaff/bump-metasploit
metasploit: 6.0.39 -> 6.0.40
2021-04-16 01:22:48 +02:00
Sandro
dcdb7555d8
Merge pull request #119572 from bcdarwin/libminc-downgrade-hdf5
libminc: hdf5 -> hdf5_1_10
2021-04-16 01:22:21 +02:00
ajs124
90f6033984 nixos/tests/dovecot: set mailUser and mailGroup 2021-04-16 00:43:11 +02:00
ajs124
6637ce9fd8 nixos/dovecot: set isSystemUser for mailUser
needed after 7a87973b4c
2021-04-16 00:42:43 +02:00
Fabian Affolter
06c63c2118 python3Packages.karton-mwdb-reporter: init at 1.0.0 2021-04-16 00:15:38 +02:00
Fabian Affolter
d9f87b224f python3Packages.mwdblib: init at 3.4.0 2021-04-16 00:12:21 +02:00
Fabian Affolter
0681bd9e9a python3Packages.beautifultable: init at 1.0.1 2021-04-16 00:12:21 +02:00
Technical27
3cee82ace3
lunar-client: 2.4.0 -> 2.6.0 (#119355)
* lunar-client: add Technical27 to maintainers

* lunar-client: 2.4.0 -> 2.6.0
2021-04-15 18:11:52 -04:00
Sandro
bf2f499cec
Merge pull request #119460 from ryantm/corosync 2021-04-16 00:06:38 +02:00