Commit Graph

331890 Commits

Author SHA1 Message Date
Janne Heß
5715d5b507
Merge pull request #146074 from r-ryantm/auto-update/python38Packages.pytelegrambotapi 2021-11-15 20:59:41 +01:00
Janne Heß
0329e54453
Merge pull request #146106 from TredwellGit/steam 2021-11-15 20:58:48 +01:00
Janne Heß
a407113593
Merge pull request #143795 from VergeDX/unixODBCDrivers.mariadb 2021-11-15 20:58:03 +01:00
TredwellGit
f726b6c476 linux-rt_5_11: remove 2021-11-15 19:38:09 +00:00
TredwellGit
c783c8d859 linux/hardened/patches/5.15: init at 5.15.2-hardened1 2021-11-15 19:38:09 +00:00
TredwellGit
db13d848fc linux/hardened/patches/5.4: 5.4.158-hardened1 -> 5.4.159-hardened1 2021-11-15 19:38:09 +00:00
TredwellGit
b868e78282 linux/hardened/patches/5.14: 5.14.17-hardened1 -> 5.14.18-hardened1 2021-11-15 19:38:09 +00:00
TredwellGit
57d9fd1791 linux/hardened/patches/4.19: 4.19.216-hardened1 -> 4.19.217-hardened1 2021-11-15 19:38:09 +00:00
TredwellGit
9b6fb581af linux/hardened/patches/4.14: 4.14.254-hardened1 -> 4.14.255-hardened1 2021-11-15 19:38:09 +00:00
TredwellGit
38d1f15fe4 linux-rt_5_10: 5.10.73-rt54 -> 5.10.78-rt55 2021-11-15 19:38:09 +00:00
Jan Tojnar
a21aec9d3d
Merge pull request #146170 from ncfavier/gtk-4.5
gtk4: 4.4.0 -> 4.4.1
2021-11-15 20:36:03 +01:00
Kevin Cox
969ab6aca0
Merge pull request #145460 from lorenzleutgeb/gradle-clean
gradle: Clean up
2021-11-15 14:28:39 -05:00
André Silva
322841df2c
ledger-live-desktop: 2.34.4 -> 2.35.0 2021-11-15 19:25:39 +00:00
figsoda
c6cb804033
Merge pull request #146128 from iAmMrinal0/update/broot
broot: 1.6.6 -> 1.7.1
2021-11-15 14:13:47 -05:00
Naïm Favier
702b5f6dc9
gtk4: 4.4.0 -> 4.4.1
https://gitlab.gnome.org/GNOME/gtk/-/blob/4.4.1/NEWS
2021-11-15 20:09:07 +01:00
figsoda
7192c08f93
Merge pull request #146165 from figsoda/update-hck
hck: 0.6.6 -> 0.6.7
2021-11-15 13:55:58 -05:00
Mrinal Purohit
d25def1a84 broot: 1.6.6 -> 1.7.1 2021-11-16 00:09:31 +05:30
toonn
9e7f498eaf
jupyter_server: Patch unicode test for Darwin (#145993)
The test relies on creating and then reading files with unicode names
to/from disk. Apple's HFS+, the default file system until recently, is
unicode-normalizing with normal form D (NFD). So not all unicode file
names round-trip. This patch implements one imperfect solution.

ZHF: #144627
2021-11-15 13:38:40 -05:00
Pascal Wittmann
73d60f405a
Merge pull request #145746 from sikmir/suckless-cross
farbfeld,ii,sic,slock,slstatus,wmname: fix cross-compilation
2021-11-15 19:32:36 +01:00
Robert Schütz
2103db82c3
Merge pull request #146153 from fabaff/bump-total-connect-client
python3Packages.total-connect-client: 2021.11.2 -> 2021.11.4
2021-11-15 10:28:48 -08:00
Maximilian Bosch
80de0b9ea4
Merge pull request #145237 from lovesegfault/rnix-lsp-nix-stable
rnix-lsp: use nix (2.4)
2021-11-15 19:27:20 +01:00
Lorenz Leutgeb
5153a6cf19 gradle: Clean up 2021-11-15 19:19:50 +01:00
Aaron Andersen
e23a1d5f27
Merge pull request #146009 from aanderse/kodi.packages.libretro-mgba
kodi.packages.libretro-mgba: init at 0.9.2.31
2021-11-15 13:17:37 -05:00
Maximilian Bosch
627afe3c66
Merge pull request #146152 from r-ryantm/auto-update/xterm
xterm: 369 -> 370
2021-11-15 18:57:42 +01:00
Mark Sagi-Kazar
e7b0920211 reveal-md: init at 5.2.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-15 09:53:32 -08:00
figsoda
30b0f70e7f
Merge pull request #146132 from figsoda/update-stylua
stylua: 0.11.1 -> 0.11.2
2021-11-15 12:44:37 -05:00
Mikael Voss
b0657ddc91 flex-ndax: 0.1-20210714.0 -> 0.2-20211111.0 2021-11-15 18:36:38 +01:00
Mikael Voss
aeaafd1502 doc: Explain daemon(IO)NiceLevel removal in release note 2021-11-15 18:34:17 +01:00
Mikael Voss
ee8e993fd4 modules/nix-daemon: Replace daemon(IO)NiceLevel options
The nix.daemonNiceLevel options allows for setting the nice level of the
Nix daemon process. On a modern Linux kernel with group scheduling the
nice level only affects threads relative to other threads in the same
task group (see sched(7)). Therefore this option has not the effect one
might expect.

The options daemonCPUSchedPolicy and daemonIOSchedClass are introduced
and the daemonIONiceLevel option renamed to daemonIOSchedPrority for
consistency. These options allow for more effective control over CPU
and I/O scheduling.

Instead of setting daemonNiceLevel to a high value to increase the
responsiveness of an interactive system during builds -- which would not
have the desired effect, as described above -- one could set both
daemonCPUSchedPolicy and daemonIOSchedClass to idle.
2021-11-15 18:34:17 +01:00
Maximilian Bosch
d635496f3a
grafana: 8.2.3 -> 8.2.4, fix CVE-2021-41244 (#146164)
ChangeLog: https://github.com/grafana/grafana/releases/tag/v8.2.4
2021-11-15 18:27:25 +01:00
figsoda
621109350d hck: 0.6.6 -> 0.6.7 2021-11-15 12:26:09 -05:00
Robert Schütz
258ae34a99
Merge pull request #145561 from dotlambda/libxlsxwriter-1.1.4
libxlsxwriter: 1.1.3 -> 1.1.4
2021-11-15 09:21:57 -08:00
Kim Lindberger
0039b0b5a8
Merge pull request #144564 from jtojnar/php-overridable
php: Implement overrideAttrs that composes with buildEnv/withExtensions
2021-11-15 18:12:44 +01:00
Gabriel Ebner
f4e3542f5d
Merge pull request #146162 from Kha/elan-wrap-lld
elan: wrap embedded linker
2021-11-15 18:07:14 +01:00
Kira Bruneau
5d66853281
Merge pull request #144511 from arbourd/cloud-sql-proxy
cloud-sql-proxy: 1.26.0 -> 1.27.0
2021-11-15 11:50:32 -05:00
Sandro
4fcf6aa12e
Merge pull request #141090 from fabaff/bump-libwebsockets 2021-11-15 17:43:44 +01:00
Sandro
2132b6419e
Merge pull request #146116 from r-ryantm/auto-update/python38Packages.torchvision 2021-11-15 17:22:34 +01:00
Sandro
30f77bbd76
Merge pull request #146117 from r-ryantm/auto-update/python38Packages.traits 2021-11-15 17:22:19 +01:00
Matthias Thym
75a643d977 qownnotes: 21.10.9 -> 21.11.4 2021-11-15 17:17:42 +01:00
Daniel Poelzleithner
f74c838dbf ceph-client: install sbin binaries into bin, link sbin to bin 2021-11-15 17:12:36 +01:00
Sebastian Ullrich
f8bbc587eb elan: wrap embedded linker 2021-11-15 17:10:04 +01:00
Bruno Bigras
2a9912242d meslo-lgs-nf: 2020-03-22 -> 2021-09-03 2021-11-15 10:53:39 -05:00
Vladimír Čunát
a65843afac
Merge #145858: wrapFirefox: fix icon linking for Thunderbird 2021-11-15 16:52:22 +01:00
Frederik Rietdijk
4bfbd0af14 python3.pkgs.nbclient: remove entry point
that is already defined in the jupyter_client package.

Fixes https://github.com/NixOS/nixpkgs/issues/145968
2021-11-15 16:50:13 +01:00
Artturi
11952924f1
Merge pull request #146036 from jmgao/qemu_io_uring 2021-11-15 17:33:17 +02:00
R. Ryantm
dcb0467307 ytcc: 2.5.2 -> 2.5.3 2021-11-15 15:33:15 +00:00
R. Ryantm
4e7dda04cc vala_0_52: 0.52.6 -> 0.52.7 2021-11-15 16:31:20 +01:00
Mario Rodas
54523e57b4 you-get: install completions 2021-11-15 15:30:00 +00:00
R. Ryantm
42f9ae2934 you-get: 0.4.1545 -> 0.4.1555 2021-11-15 15:29:33 +00:00
Fabian Affolter
f8a8ed3a2b python3Packages.total-connect-client: 2021.11.2 -> 2021.11.4 2021-11-15 16:28:36 +01:00