Commit graph

211990 commits

Author SHA1 Message Date
Mario Rodas a5c3e14785 dune_2: 2.1.3 -> 2.2.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.2.0
2020-02-07 09:58:43 +01:00
Maximilian Bosch e2c378348e
Merge pull request #79404 from marsam/update-gitAndTools.delta
gitAndTools.delta: 0.0.15 -> 0.0.16
2020-02-07 09:08:39 +01:00
lewo bda4a5729f
Merge pull request #79412 from KyleOndy/yq-go_v3
yq-go: 2.4.0 -> 3.1.0
2020-02-07 09:07:38 +01:00
Robin Gloster b792580760
Merge pull request #79403 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 7.2.0 -> 7.2.1
2020-02-07 08:53:48 +01:00
Kyle Ondy b2cc53e0b7
yq-go: 2.4.0 -> 3.1.0 2020-02-06 23:01:14 -05:00
Christian Lütke-Stetzkamp 78956495de
libxkbcommon: fix build on darwin (#79393)
The patch is already in upstream
2020-02-06 22:49:43 -05:00
Jan Tojnar c77a95dc0d
mypaint-brushes: clean up 2020-02-07 03:44:33 +01:00
Mario Rodas 947ace2a16
Merge pull request #79188 from sikmir/viking
viking: 1.7 -> 1.8
2020-02-06 21:40:51 -05:00
Sergey Lukjanov 4965950365
prometheus: 2.14.0 -> 2.15.2 (#79400) 2020-02-06 21:36:39 -05:00
Mario Rodas 2fda7c1224
gitAndTools.delta: 0.0.15 -> 0.0.16
Changelog: https://github.com/dandavison/delta/releases/tag/0.0.16
2020-02-06 21:21:21 -05:00
R. RyanTM c72622a87d atlassian-confluence: 7.2.0 -> 7.2.1 2020-02-07 01:58:35 +00:00
Mario Rodas 08decd7ada
Merge pull request #79333 from marsam/update-nodejs
nodejs: 10.18.1 -> 10.19.0, 12.14.1 -> 12.15.0, 13.7.0 -> 13.8.0
2020-02-06 20:54:04 -05:00
Mario Rodas 9d689de185
Merge pull request #79334 from marsam/update-flow
flow: 0.117.0 -> 0.118.0
2020-02-06 19:52:22 -05:00
Ryan Mulligan 7b78c8b461
Merge pull request #79332 from r-ryantm/auto-update/mpd-mpris
mpd-mpris: 0.2.3 -> 0.2.4
2020-02-06 16:47:03 -08:00
Ryan Mulligan 84f51bd67b
Merge pull request #79396 from r-ryantm/auto-update/topgrade
topgrade: 3.7.1 -> 3.9.0
2020-02-06 16:46:36 -08:00
Jan Tojnar eb2b8d2560
Revert "Revert "rsyslog: 8.1911.0 -> 8.2001.0""
This reverts commit a752fb85bc.

rsyslogd test passes and it is not actually used by installer tests so the bisection failure was likely unrelated.
2020-02-07 00:39:19 +01:00
Jan Tojnar 0c5502e4a4
gnash: fix build
It does not actually need pangox.
2020-02-07 00:37:38 +01:00
Jan Tojnar 07281f23b6
Merge pull request #79371 from jtojnar/hughsie-pkgs
fwupd: split daemon again
2020-02-07 00:35:27 +01:00
risson 301bca0734
nixos/tmux: rename extraTmuxConf to extraConfig (#77423) 2020-02-06 15:29:36 -08:00
Maximilian Bosch 629c35627f
Merge pull request #79395 from Frostman/docker-compose
docker-compose: 1.25.1 -> 1.25.4
2020-02-07 00:09:26 +01:00
Maximilian Bosch 177b28cd06
cargo-make: 0.26.2 -> 0.27.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.27.0
2020-02-06 23:44:44 +01:00
worldofpeace 12b8981d2a
Merge pull request #79085 from Atemu/dnscrypt-proxy2-2.0.39
dnscrypt-proxy2: 2.0.36 -> 2.0.39
2020-02-06 17:42:44 -05:00
Sergey Lukjanov 57be3cab36 docker-compose: 1.25.1 -> 1.25.4 2020-02-06 14:31:59 -08:00
Michael Weiss 4ffe245420
tev: 1.13 -> 1.14 2020-02-06 22:56:14 +01:00
R. RyanTM 1cb1a8a37f topgrade: 3.7.1 -> 3.9.0 2020-02-06 21:54:46 +00:00
Bruno Bigras a03b2b331e notmuch: 0.29.2 -> 0.29.3 2020-02-06 22:51:21 +01:00
Matthieu Coudron 2855281050 alot: 0.8.1 -> 0.9
Changelog: https://github.com/pazz/alot/releases/tag/0.9
2020-02-06 22:50:33 +01:00
Maximilian Bosch 51ac6731e0
Merge pull request #79354 from r-ryantm/auto-update/spdk
spdk: 19.10.1 -> 20.01
2020-02-06 22:36:17 +01:00
Jan Tojnar e5f7dacc93
nixos/fwupd: disable test plugins implicitly
invalid test was introduced in 297d1598ef
and it is disabled in the shipped daemon.conf.

I forgot to reflect that in the module, which caused the daemon to print the following on start-up:

    FuEngine             invalid has incorrect built version invalid

and the command to warn:

    WARNING: The daemon has loaded 3rd party code and is no longer supported by the upstream developers!

To reduce the change of this happening in the future, I moved the list of default disabled plug-ins to the package expression.

I also set the value of the NixOS module option in the config section of the module instead of the default value used previously,
which will allow users to not care about these plug-ins.
2020-02-06 22:32:13 +01:00
Jan Tojnar c942013dbc
fwupd: split daemon again
In 1.3.5, fwupdprivate library was made into a shared fwupdplugin library.
This library is considered semi-private and is used by fwupd daemon and
fwupd plug-ins and now possibly third party plug-ins.

The fwupdplugin library refers to the plug-in directory in fwupd.out
causing a dependency cycle. For that reason we need to move it to out.
2020-02-06 22:32:13 +01:00
Maximilian Bosch 5e0b85b912
grafana: add myself as maintainer 2020-02-06 22:17:37 +01:00
Timo Kaufmann a752fb85bc Revert "rsyslog: 8.1911.0 -> 8.2001.0" 2020-02-06 22:16:09 +01:00
Maximilian Bosch 4b4a791d55
Merge pull request #79389 from WilliButz/update-grafana
grafana: 6.6.0 -> 6.6.1
2020-02-06 22:04:51 +01:00
Michael Weiss 5a0e91e78f
gitRepo: 1.13.9.2 -> 1.13.9.3 2020-02-06 21:49:21 +01:00
WilliButz 13305343f5
grafana: 6.6.0 -> 6.6.1 2020-02-06 21:44:17 +01:00
Maximilian Bosch 52ad0844d8
Merge pull request #79382 from sondr3/cargo-edit-0.5
cargo-edit: 0.4.2 -> 0.5.0
2020-02-06 21:16:58 +01:00
Maximilian Bosch 47f3cf779a
Merge pull request #79342 from r-ryantm/auto-update/playerctl
playerctl: 2.0.2 -> 2.1.1
2020-02-06 21:15:44 +01:00
Maximilian Bosch 2de41ccab3
Merge pull request #79369 from Ma27/update-strace
strace: 5.4 -> 5.5
2020-02-06 20:56:42 +01:00
Sondre Nilsen 1be0698618
cargo-edit: 0.4.2 -> 0.5.0 2020-02-06 20:43:53 +01:00
R. RyanTM cba54926dc synthv1: 0.9.11 -> 0.9.12 2020-02-06 20:23:19 +01:00
R. RyanTM 05c439a62c samplv1: 0.9.11 -> 0.9.12 2020-02-06 20:22:47 +01:00
R. RyanTM 2275f1770b openwsman: 2.6.9 -> 2.6.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openwsman/versions
2020-02-06 20:20:12 +01:00
R. RyanTM 6721ac7d9d gemrb: 0.8.5 -> 0.8.6 2020-02-06 20:19:07 +01:00
R. RyanTM 58bfcdd0f5 clipgrab: 3.8.6 -> 3.8.7 2020-02-06 20:18:21 +01:00
R. RyanTM 78d6e74427 eagle: 9.5.1 -> 9.5.2 2020-02-06 20:17:53 +01:00
R. RyanTM 4028dcf3a3 eventstat: 0.04.07 -> 0.04.08 2020-02-06 20:17:34 +01:00
R. RyanTM 0237993d5a jackett: 0.12.907 -> 0.12.1301 2020-02-06 20:17:16 +01:00
R. RyanTM 6d4c30b2c3 ibus-engines.table: 1.9.21 -> 1.9.22 2020-02-06 20:16:54 +01:00
R. RyanTM dd2e822fc2 libsForQt5.libqglviewer: 2.7.1 -> 2.7.2 2020-02-06 20:16:36 +01:00
R. RyanTM 229b95f8c4 monetdb: 11.35.3 -> 11.35.9 2020-02-06 20:16:20 +01:00