Renaud
9a9925efd7
Merge pull request #50490 from kalbasit/nixpkgs_add-amass
...
amass: init at 2.8.3
2018-11-18 12:37:20 +01:00
R. RyanTM
93af29fafc
python36Packages.twilio: 6.19.1 -> 6.19.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-twilio/versions
2018-11-18 03:33:27 -08:00
R. RyanTM
bc96a0392d
samplv1: 0.9.2 -> 0.9.3 ( #50575 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/samplv1/versions
2018-11-18 12:32:01 +01:00
R. RyanTM
3caf460533
recoll: 1.23.7 -> 1.24.3 ( #50563 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/recoll/versions
2018-11-18 12:31:12 +01:00
Renaud
b7361e4c25
Merge pull request #50536 from c0bw3b/pkg/xercesc
...
xercesc: disable SSE2 extension
2018-11-18 12:24:13 +01:00
R. RyanTM
91ab9ac365
rednotebook: 2.6.1 -> 2.8 ( #50574 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rednotebook/versions
2018-11-18 11:20:25 +00:00
R. RyanTM
a3ffea5130
rdma-core: 20.1 -> 21
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
2018-11-18 03:09:09 -08:00
Jörg Thalheim
122f77a8d3
Merge pull request #50552 from r-ryantm/auto-update/twa
...
twa: 1.6.0 -> 1.6.2
2018-11-18 11:07:48 +00:00
Jörg Thalheim
61686e4957
Merge pull request #50565 from r-ryantm/auto-update/shc
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2018-11-18 11:05:09 +00:00
Jörg Thalheim
60ee032c39
shc: update homepage
2018-11-18 11:04:03 +00:00
Renaud
b74b0ad9a0
Merge pull request #50529 from dywedir/zola
...
gutenberg: 0.4.2 -> zola: 0.5.0
2018-11-18 11:58:57 +01:00
Jörg Thalheim
1ac58ddec6
Merge pull request #50542 from r-ryantm/auto-update/tortoisehg
...
tortoisehg: 4.7.2 -> 4.8
2018-11-18 10:58:26 +00:00
Orivej Desh
e66d263f6b
eigen3_3: move version overrides to all-packages.nix
2018-11-18 10:53:25 +00:00
Jörg Thalheim
c7366d767c
Merge pull request #50567 from r-ryantm/auto-update/riot-web
...
riot-web: 0.17.0 -> 0.17.3
2018-11-18 10:48:23 +00:00
Jörg Thalheim
2c5e3b5a13
Merge pull request #50557 from r-ryantm/auto-update/socket_wrapper
...
socket_wrapper: 1.1.9 -> 1.2.1
2018-11-18 10:47:30 +00:00
Jörg Thalheim
95eeb82923
Merge pull request #50564 from r-ryantm/auto-update/rdfind
...
rdfind: 1.3.5 -> 1.4.1
2018-11-18 10:46:35 +00:00
Jörg Thalheim
e354db0f6f
Merge branch 'staging' into auto-update/remmina
2018-11-18 10:45:23 +00:00
Jörg Thalheim
d246164f65
Merge pull request #50572 from r-ryantm/auto-update/smtube
...
smtube: 18.9.0 -> 18.11.0
2018-11-18 10:43:26 +00:00
Daiderd Jordan
6adc522db4
Merge pull request #50524 from LnL7/darwin-qtmacextras
...
qt5.qtmacextras: include cf-private on darwin
2018-11-18 11:38:07 +01:00
R. RyanTM
f1bf0078b8
smtube: 18.9.0 -> 18.11.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/smtube/versions
2018-11-18 02:23:05 -08:00
Jan Malakhovski
f78835e791
kodiPlugins.exodus: remove
...
No loner exists, I couldn't find an official replacement repo, should be
removed according to
https://github.com/NixOS/nixpkgs/pull/46196#discussion_r215762595
2018-11-18 11:19:20 +01:00
Jan Malakhovski
e220331903
kodiPlugins.yatp: init at 3.3.2
2018-11-18 11:19:20 +01:00
Jan Malakhovski
607c6e78e7
kodiPlugins.simpleplugin: init at 2.3.2
2018-11-18 11:19:20 +01:00
Jan Malakhovski
60ba7d233e
pythonPackages.requests: disable multiple outputs
...
The `dev` output is empty anyway.
The problem is that it interacts badly with other parts of python and
stdenv infrastructure. In particular, before this patch it installs
code into `out` output (with only generated `nix-support` in `dev`),
but `makePythonPath` then uses `propagatedBuildInputs` to generate
`PYTHONPATH` while stdenv selects `dev` outputs for
`propagatedBuiltInputs`. This results in `makePythonPath` linking to
the empty `dev` output in `PYTHONPATH`.
This reverts a piece of commit 28299f669adc41e5278372cad952fb1e1165b44b.
2018-11-18 11:19:20 +01:00
R. RyanTM
c79d621a11
remmina: 1.2.32 -> 1.2.32.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/remmina/versions
2018-11-18 01:52:55 -08:00
Frederik Rietdijk
0d0d7dcd06
Merge staging-next into staging
2018-11-18 10:41:34 +01:00
Timo Kaufmann
3aa6b8ccc5
pythonPackages.cython: don't test codestyle ( #50432 )
...
This requires pycodestyle when using python3 and adding it leads to test
failures for some reason. Maybe some patching we do. There is no reason to
test codestyle for a distro, so just disable it.
2018-11-18 10:33:42 +01:00
Frederik Rietdijk
63c6875f26
Merge master into staging-next
2018-11-18 10:32:12 +01:00
Jörg Thalheim
d208fa53eb
Merge pull request #50566 from layus/tmp/buck-version
...
buck: use upstream version convention
2018-11-18 09:21:49 +00:00
R. RyanTM
1df9039b74
sleuthkit: 4.6.3 -> 4.6.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sleuthkit/versions
2018-11-18 01:14:42 -08:00
Jan Malakhovski
ac09051cf5
pythonPackages.gpgme: inherit python
...
else building via e.g. `python3Packages.gpgme` produces the wrong result.
2018-11-18 09:08:06 +00:00
Jan Malakhovski
e426758d0e
vlc: fix build without qt5
2018-11-18 09:08:06 +00:00
Jan Malakhovski
980043347d
mr: fix src
...
The tag was moved, the diff is fine.
2018-11-18 09:08:05 +00:00
R. RyanTM
f091b32b16
riot-web: 0.17.0 -> 0.17.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/riot-web/versions
2018-11-18 01:04:20 -08:00
R. RyanTM
3bfc2d29cd
shc: 3.9.6 -> 4.0.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/shc/versions
2018-11-18 00:59:14 -08:00
Guillaume Maudoux
de8fe66ba0
buck: use upstream version convention
...
Changes added in 4d1fd3775d33d5d46a8d691c4e12c7eef8fcefbd break
automated updates by moving to a custom version scheme.
This switches back to upstream versioning, while maintaining version
schema convention of `builtins.parseDrvName`.
See issue #43717
2018-11-18 09:56:23 +01:00
R. RyanTM
2e0f2b4fb9
rdfind: 1.3.5 -> 1.4.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/rdfind/versions
2018-11-18 00:47:21 -08:00
R. RyanTM
13d7a84160
socket_wrapper: 1.1.9 -> 1.2.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/socket_wrapper/versions
2018-11-18 00:24:31 -08:00
R. RyanTM
ee521455da
verilator: 4.004 -> 4.006
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/verilator/versions
2018-11-18 00:14:21 -08:00
Jan Malakhovski
50aef6015f
curl: move option defaults from all-packages.nix
to the derivation itself
2018-11-18 07:59:40 +00:00
Jan Malakhovski
38a32d9ccf
redshift: introduce withGeolocation
option
...
For simpler control.
2018-11-18 07:48:01 +00:00
R. RyanTM
f1faaec5ab
twa: 1.6.0 -> 1.6.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/twa/versions
2018-11-17 23:41:50 -08:00
R. RyanTM
b586640f55
urh: 2.4.0 -> 2.4.2 ( #50543 )
2018-11-18 07:41:03 +00:00
jD91mZM2
e2d5470b17
xidlehook: Fix darwin build
...
... I think
2018-11-18 08:27:39 +01:00
jD91mZM2
a2ae93adc9
xidlehook: 0.6.0 -> 0.6.1
2018-11-18 08:23:44 +01:00
R. RyanTM
64d5d6b9d2
uclibc: 1.0.30 -> 1.0.31
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uclibc-ng/versions
2018-11-17 23:08:42 -08:00
R. RyanTM
af22c2bd7b
tree: 1.7.0 -> 1.8.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/tree/versions
2018-11-17 23:04:14 -08:00
R. RyanTM
46533072b5
tcpreplay: 4.2.6 -> 4.3.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/tcpreplay/versions
2018-11-17 22:42:19 -08:00
R. RyanTM
09d790c03d
vifm: 0.9.1 -> 0.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vifm/versions
2018-11-17 22:35:57 -08:00
R. RyanTM
6cf56cb8b7
tortoisehg: 4.7.2 -> 4.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions
2018-11-17 22:15:30 -08:00