Elyhaka
c2600f0424
wofi: changed maintainer after @erictapen request
2020-03-29 00:23:49 +01:00
Elyhaka
df2984dbf9
wofi: fix hash mismatch between fetchurl and fetchpatch
2020-03-29 00:23:49 +01:00
R. RyanTM
a15897c0cd
python27Packages.qdarkstyle: 2.8 -> 2.8.1
2020-03-28 16:23:32 -07:00
R. RyanTM
d5b7f97098
python27Packages.globus-sdk: 1.8.0 -> 1.9.0
2020-03-28 16:23:09 -07:00
Jan Tojnar
3c4ab13243
nixos/nginx: fix eval
...
Fixes a typo introduced in https://github.com/NixOS/nixpkgs/pull/83611
2020-03-29 00:20:07 +01:00
Graham Christensen
4d226bad77
Merge pull request #83600 from Ma27/hydra-two-stage-deploy
...
hydra: 2020-02-06 -> 2020-03-{24,27}
2020-03-28 19:18:10 -04:00
Cole Mickens
596b601dfa
plex-mpv-shim: v1.7.12 -> v1.7.14
2020-03-28 16:14:36 -07:00
R. RyanTM
de4b549f65
xml2rfc: 2.37.3 -> 2.41.0
2020-03-28 16:11:02 -07:00
worldofpeace
f8ccef5edb
riot-desktop: fix StartupWMClass
...
It seems the quoting breaks it just like in da587daae5
(cherry picked from commit e50bb280cbf5339ed671b0a7208e6aba4002c713)
2020-03-28 18:38:27 -04:00
Maximilian Bosch
7a7d7b1215
findomain: 1.4.2 -> 1.4.5
2020-03-28 23:37:26 +01:00
Maximilian Bosch
bd5324c4fc
hydra: 2020-02-06 -> 2020-03-{24,27}
...
Upgrades Hydra to the latest master/flake branch. To perform this
upgrade, it's needed to do a non-trivial db-migration which provides a
massive performance-improvement[1].
The basic ideas behind multi-step upgrades of services between NixOS versions
have been gathered already[2]. For further context it's recommended to
read this first.
Basically, the following steps are needed:
* Upgrade to a non-breaking version of Hydra with the db-changes
(columns are still nullable here). If `system.stateVersion` is set to
something older than 20.03, the package will be selected
automatically, otherwise `pkgs.hydra-migration` needs to be used.
* Run `hydra-backfill-ids` on the server.
* Deploy either `pkgs.hydra-unstable` (for Hydra master) or
`pkgs.hydra-flakes` (for flakes-support) to activate the optimization.
The steps are also documented in the release-notes and in the module
using `warnings`.
`pkgs.hydra` has been removed as latest Hydra doesn't compile with
`pkgs.nixStable` and to ensure a graceful migration using the newly
introduced packages.
To verify the approach, a simple vm-test has been added which verifies
the migration steps.
[1] https://github.com/NixOS/hydra/pull/711
[2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471
2020-03-28 23:33:25 +01:00
Dmitry Kalinkin
97530e119f
Merge pull request #83469 from veprbl/pr/mame_darwin_fix
...
mame: add darwin support
2020-03-28 18:24:43 -04:00
worldofpeace
b1bffdf67f
Merge pull request #83425 from xfix/mark-hibernation-test-as-broken-on-aarch
...
nixos/tests/hibernate: disable for platforms other than x86_64
2020-03-28 18:22:08 -04:00
worldofpeace
d5cfaf5c39
Merge pull request #83473 from doronbehar/update-connman
...
connman: 1.37 -> 1.38
2020-03-28 18:18:14 -04:00
Maximilian Bosch
df21a1e977
Merge pull request #83622 from matthiasbeyer/update-mutt
...
mutt: 1.13.4 -> 1.13.5
2020-03-28 22:44:43 +01:00
worldofpeace
68d45cb681
Merge pull request #83560 from bhipple/u/ntlm-auth
...
pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
2020-03-28 17:39:48 -04:00
Maximilian Bosch
b938ab99e0
vorta: init at 0.6.24
...
Simple QT5-based desktop client[1] for `borgbackup`[2].
[1] https://vorta.borgbase.com/
[2] https://borgbackup.readthedocs.io/en/stable/
2020-03-28 22:36:02 +01:00
Matthias Beyer
63a3a81863
mutt: 1.13.4 -> 1.13.5
2020-03-28 22:27:38 +01:00
Maximilian Bosch
74deced24d
Merge pull request #83521 from herrwiese/for-master/matrix-dl
...
matrix-dl: init at (unstable-)2019-09-22
2020-03-28 21:24:33 +01:00
Lancelot SIX
1b5e196f3f
Merge pull request #83612 from doronbehar/update-cpp-utilities
...
cpp-utilities: 5.2.0 -> 5.3.0
2020-03-28 20:57:35 +01:00
Vincent Bernat
7c451c3b6b
nginx: increase types_hash_max_size to 4096 ( #83609 )
...
After upgrading to NixOS 20.03, I've got the following warning:
nginx: [warn] could not build optimal types_hash, you should increase either types_hash_max_size: 2048 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size
The documentation states that "if nginx emits the message requesting
to increase either hash max size or hash bucket size then the first
parameter should first be increased" (aka types_hash_max_size).
In 19.03, the size of mime.types was around 100 entries. In 20.03, we
are around 900 entries. This is due to ff0148d868
which makes nginx
use mailcap mime.types.
2020-03-28 20:40:44 +01:00
Francesco Gazzetta
7887a4ac38
mindustry: 103 -> 104.6 ( #83613 )
2020-03-28 20:31:00 +01:00
Vincent Bernat
8f8cbec985
nixos/nginx: use mailcap mimetypes in all cases ( #83611 )
...
In ff0148d868
, nginx configuration was modified to use mime.types
from mailcap package as it is more complete. However, there are two
places where mime.types is included in configuration. When the user
was setting `cfg.httpConfig`, the mime.types from nginx was still
used. This commit fix that by moving the common snippet in a variable
of its own and ensure it is used at both places.
2020-03-28 20:29:09 +01:00
Domen Kožar
77a062fe47
spring: 104.0.1-1466-g9ee29da -> 104.0.1-1474-g69b06d0
2020-03-28 18:52:49 +01:00
Doron Behar
88508a7243
cpp-utilities: 5.2.0 -> 5.3.0
2020-03-28 20:46:34 +03:00
Maximilian Bosch
5a7d2e18fe
cargo-make: 0.30.0 -> 0.30.1
...
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
2020-03-28 17:11:24 +01:00
Jaakko Luttinen
f576221832
electron-cash: 4.0.11 -> 4.0.14
2020-03-28 16:55:29 +01:00
Benjamin Hipple
97f09ff09f
pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
...
On master and 20.03, this is failing to build on `python 3.8`.
https://hydra.nixos.org/build/115517329
https://hydra.nixos.org/build/114714922
CC @NixOS/nixos-release-managers
ZHF: #80379
Co-Authored-By: Niklas Hambüchen <mail@nh2.me>
2020-03-28 11:44:59 -04:00
Ryan Mulligan
c2b0601d48
Merge pull request #83075 from r-ryantm/auto-update/dropbox-cli
...
dropbox-cli: 2019.02.14 -> 2020.03.04
2020-03-28 08:39:52 -07:00
Ryan Mulligan
9e12173950
Merge pull request #83242 from r-ryantm/auto-update/pcm
...
pcm: 201902 -> 202003
2020-03-28 08:39:14 -07:00
Ryan Mulligan
6a62d6c532
Merge pull request #83449 from r-ryantm/auto-update/drumkv1
...
drumkv1: 0.9.12 -> 0.9.13
2020-03-28 08:37:45 -07:00
Maximilian Bosch
63e81053b0
Merge pull request #74504 from xwvvvvwx/wg-quick-tests
...
tests/wireguard: init wg-quick
2020-03-28 16:26:43 +01:00
Benjamin Hipple
c7ec025888
Merge pull request #83577 from jollheef/codeql-2.1.0
...
codeql: 2.0.4 -> 2.1.0
2020-03-28 11:24:14 -04:00
Niklas Hambüchen
6375517419
Merge pull request #83594 from bhipple/f/aliases
...
aliases.nix: add aliases for removed torch packages
2020-03-28 16:07:10 +01:00
Andreas Rammhold
d86bfec309
Merge pull request #83379 from symphorien/rust-link
...
buildRustCrate: don't sort link flags
2020-03-28 16:02:51 +01:00
Orivej Desh
ce1695ace7
midicsv: init at 1.1
2020-03-28 14:43:03 +00:00
Benjamin Hipple
a80ed9f72a
aliases.nix: add aliases for removed torch packages
...
We've removed the abandoned and broken torch project as part of https://github.com/NixOS/nixpkgs/issues/71888
This commit adds aliases for:
- https://github.com/NixOS/nixpkgs/pull/81173
- https://github.com/NixOS/nixpkgs/pull/83568
2020-03-28 09:54:59 -04:00
Michael Weiss
d83420f5e1
Merge pull request #82919 from artemist/chromium-ozone
...
chromium: Add option to enable ozone (for Wayland)
2020-03-28 14:50:21 +01:00
Elis Hirwing
3af756fce3
Merge pull request #83397 from marsam/update-xonsh
...
xonsh: 0.9.14 -> 0.9.15
2020-03-28 14:43:26 +01:00
Elis Hirwing
f2baa711d1
Merge pull request #82237 from zaninime/libgen-cli
...
libgen-cli: init at 1.0.5
2020-03-28 14:36:38 +01:00
Elis Hirwing
362a983a45
Merge pull request #82278 from lightdiscord/package-request/pdf-parser
...
pdf-parser: init at 0.7.4
2020-03-28 14:34:02 +01:00
Elis Hirwing
d0abce68ba
Merge pull request #82303 from sjmackenzie/seabreeze
...
seabreeze: udev rules not installed
2020-03-28 14:32:33 +01:00
Peter Hoeg
1859f129d2
Merge pull request #25311 from peterhoeg/f/udev-settle
...
display-manager: systemd-udev-settle serves no purpose, boot 10% faster
2020-03-28 21:24:32 +08:00
Orivej Desh
06313ad0c4
zita-ajbridge: init at 0.8.2
2020-03-28 12:59:56 +00:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
...
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
pacien
1c8b75a027
gscan2pdf: 2.6.3 -> 2.6.5
2020-03-28 13:20:04 +01:00
Robin Gloster
d4f08ee383
Merge pull request #83452 from prusnak/slack
...
slack: 4.2.0 -> 4.4.0
2020-03-28 12:06:19 +00:00
Symphorien Gibol
2f7fb1c497
buildRustCrateTests: add regression test for link order
2020-03-28 12:00:00 +00:00
Robin Gloster
11b2136565
Merge pull request #83559 from r-ryantm/auto-update/python2.7-plumbum
...
python27Packages.plumbum: 1.6.8 -> 1.6.9
2020-03-28 11:52:15 +00:00
Timo Kaufmann
d8cb79d6a6
Merge pull request #83502 from minijackson/vimPlugins-gruvbox-community-2020-02-24
...
vimPlugins.gruvbox-community: 2019-05-31 -> 2020-02-24
2020-03-28 11:45:12 +00:00