Commit Graph

374325 Commits

Author SHA1 Message Date
Mario Rodas
62960be761
Merge pull request #170846 from JesusMtnezForks/hugo
hugo: 0.96.0 -> 0.98.0
2022-04-30 08:53:05 -05:00
Fabian Affolter
a558473f27
python310Packages.apispec: update disable 2022-04-30 15:51:42 +02:00
Michael Weiss
af9b5c5baa
Merge pull request #171028 from primeos/chromiumBeta
chromiumBeta: Fix the configuration phase
2022-04-30 15:47:30 +02:00
Fabian Affolter
4fb974f54e
Merge pull request #170993 from r-ryantm/auto-update/python3.10-types-decorator
python310Packages.types-decorator: 5.1.6 -> 5.1.7
2022-04-30 15:44:47 +02:00
xrelkd
7ece14c0a0
eksctl: 0.94.0 -> 0.95.0 2022-04-30 21:39:47 +08:00
Rick van Schijndel
536528ede8
Merge pull request #170695 from matshch/fix/nvidia-device-minor
nixos/nvidia: fix /dev/nvidia* devices minors
2022-04-30 15:34:16 +02:00
Mario Rodas
9cb6d34b28
Merge pull request #170996 from marsam/update-lxd
lxd: 5.0.0 -> 5.1
2022-04-30 08:33:37 -05:00
Michael Weiss
73e094bf3c
chromiumBeta: Fix the configuration phase
This fixes the following error:
configuring
ERROR at //infra/orchestrator/BUILD.gn:38:17: Could not read file.
  pydeps_file = "//third_party/blink/tools/merge_web_test_results.pydeps"
                ^--------------------------------------------------------
I resolved this to "/build/chromium-102.0.5005.27/third_party/blink/tools/merge_web_test_results.pydeps".
See //infra/orchestrator/BUILD.gn:37:1: whence it was called.
python_library("blink_merge_web_test_results_py") {
^--------------------------------------------------
See //BUILD.gn:89:5: which caused the file to be included.
    "//infra/orchestrator:orchestrator_all",
    ^--------------------------------------

It's a known upstream issue when building from the generated tarballs:
- https://bugs.chromium.org/p/chromium/issues/detail?id=1313361
- https://chromium-review.googlesource.com/c/chromium/src/+/3457503
2022-04-30 15:21:32 +02:00
Aaron Andersen
213febe39a
Merge pull request #163883 from ngiger/k3b
nixos/k3b: init
2022-04-30 09:17:27 -04:00
Linus Heckemann
c393280202
Merge pull request #170098 from helsinki-systems/feat/systemd-stage-1-secrets
nixos/systemd-stage-1: Add initrd secrets support
2022-04-30 14:56:47 +02:00
Janne Heß
0411b51a00
nixos/systemd-stage-1: Remove unnecessary binaries
We can make the growfs and makefs binaries conditional because we know
if we'll need them. Also move the cryptsetup generator to the luksroot
so it's not included when not needed.

We drop some generators altogether: systemd-getty-generator because we
don't have getty anyway in stage 1, systemd-system-update-generator
because we don't use that logic in NixOS and
systemd-veritysetup-generator because stage 1 has no veritysetup support
(yet) and if it had, we still wouldn't want to include the generator
unconditionally.
2022-04-30 14:50:02 +02:00
José Romildo Malaquias
153690d104
Merge pull request #169670 from VergeDX/flat-remix-gnome
flat-remix-gnome: 20220407 -> 20220422
2022-04-30 09:09:46 -03:00
R. Ryantm
3007b229a0 python310Packages.apispec: 5.1.1 -> 5.2.0 2022-04-30 12:05:54 +00:00
Sandro
f153271f12
Merge pull request #170959 from SuperSandro2000/jellyfin-ffmpeg
jellyfin-ffmpeg: fix pname
2022-04-30 13:52:31 +02:00
Sandro
c8463070ea
Merge pull request #166088 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.4.1 -> 4.4.2
2022-04-30 13:47:44 +02:00
Sandro
5b47056b7d
Merge pull request #165723 from r-ryantm/auto-update/wlc
wlc: 1.12 -> 1.13
2022-04-30 13:46:49 +02:00
Robert Hensing
c2451ed1a2
Merge pull request #167776 from hercules-ci/lib-modules-allow-disable-_modules.args-docs-internal
lib.modules: Allow making _module.args internal
2022-04-30 13:43:08 +02:00
Frederik Rietdijk
1cef70e823 sabnzbd: stay with sabyenc3 4.0.0
SABnzbd requires `sabyenc3` at version `4.0.0`, but it was updated to
`5.0.1`.

This fixes the error:

```
SABYenc disabled: no correct version found! (Found v5.0.1, expecting
v4.0.0)
```
2022-04-30 13:31:17 +02:00
Jonas Nick
12f98da22b
lnd: 0.14.2-beta -> 0.14.3-beta 2022-04-30 11:26:58 +00:00
Fabian Affolter
25ed703b2d
Merge pull request #171008 from r-ryantm/auto-update/python3.10-types-paramiko
python310Packages.types-paramiko: 2.8.19 -> 2.8.20
2022-04-30 13:23:41 +02:00
Fabian Affolter
31b631cbb5 python310Packages.jsonrpc-async: 2.0.0 -> 2.1.0 2022-04-30 13:19:47 +02:00
Niklaus Giger
87b4440a60 nixos/k3b: init. Fixes #19154 missing permissions for k3b 2022-04-30 13:18:40 +02:00
Erik Arvstedt
80ad5b43a2
btcpayserver: 1.4.7 -> 1.5.1 2022-04-30 13:16:23 +02:00
Erik Arvstedt
e90b0b5364
nbxplorer: 2.2.20 -> 2.3.20 2022-04-30 13:16:22 +02:00
Martin Weinelt
9dce04dcfd
nifi: 1.16.0 -> 1.16.1
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.16.1

Fixes Improper Restriction of XML External Entity References in Multiple
Components.

https://nifi.apache.org/security.html#CVE-2022-29265

Fixes: CVE-2022-29265
2022-04-30 13:11:02 +02:00
Aaron Andersen
416b7201ec
Merge pull request #168169 from afh/musikcube-0.97.0
musikcube: 0.96.10 -> 0.97.0
2022-04-30 07:00:23 -04:00
Aaron Andersen
bcb60de7d5
Merge pull request #170025 from felixsinger/update/pkgs/redmine
redmine: 4.2.4 -> 4.2.5
2022-04-30 06:59:03 -04:00
zowoq
69a9546a82 talosctl: 1.0.3 -> 1.0.4
https://github.com/siderolabs/talos/releases/tag/v1.0.4
2022-04-30 20:54:10 +10:00
Martin Weinelt
4aaa9905f8
Merge pull request #170978 from squalus/librewolf 2022-04-30 12:53:50 +02:00
Robert Hensing
fb94afad50
Merge pull request #167665 from hercules-ci/pkgs-type-tag
`pkgs._type = "pkgs"`
2022-04-30 12:19:19 +02:00
R. Ryantm
53b684a754 python310Packages.bleak: 0.14.2 -> 0.14.3 2022-04-30 10:19:16 +00:00
R. Ryantm
d4a7d019d4 python310Packages.types-paramiko: 2.8.19 -> 2.8.20 2022-04-30 09:58:35 +00:00
R. Ryantm
acfb65116a gnome.gnome-todo: unstable-2022-03-13 -> unstable-2022-04-07 2022-04-30 11:54:07 +02:00
Thiago Kenji Okada
b5b26d1ab8
Merge pull request #170995 from r-ryantm/auto-update/mame
mame: 0.242 -> 0.243
2022-04-30 10:51:30 +01:00
Fabian Affolter
305b86e1fb python310Packages.jsonrpc-base: add pythonImportsCheck
- add format
- disable on older Python releases
2022-04-30 11:47:55 +02:00
Jan Tojnar
e9ad8b7bbb
Merge pull request #170535 from fufexan/openal
openalSoft: 1.21.1 -> 1.22.0
2022-04-30 11:47:42 +02:00
Luflosi
7758635d42
apio: 0.8.0 -> 0.8.1
https://github.com/FPGAwars/apio/releases/tag/v0.8.1
2022-04-30 11:43:00 +02:00
Pavel Borzenkov
6f012370db calibre-web: 0.6.17 -> 0.6.18
Closes #168658
2022-04-30 11:42:32 +02:00
Janne Heß
fa2c9b41d4
nixos/systemd-stage-1: Add initrd secrets support 2022-04-30 11:41:27 +02:00
Fabian Affolter
25063a9979
Merge pull request #170243 from fabaff/flask-testing-fix
python3Packages.flask-testing: disable failing tests
2022-04-30 11:34:59 +02:00
Fabian Affolter
4301918cf8
Merge pull request #170984 from r-ryantm/auto-update/python3.10-types-urllib3
python310Packages.types-urllib3: 1.26.13 -> 1.26.14
2022-04-30 11:33:08 +02:00
Fabian Affolter
8b578082e0
Merge pull request #170983 from r-ryantm/auto-update/python3.10-pex
python310Packages.pex: 2.1.82 -> 2.1.84
2022-04-30 11:32:42 +02:00
Fabian Affolter
0754adc90d
Merge pull request #170980 from r-ryantm/auto-update/python3.10-peaqevcore
python310Packages.peaqevcore: 0.0.20 -> 0.0.21
2022-04-30 11:32:19 +02:00
Janne Heß
18363cad97
nixos/console: Allow setting keymap without font 2022-04-30 11:22:08 +02:00
Dennis Gosnell
2804a50193
purescript: 0.14.7 -> 0.15.0 2022-04-30 17:43:58 +09:00
Maximilian Bosch
f678ad7c7a
Merge pull request #170701 from sumnerevans/element-1.10.11
element-{web,desktop}: 1.10.10 -> 1.10.11
2022-04-30 10:24:59 +02:00
R. Ryantm
022c56fb7d mame: 0.242 -> 0.243 2022-04-30 08:09:32 +00:00
Ryan Burns
fc2b144cf3 openocd: fix build with gcc 11
Werror should not be used when packaging
2022-04-30 10:06:39 +02:00
R. Ryantm
1c6a5a7c17 python310Packages.types-decorator: 5.1.6 -> 5.1.7 2022-04-30 07:22:51 +00:00
Mario Rodas
0aebc59818
Merge pull request #170977 from aaronjheng/podman-tui
podman-tui: 0.3.0 -> 0.3.1
2022-04-30 01:57:31 -05:00