R. RyanTM
d93a1a48ec
python37Packages.w3lib: 1.20.0 -> 1.21.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/python3.7-w3lib/versions
2019-08-20 10:03:50 -07:00
worldofpeace
89da4d678d
Merge pull request #67075 from jtojnar/paprefs-cleanup
...
paprefs: clean up dependencies
2019-08-20 13:03:43 -04:00
R. RyanTM
49346877b8
python37Packages.uproot: 3.7.0 -> 3.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/python3.7-uproot/versions
2019-08-20 09:52:37 -07:00
Marek Mahut
03d34165bf
Merge pull request #67067 from prusnak/kodelife
...
kodelife: init at 0.8.3.93
2019-08-20 18:49:56 +02:00
Doron Behar
5d3b545301
castget: init at 1_2_4 ( #65492 )
2019-08-20 18:40:23 +02:00
R. RyanTM
66e0a3c6a5
python37Packages.uncertainties: 3.1.1 -> 3.1.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.7-uncertainties/versions
2019-08-20 09:37:24 -07:00
worldofpeace
c0b62a782d
Merge pull request #66987 from dtzWill/update/qownnotes-qt-mkderiv
...
qownnotes: 19.7.3 -> 19.8.6, use qt's mkDerivation
2019-08-20 12:16:31 -04:00
Pavol Rusnak
8492dfeaba
kodelife: init at 0.8.3.93
2019-08-20 18:16:16 +02:00
R. RyanTM
b204fcb79d
python37Packages.pynamodb: 3.4.1 -> 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/python3.7-pynamodb/versions
2019-08-20 08:49:09 -07:00
Marek Mahut
20d253112d
Merge pull request #67051 from mmahut/jormungandr
...
jormungandr: removing rustup
2019-08-20 17:48:03 +02:00
R. RyanTM
a3e66b1ee1
python37Packages.plotly: 4.0.0 -> 4.1.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/python3.7-plotly/versions
2019-08-20 08:33:21 -07:00
R. RyanTM
756bd32270
python37Packages.parsel: 1.5.1 -> 1.5.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.7-parsel/versions
2019-08-20 08:03:14 -07:00
danbst
fcf752c8b3
agdaPrelude: 0dca24a81 -> eacc961c2
...
https://hydra.nixos.org/build/98865987
2019-08-20 17:42:40 +03:00
Austin Seipp
6576162fe9
liburing: replace obsoleted patch with new upstream patch
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 09:42:18 -05:00
danbst
d215144cc9
agdaIowaStdlib: 1.4.0 -> 1.5.0
...
https://hydra.nixos.org/build/98831905
2019-08-20 17:32:20 +03:00
R. RyanTM
682c59dee7
python37Packages.pyodbc: 4.0.26 -> 4.0.27
...
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.7-pyodbc/versions
2019-08-20 07:29:33 -07:00
R. RyanTM
7163b79cef
python37Packages.lark-parser: 0.7.2 -> 0.7.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/python3.7-lark-parser/versions
2019-08-20 07:04:47 -07:00
R. RyanTM
a468525020
python37Packages.moretools: 0.1.9 -> 0.1.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/python3.7-moretools/versions
2019-08-20 07:02:06 -07:00
R. RyanTM
99698c5f27
python37Packages.libkeepass: 0.3.0 -> 0.3.1.post1
...
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.7-libkeepass/versions
2019-08-20 06:53:04 -07:00
Ruud van Asseldonk
bc185504ca
libressl_3_0: init at 3.0.0
2019-08-20 08:50:57 -05:00
Austin Seipp
66f37f4a34
liburing: bump to 0.1 tag + some extra patches
...
Normally changing the version of the tag in this manner would be nasty
for users -- `nix-env -u` would not see this as an upgrade on the
channel, for instance, if you had a previous version installed. But
liburing is a *library* and does not really come included with any
useful end-user tools. Most cases will use it directly as a build
dependency, in which case, an appropriate rebuild will happen anyway.
This also re-introduces AArch64 builds, which was previously broken due
to some internal changes requiring memory barrier support. In a twist of
fate, however, this was later broken by another patch, which was written
to fix a *different* regression for users. So we simply apply both of
these patches, as well as a third patch that re-fixes AArch64 support,
which I will submit upstream to Jens. Life is never easy.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 08:50:11 -05:00
Domen Kožar
40e973776d
Merge pull request #67003 from r-ryantm/auto-update/openapi-generator-cli
...
openapi-generator-cli: 4.0.3 -> 4.1.0
2019-08-20 15:48:42 +02:00
Rickard Nilsson
225e412edb
Remove myself as maintainer of some packages.
2019-08-20 15:24:01 +02:00
Jan Tojnar
151d86c455
pulseeffects: 4.6.5 -> 4.6.6 ( #67045 )
...
pulseeffects: 4.6.5 -> 4.6.6
2019-08-20 15:07:35 +02:00
Ryan Mulligan
75259963bc
Merge pull request #67025 from r-ryantm/auto-update/python3.7-braintree
...
python37Packages.braintree: 3.55.0 -> 3.56.0
2019-08-20 06:06:39 -07:00
Danylo Hlynskyi
0857c057b4
Merge pull request #66988 from dtzWill/update/zstd-1.4.3
...
zstd: 1.4.2 -> 1.4.3
2019-08-20 16:04:56 +03:00
R. RyanTM
ddf2792eba
python37Packages.peewee: 3.9.6 -> 3.10.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/python3.7-peewee/versions
2019-08-20 06:02:20 -07:00
R. RyanTM
5c22d64e45
python37Packages.lmdb: 0.96 -> 0.97
...
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.7-lmdb/versions
2019-08-20 05:56:21 -07:00
Jan Tojnar
91d627ab0a
Merge pull request #67014 from jtojnar/joypixels
...
joypixels: init at 5.0.2
2019-08-20 14:52:28 +02:00
Sarah Brofeldt
66813d165b
Merge pull request #66976 from dtzWill/update/taskell-1.6.0
...
taskell: 1.4.3 -> 1.6.0
2019-08-20 14:50:10 +02:00
Jan Tojnar
012ff89b79
paprefs: clean up dependencies
...
Since 1.1, paprefs no longer depends on dbus-glib but the dependencies
were not refreshed during an automated update.
While at it, also format inputs for diff-friendliness.
2019-08-20 14:44:15 +02:00
R. RyanTM
dffcd8eb4f
python37Packages.PyChromecast: 3.2.2 -> 3.2.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/python3.7-pychromecast/versions
2019-08-20 05:41:15 -07:00
R. RyanTM
2bc05b6d3e
python37Packages.pytesseract: 0.2.7 -> 0.2.9
...
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.7-pytesseract/versions
2019-08-20 05:22:35 -07:00
Sarah Brofeldt
a14b47b2ad
Merge pull request #67021 from vbgl/ocaml-javalib-3.1.1
...
ocamlPackages.javalib: 3.0 -> 3.1.1
2019-08-20 14:22:10 +02:00
Sarah Brofeldt
cb45126c3e
Merge pull request #67049 from r-ryantm/auto-update/powerstat
...
powerstat: 0.02.19 -> 0.02.20
2019-08-20 14:08:24 +02:00
R. RyanTM
10be537429
python37Packages.phonenumbers: 8.10.15 -> 8.10.16
...
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.7-phonenumbers/versions
2019-08-20 05:05:37 -07:00
R. RyanTM
18d8a13f29
python37Packages.pyglet: 1.4.1 -> 1.4.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.7-pyglet/versions
2019-08-20 04:55:20 -07:00
R. RyanTM
d1fda615dc
python37Packages.mysqlclient: 1.4.2.post1 -> 1.4.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/python3.7-mysqlclient/versions
2019-08-20 04:52:24 -07:00
Sascha Grunert
8d3dd54f53
buildah: 1.9.0 -> 1.10.1
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-20 13:48:09 +02:00
Marek Mahut
f5dbf0534d
Merge pull request #67053 from prusnak/uhubctl
...
uhubctl: init at unstable-2019-07-31
2019-08-20 13:30:59 +02:00
R. RyanTM
13d0171516
pgpool: 4.0.5 -> 4.0.6 ( #67020 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgpool-ii/versions
2019-08-20 13:56:19 +03:00
R. RyanTM
edc3a4348f
python37Packages.nameparser: 1.0.3 -> 1.0.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/python3.7-nameparser/versions
2019-08-20 03:48:49 -07:00
R. RyanTM
e3975c7b4c
jenkins-job-builder: 2.10.1 -> 3.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/python2.7-jenkins-job-builder/versions
2019-08-20 03:46:25 -07:00
WilliButz
d54deb4ff3
Merge pull request #67037 from jbgi/patch-5
...
sweethome3d: 6.1.2 -> 6.2
2019-08-20 12:42:45 +02:00
Pavol Rusnak
e06d89ab59
uhubctl: init at unstable-2019-07-31
2019-08-20 12:33:46 +02:00
R. RyanTM
824a095e57
python37Packages.openapi-spec-validator: 0.2.7 -> 0.2.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/python3.7-openapi-spec-validator/versions
2019-08-20 03:33:45 -07:00
R. RyanTM
f1bf13869b
python37Packages.gssapi: 1.6.0 -> 1.6.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/python3.7-gssapi/versions
2019-08-20 03:31:08 -07:00
Gabriel Ebner
e710d4718b
Merge pull request #66962 from dtzWill/feature/khal-manpage
...
khal: build and install man page
2019-08-20 12:28:28 +02:00
R. RyanTM
233f87bf5f
python37Packages.node-semver: 0.6.1 -> 0.7.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/python3.7-node-semver/versions
2019-08-20 03:25:56 -07:00
R. RyanTM
98cedfb418
python37Packages.django-webpack-loader: 0.2.4 -> 0.6.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/python3.7-django-webpack-loader/versions
2019-08-20 02:55:40 -07:00
Mario Rodas
ecd99580af
Merge pull request #67042 from r-ryantm/auto-update/python3.7-funcy
...
python37Packages.funcy: 1.12 -> 1.13
2019-08-20 04:55:36 -05:00
R. RyanTM
0302d8de30
python37Packages.authres: 1.1.1 -> 1.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/python3.7-authres/versions
2019-08-20 02:37:07 -07:00
Marek Mahut
bf5d943513
jormungandr: removing rustup
2019-08-20 11:30:12 +02:00
R. RyanTM
efa79f9a63
python37Packages.azure-mgmt-storage: 3.3.0 -> 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/python3.7-azure-mgmt-storage/versions
2019-08-20 02:24:55 -07:00
R. RyanTM
64efce4f05
powerstat: 0.02.19 -> 0.02.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/powerstat/versions
2019-08-20 02:22:23 -07:00
R. RyanTM
6141926e39
python37Packages.ftfy: 5.5.1 -> 5.6
...
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.7-ftfy/versions
2019-08-20 01:58:57 -07:00
Peter Hoeg
fa12335f42
Merge pull request #67039 from peterhoeg/f/quaternion
...
quaternion: use qt specific mkDerivation
2019-08-20 16:54:45 +08:00
Matthieu Coudron
0f32b32c95
Merge pull request #63150 from Izorkin/prosody-test
...
nixos/tests/prosody: update prosody tests
2019-08-20 17:52:58 +09:00
R. RyanTM
3e19ec2784
python37Packages.libcloud: 2.4.0 -> 2.5.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/python3.7-apache-libcloud/versions
2019-08-20 01:51:03 -07:00
R. RyanTM
fcadb6a1a1
pulseeffects: 4.6.5 -> 4.6.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pulseeffects/versions
2019-08-20 01:43:41 -07:00
adisbladis
1f80baeed4
Merge pull request #67041 from etu/wsjtx-fix-run
...
wsjtx: Fix qt errors
2019-08-20 10:29:15 +02:00
Léo Gaspard
32ce60b1a5
Merge pull request #67009 from r-ryantm/auto-update/opensmtpd
...
opensmtpd: 6.4.1p2 -> 6.4.2p1
2019-08-20 10:27:08 +02:00
Michael Raskin
aafdf8b7f4
Merge pull request #66351 from jonringer/bump-python-mpv
...
python3Packages.mpv: 0.1 -> 0.3.9
2019-08-20 08:16:43 +00:00
Doron Behar
a111f95401
neovim-remote: 2.1.9 -> 2.2.0
2019-08-20 17:15:08 +09:00
Michael Raskin
d38d6aba1f
Merge pull request #66883 from kisik21/lua-cross-compile-fix
...
lua: fix cross-compilation; fixes #66742
2019-08-20 08:13:33 +00:00
R. RyanTM
617207bd8a
python37Packages.funcy: 1.12 -> 1.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/python3.7-funcy/versions
2019-08-20 01:10:37 -07:00
Michael Raskin
0cbeac4f66
Merge pull request #66736 from markuskowa/upd-gluster
...
glusterfs: 4.0 -> 6.5
2019-08-20 08:08:57 +00:00
R. RyanTM
19d26db6c1
python37Packages.cupy: 6.0.0 -> 6.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/python3.7-cupy/versions
2019-08-20 01:01:17 -07:00
Elis Hirwing
b6014da268
wsjtx: Fix qt errors
...
Also do minor fixes of the derivation.
2019-08-20 10:01:16 +02:00
Peter Hoeg
5efdb54547
quaternion: use qt specific mkDerivation
2019-08-20 15:50:35 +08:00
Jean-Baptiste Giraudeau
d31c324a5b
sweethome3d: 6.1.2 -> 6.2
...
Fix #54549
2019-08-20 09:38:18 +02:00
Lancelot SIX
b8fac94b0f
Merge pull request #67024 from r-ryantm/auto-update/python3.7-deprecation
...
python37Packages.deprecation: 2.0.6 -> 2.0.7
2019-08-20 09:35:44 +02:00
Marek Mahut
c69b66ecbe
Merge pull request #66977 from r-ryantm/auto-update/mullvad-vpn
...
mullvad-vpn: 2019.6 -> 2019.7
2019-08-20 09:34:33 +02:00
Marek Mahut
c27c1e070a
Merge pull request #66985 from r-ryantm/auto-update/mediainfo
...
mediainfo: 19.04 -> 19.07
2019-08-20 09:32:34 +02:00
Izorkin
89c69bfb79
prosody: fix work after update luadbi packages
2019-08-20 10:24:49 +03:00
Lancelot SIX
49406d1a24
Merge pull request #67034 from r-ryantm/auto-update/python3.7-dominate
...
python37Packages.dominate: 2.3.5 -> 2.4.0
2019-08-20 09:21:24 +02:00
R. RyanTM
f4df1281c2
protozero: 1.6.7 -> 1.6.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/protozero/versions
2019-08-20 00:04:54 -07:00
R. RyanTM
0a094d1419
python37Packages.dominate: 2.3.5 -> 2.4.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/python3.7-dominate/versions
2019-08-19 23:53:12 -07:00
R. RyanTM
583569ac54
python37Packages.azure-cli-core: 2.0.69 -> 2.0.71
...
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.7-azure-cli-core/versions
2019-08-19 23:43:17 -07:00
R. RyanTM
a1d3f39a83
python37Packages.azure-mgmt-network: 2.7.0 -> 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/python3.7-azure-mgmt-network/versions
2019-08-19 23:37:25 -07:00
R. RyanTM
8a0ed4b0cf
python37Packages.distributed: 1.28.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/python3.7-distributed/versions
2019-08-19 23:30:59 -07:00
Will Dietz
9a2c2418db
qownnotes: 19.7.3 -> 19.8.6, use qt's mkDerivation
2019-08-20 00:52:35 -05:00
Will Dietz
6aea2ab7fa
khal: patch using upstream commit adding khal.desktop
2019-08-20 00:45:40 -05:00
Will Dietz
a38c5118d4
khal: also install khal.desktop
2019-08-20 00:44:59 -05:00
R. RyanTM
8665cc4f20
python37Packages.cmd2: 0.9.15 -> 0.9.16
...
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.7-cmd2/versions
2019-08-20 14:42:53 +09:00
R. RyanTM
c2adb5d9aa
python37Packages.braintree: 3.55.0 -> 3.56.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/python3.7-braintree/versions
2019-08-19 22:34:10 -07:00
R. RyanTM
132cf01b49
python37Packages.deprecation: 2.0.6 -> 2.0.7
...
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.7-deprecation/versions
2019-08-19 22:31:46 -07:00
R. RyanTM
646b5cee5a
pscircle: 1.3.0 -> 1.3.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/pscircle/versions
2019-08-19 22:17:30 -07:00
Matthieu Coudron
3b205ad3a7
Merge pull request #58207 from teto/kernelPackages_check
...
boot.kernelPackages: check for conflicts
It's currently possible to set conflicting `boot.kernelPackages` several times.
Nixos now warns when this is the case instead of just picking one.
2019-08-20 14:15:51 +09:00
Vincent Laporte
4c571a1e76
ocamlPackages.ppx_deriving: 4.2.1 -> 4.4
2019-08-20 04:55:45 +00:00
Vincent Laporte
4759568c6b
ocamlPackages.ppxfind: do not strip with OCaml 4.04
2019-08-20 04:55:45 +00:00
Vincent Laporte
ff6c982e5e
ocamlPackages.ppx_tools: init at 5.3 for OCaml 4.08
2019-08-20 04:55:45 +00:00
worldofpeace
d7a6f57e22
Merge pull request #66952 from tadfisher/plata-theme
...
plata-theme: 0.8.8 -> 0.8.9
2019-08-20 00:48:56 -04:00
Vincent Laporte
b53f0980fe
ocamlPackages.javalib: 3.0 -> 3.1.1
2019-08-20 04:46:14 +00:00
R. RyanTM
41571dc81a
picard-tools: 2.20.4 -> 2.20.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/picard-tools/versions
2019-08-19 21:40:40 -07:00
worldofpeace
83cc092fb5
Merge pull request #66344 from jlesquembre/clj-kondo
...
clj-kondo: init at 2019.07.31-alpha
2019-08-20 00:39:42 -04:00
worldofpeace
7aaa28c1af
Merge pull request #65545 from volth/graal-ee
...
graalvm8-ee: init at 19.1.1
2019-08-20 00:38:04 -04:00
worldofpeace
912b09e17e
Merge pull request #66986 from dtzWill/fix/vnote-qt-mkderiv
...
vnote: fix by using qt's mkDerivation, 2.6 -> 2.7.2
2019-08-20 00:23:06 -04:00
R. RyanTM
d0f27576d8
fpp: 0.7.2 -> 0.8.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/fpp/versions
2019-08-19 20:39:52 -07:00
R. RyanTM
f80422fc01
ocamlPackages.uuidm: 0.9.6 -> 0.9.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uuidm/versions
2019-08-19 20:32:53 -07:00
Jan Tojnar
50f2ecf823
joypixels: init at 5.0.2
2019-08-20 05:32:06 +02:00
Peter Hoeg
8b8f03682c
btanks: fix building with lua 5.2
2019-08-20 12:22:50 +09:00
R. RyanTM
63bf4a7f17
ocamlPackages.ppxlib: 0.6.0 -> 0.8.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/ocaml4.06.1-ppxlib/versions
2019-08-19 20:18:55 -07:00
R. RyanTM
4bbcc7127d
oniguruma: 6.9.2 -> 6.9.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/onig/versions
2019-08-19 20:05:25 -07:00
R. RyanTM
4164999bec
opensmtpd: 6.4.1p2 -> 6.4.2p1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opensmtpd/versions
2019-08-19 19:39:59 -07:00
R. RyanTM
485c88a311
ocamlPackages.uri: 2.2.0 -> 3.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/ocaml4.06.1-uri/versions
2019-08-19 19:10:20 -07:00
Kirill Kazakov
8ffb3cced1
moolticute: init at 0.30.8 ( #54090 )
2019-08-20 05:01:29 +03:00
R. RyanTM
70a9ca44fa
padthv1: 0.9.8 -> 0.9.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/padthv1/versions
2019-08-19 18:48:55 -07:00
R. RyanTM
1a4644b6ed
openapi-generator-cli: 4.0.3 -> 4.1.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/openapi-generator-cli/versions
2019-08-19 18:31:42 -07:00
WilliButz
3a0d0b9a0b
Merge pull request #66997 from r-ryantm/auto-update/nmap
...
nmap: 7.70 -> 7.80
2019-08-20 03:26:53 +02:00
WilliButz
31920c3159
Merge pull request #66999 from r-ryantm/auto-update/ncdu
...
ncdu: 1.14 -> 1.14.1
2019-08-20 03:24:02 +02:00
R. RyanTM
e93a9aa0bf
oidentd: 2.3.2 -> 2.4.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/oidentd/versions
2019-08-19 18:06:08 -07:00
R. RyanTM
b7c70b1bd8
nfdump: 1.6.17 -> 1.6.18
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nfdump/versions
2019-08-19 18:03:23 -07:00
worldofpeace
2d09e48929
tilix: add hicolor-icon-theme
2019-08-19 20:59:35 -04:00
worldofpeace
a012ea3ab5
ideogram: add hicolor-icon-theme
2019-08-19 20:59:35 -04:00
worldofpeace
7e453cc58f
Revert "fwupd: 1.2.8 -> 1.2.10"
2019-08-19 20:58:24 -04:00
R. RyanTM
24d22fe619
ncdu: 1.14 -> 1.14.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/ncdu/versions
2019-08-19 17:48:11 -07:00
Will Dietz
21d599839c
ttyd: 1.4.2_pre* -> 1.5.2
...
https://github.com/tsl0922/ttyd/releases/tag/1.5.2
https://github.com/tsl0922/ttyd/releases/tag/1.5.1
https://github.com/tsl0922/ttyd/releases/tag/1.5.0
https://github.com/tsl0922/ttyd/releases/tag/1.4.3
https://github.com/tsl0922/ttyd/releases/tag/1.4.2
2019-08-19 19:30:44 -05:00
R. RyanTM
9e421ad674
libndctl: 65 -> 66
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libndctl/versions
2019-08-19 19:30:02 -05:00
R. RyanTM
df771cf289
memtier-benchmark: 1.2.11 -> 1.2.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/memtier-benchmark/versions
2019-08-19 19:29:28 -05:00
R. RyanTM
d15de57f66
nmap: 7.70 -> 7.80
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmap/versions
2019-08-19 16:56:10 -07:00
R. RyanTM
cae176b4e3
nsd: 4.2.0 -> 4.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/nsd/versions
2019-08-19 16:23:11 -07:00
Dmitry Kalinkin
948025bca4
Merge pull request #66446 from bdesham/updated-boronine-perl-darwin-fix
...
Updated fix for Perl programs on Darwin
2019-08-19 19:18:19 -04:00
R. RyanTM
b7eb5b159e
miniflux: 2.0.16 -> 2.0.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/miniflux/versions
2019-08-19 16:08:21 -07:00
R. RyanTM
7fae3a2460
mkvtoolnix: 35.0.0 -> 36.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/mkvtoolnix/versions
2019-08-19 16:00:59 -07:00
Dmitry Kalinkin
430f0e14d3
texlive: fix too-long shebang line on Darwin for latexinent
2019-08-19 18:56:36 -04:00
Jan Tojnar
403132f9fc
Merge pull request #66981 from r-ryantm/auto-update/nautilus
...
gnome3.nautilus: 3.32.1 -> 3.32.3
2019-08-20 00:49:46 +02:00
Will Dietz
ea9a298236
zstd: 1.4.2 -> 1.4.3
...
https://github.com/facebook/zstd/releases/tag/v1.4.3
2019-08-19 17:07:16 -05:00
Orivej Desh (NixOS)
93a514af4a
zstd: 1.4.1 -> 1.4.2 ( #65409 )
...
https://github.com/facebook/zstd/releases/tag/v1.4.2
2019-08-19 21:56:00 +00:00
José Romildo Malaquias
7d3f0203c9
Merge pull request #66013 from r-ryantm/auto-update/papirus-icon-theme
...
papirus-icon-theme: 20190615 -> 20190802
2019-08-19 18:52:34 -03:00
Will Dietz
4a69c974f3
vnote: fix by using qt's mkDerivation, 2.6 -> 2.7.2
...
https://github.com/tamlok/vnote/releases/tag/v2.7.2
https://github.com/tamlok/vnote/releases/tag/v2.7.1
https://github.com/tamlok/vnote/releases/tag/v2.7
2019-08-19 16:50:26 -05:00
R. RyanTM
a19bfedcd9
nx-libs: 3.5.99.20 -> 3.5.99.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/nx-libs/versions
2019-08-19 14:45:10 -07:00
R. RyanTM
080f572b1e
mediainfo: 19.04 -> 19.07
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mediainfo/versions
2019-08-19 14:33:35 -07:00
Marek Mahut
f6b4b33e40
Merge pull request #66972 from dtzWill/update/whois-5.5.1
...
whois: 5.5.0 -> 5.5.1
2019-08-19 23:19:08 +02:00
Marek Mahut
6e6892d29b
Merge pull request #66958 from r-ryantm/auto-update/live555
...
live555: 2019.06.28 -> 2019.08.16
2019-08-19 23:17:30 +02:00
R. RyanTM
c4007ecda7
gnome3.nautilus: 3.32.1 -> 3.32.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/nautilus/versions
2019-08-19 14:10:56 -07:00
Marek Mahut
1c44d26f91
Merge pull request #66959 from r-ryantm/auto-update/librealsense
...
librealsense: 2.23.0 -> 2.25.0
2019-08-19 22:45:00 +02:00
R. RyanTM
771d841446
mdds: 1.4.3 -> 1.5.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/mdds/versions
2019-08-19 13:44:47 -07:00
Marek Mahut
d4ee26ebd9
Merge pull request #66955 from r-ryantm/auto-update/libwebsockets
...
libwebsockets: 3.1.0 -> 3.2.0
2019-08-19 22:44:16 +02:00
Marek Mahut
0a3f7d4740
Merge pull request #66964 from r-ryantm/auto-update/libmodbus
...
libmodbus: 3.1.4 -> 3.1.6
2019-08-19 22:43:33 +02:00
Marek Mahut
7302eb3ea0
Merge pull request #66967 from r-ryantm/auto-update/libgpiod
...
libgpiod: 1.4 -> 1.4.1
2019-08-19 22:39:55 +02:00
Marek Mahut
dccbd8ca0a
Merge pull request #66954 from r-ryantm/auto-update/libosmocore
...
libosmocore: 1.1.0 -> 1.2.0
2019-08-19 22:38:44 +02:00
Aaron Andersen
bc60a77b05
Merge pull request #66589 from mmahut/jormungandr
...
jormungandr: 0.3.1 -> 0.3.2
2019-08-19 16:34:33 -04:00
R. RyanTM
649a61ddf9
nextcloud: 16.0.3 -> 16.0.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/nextcloud/versions
2019-08-19 13:29:13 -07:00
Will Dietz
e4f0b64544
taskell: 1.4.3 -> 1.6.0
...
https://github.com/smallhadroncollider/taskell/releases/tag/1.6.0
https://github.com/smallhadroncollider/taskell/releases/tag/1.5.1
https://github.com/smallhadroncollider/taskell/releases/tag/1.5.0
2019-08-19 15:07:05 -05:00
R. RyanTM
ee4e66f0d5
mullvad-vpn: 2019.6 -> 2019.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mullvad-vpn/versions
2019-08-19 13:03:34 -07:00
Marek Mahut
5b0813d0f6
Merge pull request #66945 from r-ryantm/auto-update/libbitcoin
...
libbitcoin: 3.5.0 -> 3.6.0
2019-08-19 21:59:33 +02:00
Will Dietz
1aaf047918
whois: 5.5.0 -> 5.5.1
...
https://github.com/rfc1036/whois/blob/v5.5.1/debian/changelog
2019-08-19 14:56:50 -05:00
R. RyanTM
40a0e1d4bc
libgpiod: 1.4 -> 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/libgpiod/versions
2019-08-19 12:33:27 -07:00
R. RyanTM
28a967191d
libmodbus: 3.1.4 -> 3.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmodbus/versions
2019-08-19 12:14:32 -07:00
R. RyanTM
d20482b110
librealsense: 2.23.0 -> 2.25.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/librealsense/versions
2019-08-19 11:54:39 -07:00
Marek Mahut
c03dee386f
Merge pull request #66946 from r-ryantm/auto-update/kpcli
...
kpcli: 3.2 -> 3.3
2019-08-19 20:49:53 +02:00
laMudri
8f93275019
ibus-engines.table: fit Python package name conventions
2019-08-19 19:47:50 +01:00
Marek Mahut
0d633c9285
Merge pull request #66944 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.18.0 -> 0.18.1
2019-08-19 20:47:15 +02:00
Marek Mahut
6366d9602b
Merge pull request #66943 from r-ryantm/auto-update/leatherman
...
leatherman: 1.7.0 -> 1.7.1
2019-08-19 20:46:15 +02:00
Marek Mahut
3149ff5764
Merge pull request #66940 from r-ryantm/auto-update/libdeflate
...
libdeflate: 1.2 -> 1.3
2019-08-19 20:45:39 +02:00
R. RyanTM
0b00207f94
live555: 2019.06.28 -> 2019.08.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-08-19 11:43:05 -07:00
Marek Mahut
2736f2edc0
Merge pull request #66886 from r-ryantm/auto-update/fwupd
...
fwupd: 1.2.8 -> 1.2.10
2019-08-19 20:40:13 +02:00
Marek Mahut
8f2a13d584
Merge pull request #66895 from r-ryantm/auto-update/gzdoom
...
gzdoom: 4.1.3 -> 4.2.0
2019-08-19 20:39:25 +02:00
Marek Mahut
5e93e7159a
Merge pull request #66932 from r-ryantm/auto-update/ktlint
...
ktlint: 0.34.0 -> 0.34.2
2019-08-19 20:38:58 +02:00
Marek Mahut
2aedbd056a
Merge pull request #66920 from r-ryantm/auto-update/janet
...
janet: 1.1.0 -> 1.2.0
2019-08-19 20:38:29 +02:00
Marek Mahut
4fb171a1d6
Merge pull request #66918 from r-ryantm/auto-update/i3-gaps
...
i3-gaps: 4.16.1 -> 4.17
2019-08-19 20:37:44 +02:00
Marek Mahut
8a9fb19fb0
Merge pull request #66915 from r-ryantm/auto-update/jackett
...
jackett: 0.11.559 -> 0.11.589
2019-08-19 20:37:02 +02:00
R. RyanTM
82eb1fbee5
libwebsockets: 3.1.0 -> 3.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/libwebsockets/versions
2019-08-19 11:26:29 -07:00
Will Dietz
8ebb3d8692
khal: build and install man page
2019-08-19 13:26:08 -05:00
Vladyslav Burzakovskyy
93f61c0e68
python3Packages.pdfkit: 0.5.0 -> 0.6.1
2019-08-19 20:14:09 +02:00
Marek Mahut
5ba074ede5
python3Packages.pycangjie: moving ibtool autoconf automake cython to nativeBuildInputs
2019-08-19 20:13:46 +02:00
worldofpeace
80f4d61534
Merge pull request #66934 from jtojnar/gnome-video-effects-0.5.0
...
gnome-video-effects: 0.4.3 → 0.5.0
2019-08-19 14:11:13 -04:00
James Wood
549c14606e
ibus-engines.table: remove hacky change to source code
...
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-08-19 18:47:11 +01:00
Jonathan Ringer
72b1553187
python3Packages.boltztrap2: 19.1.1 -> 19.7.3
2019-08-19 19:46:05 +02:00
Jan Tojnar
b80da194fd
gnome-video-effects: 0.4.3 → 0.5.0
...
https://gitlab.gnome.org/GNOME/gnome-video-effects/blob/0.5.0/NEWS#L4-6
2019-08-19 19:39:17 +02:00
R. RyanTM
374033add2
libosmocore: 1.1.0 -> 1.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/libosmocore/versions
2019-08-19 10:38:24 -07:00
Tad Fisher
db4049e2cd
plata-theme: 0.8.8 -> 0.8.9
2019-08-19 10:29:11 -07:00
Marek Mahut
5765f22879
Merge pull request #66902 from r-ryantm/auto-update/groonga
...
groonga: 9.0.5 -> 9.0.6
2019-08-19 19:29:10 +02:00
Marek Mahut
78f1387c2e
pythonPackages.mixpanel: moving pytest and mock to checkInputs
2019-08-19 19:27:40 +02:00
Marek Mahut
ee14abe062
python3Packages.pytest-repeat: moving pytest to checkInputs
2019-08-19 19:26:42 +02:00
R. RyanTM
936805a008
matomo: 3.10.0 -> 3.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/matomo/versions
2019-08-19 10:26:21 -07:00
Marek Mahut
047f8d612b
Merge pull request #66904 from r-ryantm/auto-update/groovy
...
groovy: 2.5.7 -> 2.5.8
2019-08-19 19:22:38 +02:00
Marek Mahut
3c347b780e
Merge pull request #66897 from r-ryantm/auto-update/geekbench
...
geekbench: 4.4.0 -> 4.4.1
2019-08-19 19:22:05 +02:00
Marek Mahut
33f774799d
Merge pull request #66908 from r-ryantm/auto-update/icingaweb2
...
icingaweb2: 2.7.0 -> 2.7.1
2019-08-19 19:20:21 +02:00
Marek Mahut
b1b3ea751a
Merge pull request #66913 from r-ryantm/auto-update/jruby
...
jruby: 9.2.7.0 -> 9.2.8.0
2019-08-19 19:19:48 +02:00
Marek Mahut
5646ada5fd
pythonPackages.mox3: disabling tests
2019-08-19 19:16:16 +02:00
Matthew Bauer
4497bee1ac
Merge pull request #66861 from lopsided98/directfb-src-github
...
directfb: fix build on ARM
2019-08-19 13:01:41 -04:00
Nikolay Amiantov
c3a6c8de88
edk2: 2017-12-05 -> 201905
...
* Move to stable version;
* Refactor `setup` to `mkDerivation`;
* Use flags instead of `sed`;
* Support Secure Boot builds.
2019-08-19 19:52:30 +03:00
R. RyanTM
fb15876d24
kpcli: 3.2 -> 3.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/kpcli/versions
2019-08-19 09:26:01 -07:00
R. RyanTM
8a9958aaa0
libbitcoin: 3.5.0 -> 3.6.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/libbitcoin/versions
2019-08-19 09:13:24 -07:00
R. RyanTM
9641dcddf8
libfilezilla: 0.18.0 -> 0.18.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/libfilezilla/versions
2019-08-19 09:02:51 -07:00
worldofpeace
893b7b5adf
Merge pull request #66899 from lightbulbjim/riot-icon
...
riot-desktop: rename .desktop file to match app_id
2019-08-19 11:56:36 -04:00
R. RyanTM
d8ddf3a5bf
leatherman: 1.7.0 -> 1.7.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/leatherman/versions
2019-08-19 08:50:38 -07:00
R. RyanTM
ef7891e328
libdeflate: 1.2 -> 1.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/libdeflate/versions
2019-08-19 08:44:06 -07:00
worldofpeace
7667ae1a2e
Merge pull request #66842 from tilpner/maintainer-fixup
...
tree-wide: fix malformed meta.maintainers
2019-08-19 11:35:10 -04:00
R. RyanTM
ac8f6a4b76
ktlint: 0.34.0 -> 0.34.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/ktlint/versions
2019-08-19 07:40:17 -07:00
Robin Gloster
b8bee5c9b8
Merge pull request #66921 from ciil/jira-update
...
atlassian-jira: 8.3.0 -> 8.3.2
2019-08-19 14:31:35 +00:00
Edmund Wu
1d96d2bedb
umockdev: disable failed test ( #66909 )
...
* umockdev: disable failed test
* Update default.nix
2019-08-19 16:57:04 +03:00
Robin Gloster
cb1b9497f1
Merge pull request #66919 from basvandijk/rustfmt-fix-aarch64
...
rustfmt: fix build on aarch64
2019-08-19 13:56:31 +00:00
Simon Lackerbauer
af6323a73d
atlassian-jira: 8.3.0 -> 8.3.2
2019-08-19 15:51:27 +02:00
Jan Tojnar
d4861c9ede
gnome-video-effects: move from gnome3.gnome-video-effects
2019-08-19 15:38:20 +02:00
R. RyanTM
9c2088181a
janet: 1.1.0 -> 1.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/janet/versions
2019-08-19 06:37:04 -07:00
Bas van Dijk
06734a93e9
rustfmt: fix build on aarch64
2019-08-19 15:23:41 +02:00
Marek Mahut
147b7ab692
btanks: patching away wrong lua library
2019-08-19 22:18:27 +09:00