Commit Graph

289025 Commits

Author SHA1 Message Date
Michael Raitza
c818dec738 gencfsm: 1.8.19 -> 1.9
ZHF: #122042
2021-05-12 13:58:05 +02:00
legendofmiracles
7dd35786f3
steam-tui: init at 0.1.0 2021-05-12 05:53:36 -06:00
Sandro
4f7d67b942
Merge pull request #122697 from peterhoeg/u/navi
navi: 2.15 -> 2.16
2021-05-12 13:51:09 +02:00
Daniël de Kok
676edfabd3
Merge pull request #122539 from danieldk/pytorch-bin-1.8.1
python3Packages.pytorch-bin: 1.8.0 -> 1.8.1
2021-05-12 13:43:07 +02:00
Sandro
9fdac85f66
Merge pull request #122704 from cideM/vimplugins-init-qfenter 2021-05-12 13:39:27 +02:00
Thomas Gerbet
330cc7eff3 md4c: 0.4.7 -> 0.4.8
Fixes CVE-2021-30027.
Changelog: https://github.com/mity/md4c/blob/release-0.4.8/CHANGELOG.md
2021-05-12 13:29:46 +02:00
Florian Beeres
0326ec60b5 vimPlugins.qfenter: init at 2020-10-09 2021-05-12 13:12:39 +02:00
Florian Beeres
c41a405209 vimPlugins: Update 2021-05-12 13:10:48 +02:00
Robert Schütz
c9bfa3c10b python3Packages.imap-tools: 0.40.0 -> 0.41.0
https://github.com/ikvk/imap_tools/releases/tag/v0.41.0
2021-05-12 13:08:19 +02:00
Vladimír Čunát
bde27b4e97
knot-dns: 3.0.5 -> 3.0.6
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.6
2021-05-12 12:55:41 +02:00
Vladimír Čunát
8a0c5da648
Merge #122333: webkitgtk: Fix bubblewrap opengl-driver path 2021-05-12 12:53:16 +02:00
Vladimír Čunát
1c7d154bb1
Merge #122441: webkitgtk: 2.32.0 -> 2.32.1 2021-05-12 12:53:12 +02:00
Oleksii Filonenko
4cc44f764c
Merge pull request #122517 from r-ryantm/auto-update/caddy
caddy: 2.3.0 -> 2.4.0
2021-05-12 13:14:35 +03:00
Sandro
0667aa1655
Merge pull request #122594 from bbigras/obsidian
obsidian: 0.11.13 -> 0.12.3
2021-05-12 12:04:01 +02:00
Peter Hoeg
8a625b53b3 navi: 2.15 -> 2.16 2021-05-12 17:59:35 +08:00
R. RyanTM
4bb3b2a23f cpulimit: 2.6 -> 2.7 2021-05-12 11:50:29 +02:00
Maximilian Bosch
654f377575
Merge pull request #122692 from Ma27/apcu_bc-broken-php8
php80Extensions.apcu_bc: mark as broken
2021-05-12 11:42:05 +02:00
Johannes Schleifenbaum
67ef7772a1
exim: fix enableMySQL (use libmysqlclient.dev) 2021-05-12 11:10:46 +02:00
Daniël de Kok
1f69514445
Merge pull request #122571 from happysalada/update_broot
broot: 1.3.1 -> 1.4.0
2021-05-12 10:41:53 +02:00
David Wood
e8ab2b3eeb
py-dmidecode: init at 0.1.0
Signed-off-by: David Wood <david.wood@codeplay.com>
2021-05-12 09:36:21 +01:00
Maximilian Bosch
f445b45352
Merge pull request #122638 from Ma27/bump-wireguard
wireguard-tools: 1.0.20210315 -> 1.0.20210424, linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
2021-05-12 10:34:57 +02:00
Maximilian Bosch
03db1757fe
Merge pull request #122589 from Ma27/bump-matrix-synapse
matrix-synapse: 1.33.1 -> 1.33.2
2021-05-12 10:34:44 +02:00
J. Neto
19fa85a66d sniffglue: 0.12.0 -> 0.12.1 2021-05-12 05:26:04 -03:00
Jan Tojnar
5c57c26a7e
Merge pull request #122626 from maxeaubrey/gnomecast_ffmpeg
gnomecast: switch from ffmpeg_3 to ffmpeg
2021-05-12 10:07:17 +02:00
J. Neto
941c14f345 sqsh: fix build with freetds 2021-05-12 04:58:25 -03:00
Christoph Hrdinka
55301e2cb3
Merge pull request #122563 from stephank/fix-communi-darwin
communi: fix darwin build
2021-05-12 09:51:44 +02:00
happysalada
38f289db33 broot: 1.3.1 -> 1.4.0 2021-05-12 16:46:49 +09:00
Christoph Hrdinka
65d339dc38
Merge pull request #122610 from tollb/fix/mapnik-3.1.0-missing-proj-and-libxml2-support-20210511b
mapnik: fix missing proj and libxml2 support
2021-05-12 09:43:34 +02:00
Maximilian Bosch
2fe7087430
php80Extensions.apcu_bc: mark as broken
ZHF #122042
Failing Hydra build: https://hydra.nixos.org/build/142591498

`apcu_bc`[1] is a PHP extension which provides support for the older APC
caching-interface (i.e. `apc_fetch`, `apc_store` etc.) on newer PHP
versions. As the codebase wasn't touched since 2019 it's not really
surprising that it doesn't compile for PHP 8. Also, if people have
already managed to get their codebases running on PHP8, they're most
likely also using the newer APCu[2] interface.

I think it's okay to keep this as long as we support PHP 7.4 and drop
the package after that.

[1] https://pecl.php.net/package/apcu_bc
[2] https://www.php.net/manual/en/book.apcu.php
2021-05-12 09:41:22 +02:00
R. RyanTM
344ec021bf libxmlb: 0.3.0 -> 0.3.1 2021-05-12 09:30:57 +02:00
Maximilian Bosch
03afdb6962
Merge pull request #122684 from fabaff/fix-ics
python3Packages.ics: fix build
2021-05-12 09:28:35 +02:00
Fabian Affolter
7ebcacaebc python3Packages.ics: fix build 2021-05-12 09:24:16 +02:00
Maximilian Bosch
e997fd24ac
Merge pull request #122680 from jnetod/zhf-swaglyrics
swaglyrics: bump unidecode version constraint
2021-05-12 09:22:13 +02:00
Maximilian Bosch
11fdcbdb5e
Merge pull request #122675 from jnetod/zhf-tiscamera
tiscamera: 0.11.1 -> 0.13.1
2021-05-12 09:16:50 +02:00
Daniel Șerbănescu
1f50200174 aisleriot: 3.22.13 -> 3.22.16 2021-05-12 09:15:27 +02:00
Fabian Affolter
5d73448944
Merge pull request #122579 from fabaff/bump-aioasuswrt
python3Packages.aioasuswrt: 1.3.3 -> 1.3.4
2021-05-12 09:14:07 +02:00
Maximilian Bosch
a19cc1ad5f
Merge pull request #122679 from jnetod/zhf-ted
ted: move pkg-config to nativeBuildInputs
2021-05-12 09:12:30 +02:00
Christoph Hrdinka
00a6b1fa8d
Merge pull request #122619 from tollb/fix/python-mapnik-pycairo-support-20210511a
python-mapnik: fix pycairo support
2021-05-12 09:12:09 +02:00
Fabian Affolter
143da61425
Merge pull request #122683 from r-ryantm/auto-update/librespeed-cli
librespeed-cli: 1.0.8 -> 1.0.9
2021-05-12 09:11:53 +02:00
Maximilian Bosch
e6635d8b2f
Merge pull request #122650 from helsinki-systems/fix/hylafaxplus
hylafaxplus: fix build
2021-05-12 09:06:28 +02:00
Fabian Affolter
1a2c4384f2
Merge pull request #122629 from fabaff/fix-connexion
python3Packages.connexion: 2.4.0 -> 2.7.0
2021-05-12 08:46:42 +02:00
R. RyanTM
e7f334e680 librespeed-cli: 1.0.8 -> 1.0.9 2021-05-12 06:39:14 +00:00
happysalada
4d8dd0afd2 nushell: mark tests broken on darwin 2021-05-12 15:23:07 +09:00
happysalada
a931f70824 nushell: fix darwin build 2021-05-12 15:23:07 +09:00
J. Neto
e24fd2740f swaglyrics: bump unidecode version constraint 2021-05-12 03:12:55 -03:00
davidak
4beb9ae883
Merge pull request #122465 from MetaDark/mangohud
mangohud: 0.4.1 → 0.6.1
2021-05-12 07:49:01 +02:00
J. Neto
a9a9d51f3b ted: move pkg-config to nativeBuildInputs 2021-05-12 02:46:31 -03:00
Sandro
d34e5f6425
Merge pull request #121770 from snoord/terraform-docs-v0.13.0
terraform-docs: 0.12.1 -> 0.13.0
2021-05-12 07:25:00 +02:00
Bryan A. S
a4417d8c14 gojsontoyaml: unstable-2020-06-02 -> unstable-2020-12-16
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-05-12 02:14:58 -03:00
J. Neto
f75b9fe4f3 tiscamera: 0.11.1 -> 0.13.1 2021-05-12 01:35:29 -03:00