Commit graph

286144 commits

Author SHA1 Message Date
Kerstin Humm
7e47f02dcc
khal: 0.10.2 -> 0.10.3 2021-04-27 21:06:06 +02:00
schnusch
cf9bf19bf3
oathToolkit: 2.6.2 -> 2.6.6 (#120610) 2021-04-27 20:49:18 +02:00
Louis Bettens
e340874c85
nvidia_x11.legacy_390: 390.138 -> 390.143 (#120857) 2021-04-27 14:43:53 -04:00
Albin Otterhäll
056eb56f77 pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48 2021-04-27 20:39:06 +02:00
Martin Weinelt
e0d0444717 tockloader: remove myself from maintainers
Sadly the only device I had that was requiring this was an nRF52840 MDK
USB dongle and I apparently broke its bootloader, so it won't get
recognized anymore.
2021-04-27 20:38:35 +02:00
Martin Weinelt
6fbe7f1bbb tockloader: 1.5.0 -> 1.6.0
Add a small check phase calling the tockloader executable and checking
the version.
2021-04-27 20:38:35 +02:00
Martin Weinelt
57569ea9d0 python3Packages.rtmidi-python: remove myself from maintainers 2021-04-27 20:38:35 +02:00
Martin Weinelt
4d7527e00a python3Packages.mido: remove myself from maintainers 2021-04-27 20:38:35 +02:00
Martin Weinelt
878a2ec6d5 python3Packages.mido: convert to pytestCheckHook, add pythonImportsCheck 2021-04-27 20:38:35 +02:00
José Romildo Malaquias
854822d2a3
Merge pull request #120660 from figsoda/tela-icon-theme
tela-icon-theme: init at 2021-01-21
2021-04-27 15:35:29 -03:00
Drew Risinger
c14bf3fcc1 libcint: 4.1.1 -> 4.3.0 2021-04-27 14:34:37 -04:00
github-actions[bot]
97889a52e1
Merge staging-next into staging 2021-04-27 18:14:28 +00:00
github-actions[bot]
b84f107173
Merge master into staging-next 2021-04-27 18:14:26 +00:00
Pavol Rusnak
c5e8b0486a
kodelife: 0.9.0.129 -> 0.9.8.143 2021-04-27 19:56:26 +02:00
R. RyanTM
45995d8d9e cargo-outdated: 0.9.14 -> 0.9.15 2021-04-27 17:45:54 +00:00
Gabriel Ebner
d06818e5a4
Merge pull request #120888 from r-ryantm/auto-update/coolreader
coolreader: 3.2.55 -> 3.2.57
2021-04-27 19:43:11 +02:00
chessai
e47e2a1b9f init duckling service 2021-04-27 10:41:07 -07:00
Stig Palmquist
d7564b07c8 tpm2-tools: remove nested wrappers
symlinks like `tpm2_createprimary -> tpm2` were wrapped, causing argv0
issues due to double wrapping:

   $ tpm2_ptool init
   [..]
   RuntimeError: Could not execute tpm2_createprimary: b'ERROR:
   /nix/store/[..]/bin/.tpm2_createprimary-wrapped: unknown tool.

This patch only wraps the `tpm2` and `tss2` executables, and not the
symlinks to them `tpm2_*` and `tss2_*`
2021-04-27 19:38:29 +02:00
Kim Lindberger
e50164a7ce
Merge pull request #113201 from talyz/gitlab-db-key-base-patch
gitlab: Add patch for db_key_base length bug, fix descriptions
2021-04-27 19:25:43 +02:00
Michael Weiss
8e1f3bcfa5
Merge pull request #120867 from primeos/chromium
chromium: 90.0.4430.85 -> 90.0.4430.93
2021-04-27 19:17:59 +02:00
R. RyanTM
7427bed05a catgirl: 1.6 -> 1.7 2021-04-27 16:57:49 +00:00
legendofmiracles
56b1f085a1
ripgrep-all: add meta.mainProgram 2021-04-27 18:53:33 +02:00
legendofmiracles
bed71fac10
ripgrep: add meta.mainProgram 2021-04-27 18:46:23 +02:00
R. RyanTM
209bc7e980 coolreader: 3.2.55 -> 3.2.57 2021-04-27 16:44:24 +00:00
Gabriel Ebner
24063d067f
Merge pull request #120884 from eduardosm/spyder
spyder: fix build
2021-04-27 18:41:19 +02:00
Eduardo Sánchez Muñoz
088b3db523 mpfi: use autoreconfHook 2021-04-27 18:33:48 +02:00
Jonas Chevalier
681c2cb72e
Merge pull request #120866 from marsam/update-terraform
terraform: 0.12.30 -> 0.12.31, 0.13.6 -> 0.13.7, 0.14.10 -> 0.14.11
2021-04-27 18:32:01 +02:00
Eduardo Sánchez Muñoz
f9776d3db7 spyder: fix build 2021-04-27 18:19:17 +02:00
Eduardo Sánchez Muñoz
458914e06d pythonPackages.python-language-server: relax some dependency versions 2021-04-27 18:18:26 +02:00
talyz
1215bd4ea9
Revert "nixos/tests/gitlab: add 32 byte secrets"
This reverts commit d6e0d38b84.

We need shorter secrets to continue working, since the earlier
recommendation was too short and there's no way to rotate the them.
2021-04-27 18:08:59 +02:00
Eduardo Sánchez Muñoz
5092d5c7a7 pythonPackages.textdistance: init at 4.2.1
Needed by spyder
2021-04-27 17:56:23 +02:00
talyz
7a67a2d1a8
gitlab: Add patch for db_key_base length bug, fix descriptions
The upstream recommended minimum length for db_key_base is 30 bytes,
which our option descriptions repeated. Recently, however, upstream
has, in many places, moved to using aes-256-gcm, which requires a key
of exactly 32 bytes. To allow for shorter keys, the upstream code pads
the key in some places. However, in many others, it just truncates the
key if it's too long, leaving it too short if it was to begin
with. This adds a patch that fixes this and updates the descriptions
to recommend a key of at least 32 characters.

See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53602
2021-04-27 17:49:43 +02:00
Domen Kožar
ba6f0e8f03
Merge pull request #110491 from neosimsim/agda-doc-fix-install-command
agda: fix code snippet for installing Agda
2021-04-27 17:40:36 +02:00
Elis Hirwing
c75166fbd8
Merge pull request #120855 from LeSuisse/composer-CVE-2021-29472
phpPackages.composer: 2.0.12 -> 2.0.13, 1.10.15 -> 1.10.22
2021-04-27 17:24:00 +02:00
R. RyanTM
bdfee9423a bctoolbox: 4.5.1 -> 4.5.7 2021-04-27 15:15:36 +00:00
ajs124
39a51c9923
Merge pull request #118338 from Izorkin/update-nginx-zlib-ng
nginx: update to 1.20.0, replace zlib to zlib-ng
2021-04-27 16:36:25 +02:00
Michael Weiss
d6bd816370
chromium: 90.0.4430.85 -> 90.0.4430.93
https://chromereleases.googleblog.com/2021/04/stable-channel-update-for-desktop_26.html

This update includes 9 security fixes.

CVEs:
CVE-2021-21227 CVE-2021-21232 CVE-2021-21233 CVE-2021-21228
CVE-2021-21229 CVE-2021-21230 CVE-2021-21231
2021-04-27 15:45:25 +02:00
Sandro
bb80d578e8
Merge pull request #120824 from jbedo/genomicsqlite
sqlitecpp: update metadata
2021-04-27 15:45:22 +02:00
Sandro
be1783e755
Merge pull request #120839 from peterhoeg/f/qtox
qtox: ffmpeg_3 -> ffmpeg
2021-04-27 15:43:56 +02:00
Sandro
4466ee9258
Merge pull request #120747 from JesusMtnez/joplin
joplin-desktop: 1.7.10 -> 1.7.11
2021-04-27 15:43:07 +02:00
Sandro
0b31a28d43
Merge pull request #120599 from olimorris/master
vls: init at 0.7.2
2021-04-27 15:42:07 +02:00
Sandro
00b2194c83
Merge pull request #120632 from andreisergiu98/sonarr-update
sonarr: 3.0.5.1144 -> 3.0.6.1196
2021-04-27 15:37:40 +02:00
Thomas Gerbet
a6d0e1c190 phpPackages.composer1: 1.10.15 -> 1.10.22 2021-04-27 15:37:36 +02:00
Thomas Gerbet
fa248afdd6 phpPackages.composer: 2.0.12 -> 2.0.13 2021-04-27 15:37:29 +02:00
Sandro
ebf9b69b28
Merge pull request #120635 from andreisergiu98/bazarr-update
bazarr: 0.9.2 -> 0.9.4
2021-04-27 15:37:20 +02:00
figsoda
1975e5a326 tela-icon-theme: init at 2021-01-21 2021-04-27 09:29:58 -04:00
Sandro
daa65fe748
Merge pull request #120643 from dotlambda/mplayer-ffmpeg
mplayer: use ffmpeg instead of ffmpeg_3
2021-04-27 15:26:08 +02:00
Sandro
d4ff61db89
Merge pull request #120651 from con-f-use/master
mcomix3: 2020-11-23 -> 2021-04-23
2021-04-27 15:25:27 +02:00
Robert Schütz
f21f86911c
Merge pull request #120704 from dotlambda/pylxd-fix
python3Packages.pylxd: fix build
2021-04-27 15:24:49 +02:00
Mauricio Scheffer
422441ed88
jetbrains.rider: fix internal dotnet runtime/SDK (#120589)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-27 15:22:06 +02:00