Rouven Czerwinski
db945b0751
python3Packages.pyserial: patches for RFC2217
...
These two patches significantly improve the RFC2217 negotiation and
support for devices like the Moxa serial servers. The patches reduce the
amount of negotiations done over RFC2217 and, in case of the timeout
setter patch, prevent pyserial from setting the timeout again on every
send line. We have been using these in a downstream fork for 2 years now
and have not seen problems in the field. Upstream has acted neither on
the issue [1] nor on the proposed pull request [2], so I am proposing to
include them downstream within nixpkgs instead.
[1]: https://github.com/pyserial/pyserial/issues/376
[2]: https://github.com/pyserial/pyserial/pull/382
2021-02-17 10:56:45 +01:00
Sandro
2fe492c198
Merge pull request #113366 from bhipple/ledger/py3
...
ledger: build python bindings with python3
2021-02-17 09:49:38 +01:00
Daniël de Kok
0b7f4e404c
Merge pull request #113080 from r-ryantm/auto-update/nuraft
...
nuraft: 1.1.2 -> 1.2.0
2021-02-17 09:27:53 +01:00
Daniël de Kok
bbef3f0dd1
Merge pull request #113094 from r-ryantm/auto-update/tendermint
...
tendermint: 0.34.3 -> 0.34.4
2021-02-17 09:23:52 +01:00
Daniël de Kok
5c0837ea4b
Merge pull request #113096 from r-ryantm/auto-update/tickrs
...
tickrs: 0.10.2 -> 0.11.0
2021-02-17 09:23:20 +01:00
Daniël de Kok
587e027711
Merge pull request #113097 from r-ryantm/auto-update/tilt
...
tilt: 0.18.8 -> 0.18.9
2021-02-17 09:22:45 +01:00
Jörg Thalheim
76cb8066f6
Merge pull request #112989 from happysalada/allow_erlang_openssl_override
2021-02-17 08:21:29 +00:00
Daniël de Kok
6e2a2df3ab
Merge pull request #113159 from r-ryantm/auto-update/kibi
...
kibi: 0.2.1 -> 0.2.2
2021-02-17 09:15:54 +01:00
Daniël de Kok
7fd304ca35
Merge pull request #113290 from r-ryantm/auto-update/openfpgaloader
...
openfpgaloader: 0.2.1 -> 0.2.5
2021-02-17 09:13:25 +01:00
Daniël de Kok
e3a0547536
Merge pull request #113371 from 06kellyjac/boundary
...
boundary: 0.1.6 -> 0.1.7
2021-02-17 09:11:31 +01:00
Daniël de Kok
7a100cdfc4
Merge pull request #113210 from danieldk/libtorch-bin-fixes
...
libtorch-bin: remove dependency on nvidia_x11, fix passthru test
2021-02-17 09:05:41 +01:00
Daniël de Kok
c58a900f61
Merge pull request #113223 from danieldk/pytorch-fixes
...
python3Packages.pytorch-bin: do not depend on nvidia_x11
2021-02-17 09:05:21 +01:00
Daniël de Kok
58674cfe7e
Merge pull request #113234 from Trundle/ponyc-0.38.3
...
ponyc: 0.38.1 -> 0.38.3
2021-02-17 09:04:17 +01:00
ilian
29a6c9b9a3
nixos/hypervGuest: add Microsoft Synthetic Keyboard driver
...
Ensure that the HyperV keyboard driver is available in the early
stages of the boot process. This allows the user to enter a disk
encryption passphrase or repair a boot problem in an interactive
shell.
2021-02-17 08:01:34 +00:00
Michele Guerini Rocco
e32aaddc77
Merge pull request #113342 from r-ryantm/auto-update/btfs
...
btfs: 2.23 -> 2.24
2021-02-17 08:57:33 +01:00
Daniël de Kok
07022c8f10
Merge pull request #113254 from r-ryantm/auto-update/bmap-tools
...
bmap-tools: 3.4 -> 3.6
2021-02-17 08:50:41 +01:00
Daniël de Kok
7bef455aec
Merge pull request #113292 from r-ryantm/auto-update/pam_gnupg
...
pam_gnupg: 0.2 -> 0.3
2021-02-17 08:48:31 +01:00
06kellyjac
9e53477ee4
boundary: 0.1.6 -> 0.1.7
...
Also add installCheck
2021-02-17 07:44:20 +00:00
Daniël de Kok
c0bda1dd9c
Merge pull request #113364 from mweinelt/microcodeIntel
...
microcodeIntel: 20201118 -> 20210216
2021-02-17 08:42:55 +01:00
Jörg Thalheim
9783fa9554
Merge pull request #110615 from jansol/pipewire
2021-02-17 07:41:27 +00:00
Doron Behar
43e4e67696
Merge pull request #113277 from r-ryantm/auto-update/mailnag
...
mailnag: 2.1.0 -> 2.2.0
2021-02-17 09:25:58 +02:00
R. RyanTM
3080d02a27
mailnag: 2.1.0 -> 2.2.0
2021-02-17 08:51:34 +02:00
Peter Hoeg
bf11a28bd3
nixos/bluetooth: hotfix for stupidity
2021-02-17 05:58:08 +00:00
Sandro
bbe85bee22
Merge pull request #112042 from thiagokokada/bump-graalvm
...
graalvm-ce: 20.3.0 -> 21.0.0
2021-02-17 06:10:20 +01:00
Benjamin Hipple
268481b05b
Merge pull request #113309 from robintown/matrix-synapse
...
matrix-synapse: 1.26.0 -> 1.27.0
2021-02-16 23:48:18 -05:00
Benjamin Hipple
12e9079497
Merge pull request #113359 from disposable8347/master
...
mcrypt: remove unwanted info from patch
2021-02-16 23:45:52 -05:00
Benjamin Hipple
79567a8b58
ledger: build python bindings with python3
...
Upstream supports python3 in the version we have, so we can upgrade. Tested with
`ledger python` on my files and it seems to work fine.
2021-02-16 23:39:14 -05:00
Martin Weinelt
1f55f876ec
microcodeIntel: 20201118 -> 20210216
...
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20210216
2021-02-17 05:15:45 +01:00
Samuel Dionne-Riel
7260e7c1e8
refind: 0.12.0 -> 0.13.0 ( #113328 )
2021-02-17 04:19:46 +01:00
Sandro
b29675a553
Merge pull request #112237 from eyJhb/transmissionrpc-update
...
pythonPackages.transmission-rpc: 0.11 -> 3.2.2
2021-02-17 04:19:11 +01:00
tom
4b790b41f5
mcrypt: remove patch author
...
Removes my info so that it is not searchable on GitHub.
2021-02-16 19:19:01 -08:00
Sandro
78f8539ac4
Merge pull request #113284 from fabaff/shhgit
...
shhgit: init at 0.4-7e55062
2021-02-17 04:16:52 +01:00
Sandro
c340f37acb
Merge pull request #108835 from MetaDark/yabridge
2021-02-17 04:12:56 +01:00
Sandro
bbfa074098
Merge pull request #112625 from fabaff/bump-pyfakefs
2021-02-17 04:11:14 +01:00
Fabian Affolter
4465f42c0a
python3Packages.libnacl: 1.7.1 -> 1.7.2 ( #113050 )
2021-02-17 04:01:39 +01:00
Peter Hoeg
1a4c039432
nixos/bluetooth: add support for disabling plugins
2021-02-17 02:40:59 +00:00
nixbitcoin
c3b4c9c99d
btcpayserver: 1.0.5.9 -> 1.0.6.8
2021-02-16 18:30:58 -08:00
nixbitcoin
7adc077b11
nbxplorer: 2.1.46 -> 2.1.49
2021-02-16 18:30:58 -08:00
Thiago Kenji Okada
e2016601d9
clj-kondo: 2020.12.12 -> 2021.02.13
2021-02-16 23:26:39 -03:00
Thiago Kenji Okada
194c1f6aae
graalvm-ce: fix irb in Linux
2021-02-16 23:24:52 -03:00
Thiago Kenji Okada
9e8e2eff2d
graalvm-ce: 20.3.0 -> 21.0.0
2021-02-16 23:24:52 -03:00
Sandro
1429cc6a97
Merge pull request #112767 from khumba/gkrellm-desktop-file
2021-02-17 03:24:00 +01:00
Sandro
0d44c7989c
Merge pull request #113265 from SuperSandro2000/fix-collection13
2021-02-17 03:14:49 +01:00
Sandro
141d867f22
Merge pull request #113289 from bloomvdomino/muso
...
muso: init at 2.0.0
2021-02-17 02:26:56 +01:00
Elias Probst
aec54bddb8
kinfocenter: fix symlink to systemsettings5
...
As `kinfocenter`'s implementation consists of only KCMs, which are
actually just displayed using `systemsettings5`' KCM shell, the
`kinfocenter` binary is just a symlink to `systemsettings5`.
In traditional FHS environments, having a relative symlink to the
`systemsettings5` binary within the same `bin/` directory works just
fine, whereas this is broken on NixOS where `systemsettings5` resides in
a completely different `bin/` directory of the corresponding store item.
Usually CMake's `find_package` should be able to locate the
`systemsettings5` binary, but fails for reasons unknown to do so on
NixOS - so for now fixing the symlink manually as part of the `preFixup`
phase will do the job of making `kinfocenter` work again.
2021-02-17 09:06:14 +08:00
Sandro
290fdcf76f
Merge pull request #113316 from Taneb/fix-j
...
j: fix build
2021-02-17 01:59:07 +01:00
Jack Kelly
6bad00b75e
terragrunt: 0.28.4 -> 0.28.5 ( #113325 )
2021-02-16 16:45:50 -08:00
Sandro
42a33fa59f
Merge pull request #113302 from sikmir/crow-translate
...
crow-translate: 2.6.2 → 2.7.1
2021-02-17 01:16:12 +01:00
Sandro
bb89d878cf
Merge pull request #113297 from sternenseemann/sbcl-refactor
...
sbcl: deduplicate nix expression for all versions
2021-02-17 01:15:28 +01:00
bloomvdomino
3d4bc22ea5
muso: init at 2.0.0
2021-02-17 01:09:42 +01:00