Robert Schütz
823374dbab
restic: 0.9.1 -> 0.9.2
2018-08-08 11:00:57 +02:00
xeji
90e72bb769
Merge pull request #44146 from Izorkin/tengine
...
tengine: init init at v2.2.2
2018-08-08 10:58:25 +02:00
Christopher Ostrouchov
c2e7a20f34
pythonPackages.docrep: init at 0.2.3 ( #44665 )
2018-08-08 10:53:28 +02:00
R. RyanTM
542b8ed589
spectre-meltdown-checker: 0.37 -> 0.38 ( #44688 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/spectre-meltdown-checker/versions .
2018-08-08 10:49:37 +02:00
Christopher Ostrouchov
6ec399ef23
pythonPackages.jupyterlab: 0.32.1 -> 0.33.7 ( #44638 )
...
previous jupyterlab 0.32.1 did not build due to requiring
jupyterlab_launcher version between (0.10.0 <-> 0.11.0) now
requires (0.11.2 <-> 0.12.0).
2018-08-08 10:16:13 +02:00
Mario Rodas
6af6fec22d
wal-g: 0.1.8pre240_966f3c5f4 -> 0.1.10 ( #44656 )
2018-08-08 10:03:47 +02:00
Sage
2038ac39f5
crispy-doom: init at 5.2 ( #44536 )
...
crispy-doom: init at 5.2
2018-08-08 09:34:32 +02:00
adisbladis
1d4ee0a2ef
Merge pull request #44660 from r-ryantm/auto-update/zookeeper
...
zookeeper: 3.4.12 -> 3.4.13
2018-08-08 14:33:23 +08:00
adisbladis
bf699c0202
Merge pull request #44672 from r-ryantm/auto-update/utf8proc
...
utf8proc: 2.1.1 -> 2.2.0
2018-08-08 14:32:34 +08:00
Christopher Ostrouchov
1e8a03e241
Add costrouc to maintainer list ( #44655 )
...
Added `costrouc` to maintainer list. email, github, and name
2018-08-08 08:07:45 +02:00
R. RyanTM
f7db842194
utf8proc: 2.1.1 -> 2.2.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/utf8proc/versions .
2018-08-07 22:48:03 -07:00
Jörg Thalheim
22f35b975d
Merge pull request #44664 from r-ryantm/auto-update/zerotierone
...
zerotierone: 1.2.10 -> 1.2.12
2018-08-08 06:36:56 +01:00
Jörg Thalheim
54caf4d77b
Merge pull request #44667 from r-ryantm/auto-update/sysstat
...
sysstat: 11.7.4 -> 12.0.1
2018-08-08 06:35:12 +01:00
R. RyanTM
5cac503c45
sysstat: 11.7.4 -> 12.0.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sysstat/versions .
2018-08-07 21:31:42 -07:00
R. RyanTM
81712b8b5a
zerotierone: 1.2.10 -> 1.2.12
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zerotierone/versions .
2018-08-07 20:58:42 -07:00
R. RyanTM
6b1eaf9b5e
xdg-desktop-portal: 0.11 -> 0.99
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xdg-desktop-portal/versions .
2018-08-07 20:49:44 -07:00
R. RyanTM
35ed9f8c8c
xdg-desktop-portal-gtk: 0.11 -> 0.99
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xdg-desktop-portal-gtk/versions .
2018-08-07 20:46:07 -07:00
R. RyanTM
68fdd6422b
zookeeper: 3.4.12 -> 3.4.13
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zookeeper/versions .
2018-08-07 20:39:57 -07:00
Jan Malakhovski
456f97f2e6
doc: document luksroot.nix changes in release notes
2018-08-08 02:47:50 +00:00
Jan Malakhovski
8c83ba0386
nixos: initrd/luks: disable input echo for the whole stage
2018-08-08 02:47:50 +00:00
Jan Malakhovski
c35917e330
nixos: initrd/luks: simplify Yubikey handling code
...
From reading the source I'm pretty sure it doesn't support multiple Yubikeys, hence
those options are useless.
Also, I'm pretty sure nobody actually uses this feature, because enabling it causes
extra utils' checks to fail (even before applying any patches of this branch).
As I don't have the hardware to test this, I'm too lazy to fix the utils, but
I did test that with extra utils checks commented out and Yubikey
enabled the resulting script still passes the syntax check.
2018-08-08 02:47:49 +00:00
Jan Malakhovski
a9d69a74d6
nixos: initrd/luks: change passphrases handling
...
Also reuse common cryptsetup invocation subexpressions.
- Passphrase reading is done via the shell now, not by cryptsetup.
This way the same passphrase can be reused between cryptsetup
invocations, which this module now tries to do by default (can be
disabled).
- Number of retries is now infinity, it makes no sense to make users
reboot when they fail to type in their passphrase.
2018-08-08 02:47:47 +00:00
Jan Malakhovski
12e6907f33
nixos: initrd/luks: cleanup and generalize common shell expressions
...
Also fix Yubikey timeout handling mess.
2018-08-08 02:45:17 +00:00
Jan Malakhovski
dc653449c5
nixos: boot/stage-1: check syntax of the generated script
2018-08-08 02:43:17 +00:00
rnhmjoj
f0aa5654ee
pythonPackages.robotsuite: enable python3 build
2018-08-08 02:20:55 +02:00
rnhmjoj
beeb973b93
pythonPackages.robotframework: enable python3 build
2018-08-08 02:20:55 +02:00
rnhmjoj
43bb45136f
speedtest-cli: use python3
2018-08-08 02:20:55 +02:00
rnhmjoj
0b488f49fd
varnish: use python2
2018-08-08 02:20:55 +02:00
rnhmjoj
0683a72e35
nox: remove pythonPackages references
2018-08-08 02:20:54 +02:00
rnhmjoj
f428ac60eb
asciinema: remove pythonPackages alias
2018-08-08 02:20:54 +02:00
rnhmjoj
026ec8cfb5
offlineimap: use python2
2018-08-08 02:20:54 +02:00
rnhmjoj
1ba3d8b7d1
mailman: use python2
2018-08-08 02:20:54 +02:00
rnhmjoj
c8784f9cd8
searx: use python3
2018-08-08 02:20:54 +02:00
rnhmjoj
3c212d9271
pythonPackages.selenium: 3.6.0 -> 3.8.1
2018-08-08 02:20:54 +02:00
rnhmjoj
cdb3e689f6
matrix-synapse: use python2
2018-08-08 02:20:54 +02:00
rnhmjoj
55c4269c09
btfs: use python3
2018-08-08 02:20:53 +02:00
rnhmjoj
873663b650
youtube-dl: use python3
2018-08-08 02:20:53 +02:00
rnhmjoj
62eb7c102f
ranger: use python3
2018-08-08 02:20:53 +02:00
Tim Steinbach
b55c02e878
rsyslog: 8.21.0 -> 8.37.0
2018-08-07 19:49:58 -04:00
Tim Steinbach
b4fa7528d0
liblognorm: 1.1.2 -> 2.0.5
2018-08-07 19:49:58 -04:00
Tim Steinbach
146eee4464
libfastjson: 0.99.4 -> 0.99.8
2018-08-07 19:49:58 -04:00
Austin Seipp
6220a31908
clickhouse: 18.1.0 -> 18.5.1, fix build and use ninja
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Austin Seipp
a240276ccb
zstdmt: remove (dupe, unmaintainable)
...
The user who wrote this code on GitHub has since deleted their account,
making any updates impossible. Furthermore, this package is redundant
anyway: Zstandard has been shipping a compatible 'zstdmt' binary, API,
and stable multi-threading support for over a year now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Austin Seipp
d3b51ab973
libtorrentRasterbar: multi outputs, install python2/3 bindings
...
Also fixes the Deluge build, which relied on .out and .python
being the same.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Robert Schütz
fbb60556f8
python.pkgs.tidylib: 0.2.4 -> 0.3.2
...
fixes #44581
2018-08-08 01:29:54 +02:00
Will Dietz
4997dc3db3
light: 1.0 -> 1.1.2 ( #44641 )
2018-08-08 00:56:39 +02:00
jpathy
07fad592c5
cantata: 2.2.0 -> 2.3.2 ( #44514 )
...
Removed merged patch.
2018-08-08 00:55:30 +02:00
Robert Schütz
80bf2e3641
Merge pull request #44599 from jyp/tensorflow-1.9
...
Update to tensorflow 1.9
2018-08-08 00:30:34 +02:00
Vincent Bernat
57840dbffb
nixos/cloud-init: order after network-online.target ( #44633 )
...
Some modules of cloud-init can cope with a network not immediately
available (notably, the EC2 module), but some others won't retry if
network is not available (notably, the Cloudstack module).
network.target doesn't give much guarantee about the network
availability. Applications not able to start without a fully
configured network should be ordered after network-online.target.
Also see #44573 and #44524 .
2018-08-08 00:09:00 +02:00
Robert Schütz
b35238f909
Merge pull request #44510 from fgaz/pybitmessage
...
pybitmessage: 0.6.2 -> 0.6.3.2
2018-08-07 23:59:44 +02:00