Commit Graph

147921 Commits

Author SHA1 Message Date
Will Dietz c869590dea spin: install manpage 2019-01-18 21:34:55 -06:00
Will Dietz 5812580bf6 spin: 6.4.8 -> 6.4.9 2019-01-18 21:34:50 -06:00
Will Dietz 4603727f4f
Merge pull request #54211 from dtzWill/feature/neat-fonts-from-dtz-nur
add various programming fonts (migrating from dtzWill's NUR repo)
2019-01-18 21:32:16 -06:00
Will Dietz 509742b8d7
Merge pull request #53980 from dtzWill/update/zotero-5.0.60
zotero: 5.0.35.1 -> 5.0.60
2019-01-18 21:29:54 -06:00
Benjamin Staffin c7677d9300
pythonPackages.jq: init at 0.1.6 (#54014) 2019-01-18 21:01:19 -05:00
Ben Wolsieffer 414c42a697 ubootRock64, ubootRockPro64: use dtc 1.4.5 2019-01-18 21:00:58 -05:00
Raphael Borun Das Gupta 077a5cfedb udocker: change homepage to documentation on gitbooks.io
as that view, other than the gitbook.com one, is available to
readers not logged into GitBook, too.
2019-01-19 02:15:41 +01:00
adisbladis dfe2453ce5
mpv: Add vulkan support 2019-01-19 00:53:49 +00:00
Herman Fries 42cfe57245 springLobby: Fix TLS problems on downloads 2019-01-19 01:24:00 +01:00
adisbladis 8e20de1d52
firefox-beta-bin: 65.0b11 -> 65.0b12 2019-01-18 23:49:08 +00:00
adisbladis 59b60270aa
firefox-devedition-bin: 65.0b11 -> 65.0b12 2019-01-18 23:49:04 +00:00
Matthew Bauer 1c02863317
busybox: give priority of 10
Lots of packages provide this. Usually we don't want the busybox version.
2019-01-18 18:16:37 -05:00
Ben Wolsieffer 404773e336 uboot: use pname and cleanup version specification 2019-01-18 17:53:21 -05:00
Ben Wolsieffer 26079c4da7 uboot: buildUBoot: add extraConfig parameter 2019-01-18 17:53:21 -05:00
Ben Wolsieffer e245086709 uboot: add RockPro64, fix Rock64 build
Switch the Rock64 build from a newer, less maintained U-Boot tree, to an older
but more maintained and featureful version.
2019-01-18 17:53:21 -05:00
Ben Wolsieffer bb72c0668d pythonPackages.libfdt: init
libfdt is a Python library included in the dtc package.
2019-01-18 17:53:21 -05:00
Ben Wolsieffer 7edd0389e1 arm-trusted-firmware: add RK3399 2019-01-18 17:53:21 -05:00
Ben Wolsieffer 8a816723ce arm-trusted-firmware: 1.5 -> 2.0 2019-01-18 17:53:21 -05:00
Ben Wolsieffer cc35ac70c6 rkdeveloptool: init at 1.3 2019-01-18 17:53:21 -05:00
R. RyanTM 197c393c2f img2pdf: 0.3.2 -> 0.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/img2pdf/versions
2019-01-18 17:24:36 -05:00
Vladyslav M 1221fc7641
Merge pull request #53215 from wedens/tdrop-init
tdrop: init at 2018-11-13
2019-01-19 00:15:51 +02:00
Robert Schütz bf4c5c56d8
Merge pull request #53945 from dotlambda/recommonmark-0.5.0
python.pkgs.recommonmark: 0.4.0 -> 0.5.0
2019-01-18 23:12:53 +01:00
Timo Kaufmann d34f44db45
sage: fix transient ecl error (#54285)
Sometimes the doctests fail because ecl races to create a directory.
This should fix that by making sure each process has its own directory.
2019-01-18 23:02:03 +01:00
Jake Waksbaum bc820fa1e4 google-music-scripts: init at 3.0.0 2019-01-18 21:15:51 +00:00
Jake Waksbaum fe4f244c19 pythonPackages.logzero: init at 1.5.0 2019-01-18 21:15:51 +00:00
Jake Waksbaum a323466604 pythonPackages.google-music: init at 3.0.1 2019-01-18 21:15:50 +00:00
Jake Waksbaum e9e7c08ca6 pythonPackages.google-music-utils: init at 2.0.0 2019-01-18 21:15:50 +00:00
Jake Waksbaum 13d5fa6720 pythonPackages.tenacity: init at 5.0.2 2019-01-18 21:15:50 +00:00
Jake Waksbaum 355d49cebb pythonPackages.click-default-group: init at 1.2 2019-01-18 21:15:50 +00:00
Jake Waksbaum e27bef23f1 pythonPackages.google-music-proto: init at 2.2.0 2019-01-18 21:15:50 +00:00
Jake Waksbaum ec669e2ca3 pythonPackages.audio-metadata: init at 0.3.0 2019-01-18 21:15:49 +00:00
Jake Waksbaum 41b69023da pythonPackages.bitstruct: init at 6.0.0 2019-01-18 21:15:49 +00:00
Jake Waksbaum bffc32260f pythonPackages.bidict: init at 0.17.5 2019-01-18 21:15:49 +00:00
Jake Waksbaum 2c78b87f5e pythonPackages.pprintpp: init at 0.4.0 2019-01-18 21:15:49 +00:00
Timo Kaufmann 2bc0e00372 vimUtils.buildVimPlugin: write vim errors to stderr
Previously vim would silently fail when help tags couldn't be generated.
We need to pass the "verbose" flag (with verbose level 1) to convince
vim to print errors to standard error.
2019-01-18 21:18:35 +01:00
Timo Kaufmann ab22e8cc9c neovim: generate remote plugin manifest
This makes sure the user doesn't have to call `UpdateRemotePlugins`
manually for plugins installed through nix. A minor patch to neovim is
necessary, but it should be harmless. See
https://github.com/neovim/neovim/issues/9413 for a discussion about
the patch.
2019-01-18 21:18:32 +01:00
Timo Kaufmann 51c4768f67 neovim: fix indentation 2019-01-18 21:15:17 +01:00
R. RyanTM a26117593d python37Packages.python-gitlab: 1.6.0 -> 1.7.0 (#54078)
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-python-gitlab/versions
2019-01-18 20:24:36 +01:00
R. RyanTM a70f5d741f python37Packages.trio: 0.9.0 -> 0.10.0 (#54098)
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-trio/versions
2019-01-18 20:15:47 +01:00
R. RyanTM 1d1aa5e96e python37Packages.pytest-benchmark: 3.1.1 -> 3.2.2 (#54099)
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-pytest-benchmark/versions
2019-01-18 19:56:00 +01:00
zimbatm 8baa0a4a34
Merge pull request #52937 from stephengroat/patch-4
terraform-providers: new providers + version bumps
2019-01-18 18:45:35 +00:00
Stephen ab2c1a7bed
terraform-providers: limit subpackages
https://github.com/NixOS/nixpkgs/pull/52937#issuecomment-455629855
2019-01-18 09:49:19 -08:00
zimbatm f077a27b9c
terraform-docs: 0.5.0 -> 0.6.0 2019-01-18 18:04:46 +01:00
zimbatm 6d022fb6cc
terraform_0_12: 0.12.0-alpha2 -> 0.12.0-alpha4 2019-01-18 17:25:20 +01:00
Stephen d5a3e32006
terraform-providers: bump versions 2019-01-18 08:06:18 -08:00
Robert Schütz 9a601e228d
Merge pull request #54102 from r-ryantm/auto-update/python3.7-jaraco.itertools
python37Packages.jaraco_itertools: 3.0.0 -> 4.0.0
2019-01-18 16:59:07 +01:00
R. RyanTM fdf7a22bbb ammonite: 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/ammonite/versions
2019-01-18 10:53:51 -05:00
Robert Schütz c48b43cacc python.pkgs.jaraco_itertools: add meta and run tests 2019-01-18 16:50:57 +01:00
Timo Kaufmann a1169afded youtube-dl: 2019.01.16 -> 2019.01.17
Fixes an issue with youtube, see
https://github.com/rg3/youtube-dl/issues/18891
2019-01-18 16:05:39 +01:00
Vincent Laporte 63383a6db2 coqPackages.QuickChick: init at 1.0.2 for Coq 8.8 2019-01-18 14:53:15 +00:00
Jörg Thalheim eac6797380
prefer-fetch-remote: an overlay to fetch on remote builders
This is useful when running tools like NixOps or nix-review
on workstations where the upload to the builder is significantly
slower then downloading the source on the builder itself.
2019-01-18 14:41:10 +00:00
Jörg Thalheim 222751b029
Merge pull request #54208 from r-ryantm/auto-update/fasm-bin
fasm-bin: 1.73.05 -> 1.73.06
2019-01-18 14:15:32 +00:00
Jörg Thalheim 16ea2f3d96
Merge pull request #54236 from r-ryantm/auto-update/clamav
clamav: 0.101.0 -> 0.101.1
2019-01-18 14:06:21 +00:00
Tor Hedin Brønner 4fe0bd0f29
Merge pull request #54268 from hedning/gnome-fixes
Gnome fixes (gnome-documents and eog)
2019-01-18 14:55:14 +01:00
Jörg Thalheim 3376cbbdd7
Merge pull request #54238 from r-ryantm/auto-update/capstone
capstone: 4.0 -> 4.0.1
2019-01-18 13:40:16 +00:00
Jörg Thalheim 39e6170133
Merge pull request #54271 from xtruder/pkgs/pulumi-bin/linux_fix
pulumi: 0.16.7 -> 0.16.11, patchelf on linux
2019-01-18 13:37:55 +00:00
Tor Hedin Brønner 5f50db875f gnome3.gnome-documents: fix runtime
libgdprivate needs access to libgd in RPATH

https://gitlab.gnome.org/GNOME/gnome-documents/issues/5
2019-01-18 14:32:03 +01:00
Jörg Thalheim d1ccf5bac6
Merge pull request #54264 from volth/patch-300
perl-packages.nix: cleanup meta
2019-01-18 13:28:35 +00:00
Jörg Thalheim a73ad4615a
android-udev-rules: 20181031 -> 20190114 2019-01-18 13:27:38 +00:00
Jaka Hudoklin 16700a86e4
pulumi: patchelf binaries on linux 2019-01-18 14:18:36 +01:00
Jaka Hudoklin c07c354654
pulumi: 0.6.7 -> 0.6.11 2019-01-18 14:18:35 +01:00
Aaron Andersen e63414078a Enable memory hotplug support 2019-01-18 13:17:33 +00:00
Jaka Hudoklin 1787afb861
dockerTools: buildLayeredImage passthru imageTag 2019-01-18 13:52:07 +01:00
volth aefd9db91b
buildPerlPackage: provide default value for meta.platforms 2019-01-18 12:47:58 +00:00
Jörg Thalheim 150e260299
Merge pull request #54267 from marsam/update-vale
vale: 1.2.6 -> 1.3.0
2019-01-18 12:39:54 +00:00
taku0 11fbd8299d oraclejdk: 8u191 -> 8u201, 8u202 2019-01-18 21:28:24 +09:00
Tor Hedin Brønner b26207d359 gnome3.eog: fix thumbnail generation
Same as nautilus
2019-01-18 13:27:06 +01:00
markuskowa e4c9e1411e
Merge pull request #54218 from r-ryantm/auto-update/gnuradio-rds
gnuradio-rds: 1.0.0 -> 1.1.0
2019-01-18 13:20:42 +01:00
markuskowa bd7bbcb4e7
Merge pull request #53646 from betaboon/pr-gr-osmosdr-soapysdr
gnuradio-osmosdr: 0.1.4 -> 4d83c60, Added support for Soapysdr
2019-01-18 13:16:55 +01:00
Mario Rodas d158777c62
vale: 1.2.6 -> 1.3.0 2019-01-18 07:11:25 -05:00
Jörg Thalheim 15696268c1
Merge pull request #54241 from r-ryantm/auto-update/brave
brave: 0.58.18 -> 0.58.21
2019-01-18 11:48:19 +00:00
Jörg Thalheim 934bf46f44
Merge pull request #54246 from r-ryantm/auto-update/python3.7-beancount
python37Packages.beancount: 2.1.3 -> 2.2.0
2019-01-18 11:39:37 +00:00
Robert Schütz 9b1f1603db python.pkgs.irc: python3 only 2019-01-18 12:36:40 +01:00
Robert Schütz c130559401
Merge pull request #54118 from r-ryantm/auto-update/python3.7-jaraco.logging
python37Packages.jaraco_logging: 1.5.2 -> 2.0
2019-01-18 12:32:13 +01:00
Jörg Thalheim 03403ca880
Merge pull request #54251 from r-ryantm/auto-update/armadillo
armadillo: 9.200.6 -> 9.200.7
2019-01-18 11:28:27 +00:00
Robert Schütz 6be3079b47 python.pkgs.jaraco_logging: add meta and run tests 2019-01-18 12:28:26 +01:00
Jörg Thalheim 67d5933482
Merge pull request #54057 from Tomahna/bloop
bloop: 1.2.1 -> 1.2.3
2019-01-18 11:16:53 +00:00
Robert Schütz 71f56c90af python3.pkgs.cmd2: depend on attrs 2019-01-18 12:03:12 +01:00
R. RyanTM d0d372536b evolution-data-server: 3.30.3 -> 3.30.4 (#54222)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evolution-data-server/versions
2019-01-18 11:48:49 +01:00
Sergei Maximov 05c8d5c88f gem-config: add digest-sha3
`digest-sha3` is a C-extension gem which fails to build on Nix because
it uses non-literals as format strings which is forbidden by the default
Nix hardening settings. There is a pull request to fix that ([1]), but
the gem seems to be abandoned.

This PR disables the "format" hardening for `digest-sha3`.

[1]: https://github.com/phusion/digest-sha3-ruby/pull/8
2019-01-18 13:48:48 +03:00
R. RyanTM c42e3f2d0f python37Packages.cfgv: 1.1.0 -> 1.4.0 (#54137)
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-cfgv/versions
2019-01-18 11:47:59 +01:00
markuskowa 4545aaa671
Merge pull request #54209 from r-ryantm/auto-update/gmsh
gmsh: 4.0.7 -> 4.1.0
2019-01-18 11:40:48 +01:00
markuskowa 7f6c3a84ba
Merge pull request #54244 from marsam/update-brakeman
brakeman: 4.3.1 -> 4.4.0
2019-01-18 11:33:33 +01:00
volth 8a02316bcb
perl-packages.nix: cleanup meta
There are definetively a few Linux-only and Unix-only Perl packages, but `meta.platform` looks like it set at random, presumable by copy-pasting from code blocks nearby.
Many packages marked as Unix-only are in fact cross-platform and works well on Windows (and presumable on every platform where Perl runs)
So let's reset those per-package platform limitations, until we will have a reliable source of information for `meta.platform`.

Also removed empty `meta.maintainers` and `meta.license = "unknown"`
2019-01-18 10:22:11 +00:00
Joachim F de07e5e526
Merge pull request #54106 from r-ryantm/auto-update/python3.7-jsonrpclib-pelix
python37Packages.jsonrpclib-pelix: 0.3.2 -> 0.4.0
2019-01-18 10:21:46 +00:00
Joachim F dd6cb2b565
Merge pull request #54252 from Moredread/electrum
electrum: 3.2.3 -> 3.2.4
2019-01-18 10:20:54 +00:00
betaboon 63b0e31fd3 gnuradio-osmosdr: 0.1.4 -> 4d83c60, Added support for Soapysdr and bladeRF 2019-01-18 11:18:04 +01:00
markuskowa 59a6ec5568
Merge pull request #54159 from r-ryantm/auto-update/netcdf-fortran
netcdffortran: 4.4.4 -> 4.4.5
2019-01-18 10:54:22 +01:00
markuskowa 58b6576a42
Merge pull request #54242 from r-ryantm/auto-update/bento4
bento4: 1.5.1-627 -> 1.5.1-628
2019-01-18 10:50:54 +01:00
Jörg Thalheim f1d7cc678b
zfs: mark as broken on 4.20 2019-01-18 08:53:43 +00:00
Pascal Wittmann 8aba4ca411
Merge pull request #54255 from r-ryantm/auto-update/bfs
bfs: 1.3.1 -> 1.3.2
2019-01-18 09:49:50 +01:00
Jörg Thalheim 4dc359cae9
Merge pull request #54141 from acowley/qtxmlpatterns-fix
qtxmlpatterns: fix dependency with qtdeclarative
2019-01-18 08:39:05 +00:00
Jörg Thalheim 08ee0d9d08
Merge pull request #54262 from smaximov/fix-rbnacl-6.0.0
gem-config: support rbnacl v6.0.0
2019-01-18 08:37:09 +00:00
Michael Raskin 6b32fd248b
Merge pull request #54254 from r-ryantm/auto-update/atop
atop: 2.3.0 -> 2.4.0
2019-01-18 08:31:07 +00:00
Kevin Rauscher 26e2eb3a9d bloop: 1.2.1 -> 1.2.3 2019-01-18 09:29:41 +01:00
Michael Raskin 976644fc88
Merge pull request #54243 from r-ryantm/auto-update/box2d
box2d: 2.3.0 -> 2.3.1
2019-01-18 08:28:56 +00:00
Sergei Maximov a3bff35450 gem-config: support rbnacl v6.0.0
With the v6.0.0 release of the `rbnacl` gem, it does not longer depends
on `rbnacl-libsodium` gem (which is now deprecated ([1])) to package the
`libsodium` library and should use the one provided by the distribution;
it raises an error if `rbnacl-libsodium` is detected ([2]).
Unfortunately, default gem config patches `rbnacl` unconditionally ([3]),
which means that newer versions of `rbnacl` fail at startup.

[1]: https://github.com/crypto-rb/rbnacl-libsodium/issues/29
[2]: c176fc0bd8/lib/rbnacl.rb (L4-L8)
[3]: 9fd099a6ae/pkgs/development/ruby-modules/gem-config/default.nix (L300-L306)
2019-01-18 11:04:54 +03:00
Peter Hoeg eaa665e243
Merge pull request #53495 from peterhoeg/p/zm
zoneminder: init at 1.32.3 and add NixOS module
2019-01-18 15:49:28 +08:00
Jörg Thalheim 3ba707d228
Merge pull request #54163 from Mic92/racket
racket: fix drracket crashes on file dialogs
2019-01-18 07:48:48 +00:00
Peter Hoeg 119876990e
Merge pull request #51864 from peterhoeg/f/vsftpd
vsftpd: compile with OpenSSL for SSL support
2019-01-18 15:46:49 +08:00
Sarah Brofeldt 9fd099a6ae
Merge pull request #54184 from r-ryantm/auto-update/kubernetes
kubernetes: 1.13.1 -> 1.13.2
2019-01-18 08:04:32 +01:00
R. RyanTM 8d8c16db9e blueman: 2.0.7 -> 2.0.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/blueman/versions
2019-01-17 21:01:17 -08:00
R. RyanTM 5ad65f78a7 bfs: 1.3.1 -> 1.3.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/bfs/versions
2019-01-17 20:41:21 -08:00
R. RyanTM d04a50da7c atop: 2.3.0 -> 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/atop/versions
2019-01-17 20:35:46 -08:00
André-Patrick Bubel cfcce55e1c
electrum: 3.2.3 -> 3.2.4 (security)
Backports anti-phishing measures from master
2019-01-18 05:04:51 +01:00
R. RyanTM c8d9777672 armadillo: 9.200.6 -> 9.200.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/armadillo/versions
2019-01-17 19:55:43 -08:00
R. RyanTM 0e1a60bef4 alsaUtils: 1.1.7 -> 1.1.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/alsa-utils/versions
2019-01-17 19:52:35 -08:00
R. RyanTM 2b09c15ae3 python37Packages.beancount: 2.1.3 -> 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-beancount/versions
2019-01-17 19:21:11 -08:00
Mario Rodas 8819ff0701
brakeman: 4.3.1 -> 4.4.0 2019-01-17 22:14:00 -05:00
R. RyanTM 38f62271f2 box2d: 2.3.0 -> 2.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/box2d/versions
2019-01-17 19:08:41 -08:00
R. RyanTM 5e414d8339 bento4: 1.5.1-627 -> 1.5.1-628
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bento4/versions
2019-01-17 18:59:37 -08:00
R. RyanTM b5263c71b4 brave: 0.58.18 -> 0.58.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/brave/versions
2019-01-17 18:27:14 -08:00
worldofpeace 422b6bd489
Merge pull request #54028 from r-ryantm/auto-update/wavebox
wavebox: 4.5.9 -> 4.5.10
2019-01-18 02:08:13 +00:00
Jan Tojnar 71ca02f750
Merge pull request #54201 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 1.0.1 -> 1.0.2
2019-01-18 03:05:33 +01:00
worldofpeace fda57c8aa8
Merge pull request #54030 from r-ryantm/auto-update/xpad
xpad: 5.3.0 -> 5.4.0
2019-01-18 02:04:59 +00:00
Jan Tojnar 7cc983eade
Merge pull request #54206 from r-ryantm/auto-update/gnome-sound-recorder
gnome3.gnome-sound-recorder: 3.28.1 -> 3.28.2
2019-01-18 03:04:16 +01:00
Vincent Laporte 218deb3736 zeroad: 0.0.23 -> 0.0.23b 2019-01-18 01:52:22 +00:00
worldofpeace ce69fadb36
Merge pull request #54153 from r-ryantm/auto-update/picard-tools
picard-tools: 2.18.21 -> 2.18.23
2019-01-18 01:51:04 +00:00
R. RyanTM 277186fee3 capstone: 4.0 -> 4.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/capstone/versions
2019-01-17 17:48:07 -08:00
worldofpeace 228bf5d62a
Merge pull request #54193 from r-ryantm/auto-update/zafiro-icons
zafiro-icons: 0.8.1 -> 0.8.3
2019-01-18 01:46:31 +00:00
worldofpeace 92e684b062
Merge pull request #54210 from r-ryantm/auto-update/git-secret
git-secret: 0.2.4 -> 0.2.5
2019-01-18 01:44:58 +00:00
R. RyanTM 4ae30e299b clamav: 0.101.0 -> 0.101.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/clamav/versions
2019-01-17 17:40:28 -08:00
Peter Hoeg 4d2a45b30f
Merge pull request #53990 from dotlambda/esphomeyaml-init
esphome: init at 1.10.1
2019-01-18 09:09:35 +08:00
Ryan Mulligan fc8fe99c8b
Merge pull request #54229 from alexfmpe/patch-1
Fix typo
2019-01-17 16:58:41 -08:00
Jan Tojnar 9c23304cd6
gnome3.gnome-sound-recorder: 3.28.1 -> 3.28.2
Also adding a patch that fixes crash when trying to play recordings.
2019-01-18 01:47:01 +01:00
R. RyanTM 3c0c79f771 debootstrap: 1.0.112 -> 1.0.114
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2019-01-17 16:45:00 -08:00
R. RyanTM 46aadd5dad gnome3.gnome-settings-daemon: 3.30.1.2 -> 3.30.2 (#54220)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-settings-daemon/versions
2019-01-18 01:27:48 +01:00
Alexandre Esteves 1eb9812566
Fix typo 2019-01-18 00:05:57 +00:00
R. RyanTM 5e691849ea gtkd: 3.8.4 -> 3.8.5 (#54200)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkd/versions
2019-01-18 00:06:33 +01:00
Jörg Thalheim fdfd5ba352
Merge pull request #54215 from Mic92/yubikey
yubioath-desktop: 3.1.0 -> 4.3.4; yubikey-manager: 1.0.1 -> 2.0.0
2019-01-17 22:48:40 +00:00
R. RyanTM eb523422a6 gnuradio-rds: 1.0.0 -> 1.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/gnuradio-rds/versions
2019-01-17 14:37:13 -08:00
Jörg Thalheim 3c2d5eba5f
yubioath-desktop: add myself as maintainer 2019-01-17 22:33:24 +00:00
Jörg Thalheim 5aa12178de
yubikey-manager: add myself as maintainer 2019-01-17 22:33:23 +00:00
Jörg Thalheim d43b26f594
yubioath-desktop: 3.1.0 -> 4.3.4 2019-01-17 22:33:13 +00:00
R. RyanTM 2de1db4e80 gnustep.back: 0.26.2 -> 0.27.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/gnustep-back/versions
2019-01-17 14:18:33 -08:00
R. RyanTM 64139656ec gnome-builder: 3.30.2 -> 3.30.3 (#54205)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-builder/versions
2019-01-17 22:30:07 +01:00
Jörg Thalheim 72983e22fa
yubikey-manager: 1.0.1 -> 2.0.0 2019-01-17 21:28:46 +00:00
Jörg Thalheim d3e3346530
pyotherside: init at 1.5.3 2019-01-17 21:28:41 +00:00
Will Dietz a3f86e0156 hermit: init at 2.0 2019-01-17 15:25:00 -06:00
Will Dietz e441581b13 luculent: init at 2.0.0 2019-01-17 15:24:59 -06:00
Will Dietz 2dd48b7017 cherry: init at 1.2 2019-01-17 15:24:58 -06:00
Will Dietz 57a46d4330 ankacoder{,-condensed}: init at 1.100 2019-01-17 15:24:57 -06:00
Will Dietz 81d3780b47 agave: init at 008 2019-01-17 15:24:55 -06:00
Michael Weiss 3efab179a5
signal-desktop: 1.19.0 -> 1.20.0 2019-01-17 22:24:11 +01:00
R. RyanTM 6c9493e92d git-secret: 0.2.4 -> 0.2.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/git-secret/versions
2019-01-17 12:59:36 -08:00
R. RyanTM 55ea7b1bbe gmsh: 4.0.7 -> 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/gmsh/versions
2019-01-17 12:55:54 -08:00
R. RyanTM 1599992618 fasm-bin: 1.73.05 -> 1.73.06
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fasm-bin/versions
2019-01-17 12:37:35 -08:00
R. RyanTM e25f34968b freetds: 1.00.109 -> 1.00.110
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2019-01-17 12:31:43 -08:00
Danylo Hlynskyi bfd31e29c8
Merge pull request #53684 from dtzWill/update/mercurial-4.8.2
mercurial: 4.8.1 -> 4.8.2
2019-01-17 22:19:02 +02:00
Timo Kaufmann 73368f468a
Merge pull request #54202 from timokau/sage-8.6
sage: 8.5 -> 8.6
2019-01-17 21:12:17 +01:00
Tor Hedin Brønner 2195c59234
gnome3.removePackagesByName: fix filter reference (#54204) 2019-01-17 21:06:31 +01:00
R. RyanTM 9484cd50d4 gnustep.gui: 0.26.2 -> 0.27.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/gnustep-gui/versions
2019-01-17 11:43:40 -08:00
Timo Kaufmann 471ba67013 libgap, gap-libgap-compatible: remove
They were only used by sage, which now (since version 8.6) uses gaps own
(new) libgap.
2019-01-17 20:39:02 +01:00
Timo Kaufmann e379ee67c3 sage: 8.5 -> 8.6 2019-01-17 20:39:02 +01:00
Timo Kaufmann 29e150d85f
Merge pull request #54127 from timokau/gap-improvements
gap: install libgap, add packageSet option
2019-01-17 20:38:38 +01:00
R. RyanTM 9bd9d2a002 flatpak-builder: 1.0.1 -> 1.0.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/flatpak-builder/versions
2019-01-17 11:11:48 -08:00
R. RyanTM c31f4f85bc haproxy: 1.9.0 -> 1.9.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/haproxy/versions
2019-01-17 10:25:26 -08:00
Michael Weiss 9aa46aedfe
android-studio-preview: Deprecate the attribute
This also covers "androidStudioPackages.preview".

I believe that the name is confusing (is it from the beta or dev/canary
channel?) and with this error message it should be obvious how to update
ones configuration.
2019-01-17 19:13:07 +01:00
Michael Weiss f7a3a5ad94
androidStudioPackages.beta: Rename the binary according to the channel
The old name "android-studio-preview" was a bit misleading while
"android-studio-beta" should clearly reflect that this is from the beta
channel. I hope that this does not break any workflows but since
"android-studio-preview" was most likely not called from any scripts the
risk should be low (also: most people probably use the stable version
anyway).
2019-01-17 19:13:06 +01:00
R. RyanTM 4fd3e6692b zafiro-icons: 0.8.1 -> 0.8.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/zafiro-icons/versions
2019-01-17 08:25:41 -08:00
R. RyanTM 3556c42fcd jackett: 0.10.566 -> 0.10.622
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-01-17 08:16:17 -08:00
R. RyanTM b39f1fd449 hyper: 2.1.0 -> 2.1.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/hyper/versions
2019-01-17 07:56:45 -08:00
R. RyanTM 2dbaab7afe liburcu: 0.10.1 -> 0.10.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/liburcu/versions
2019-01-17 16:49:28 +01:00
R. RyanTM 9f1d525cb5 hebcal: 4.15 -> 4.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/hebcal/versions
2019-01-17 07:43:55 -08:00
R. RyanTM b31dddaba8 kubernetes: 1.13.1 -> 1.13.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/kubernetes/versions
2019-01-17 07:32:47 -08:00
Jan Tojnar 23c1a234dc
Merge pull request #54124 from jtojnar/remove-packages-by-name
nixos/desktops: deduplicate removePackagesByName
2019-01-17 16:05:14 +01:00
Jan Tojnar 6bd544d00d
Merge pull request #54171 from etu/init-phpstan
phpPackages.phpstan: init at 0.11
2019-01-17 16:04:31 +01:00
Robert Schütz d428e37cee python.pkgs.base58: 1.0.0 -> 1.0.3 2019-01-17 15:39:10 +01:00
Ryan Mulligan c35322ba6d
Merge pull request #54167 from r-ryantm/auto-update/mutt
mutt: 1.11.1 -> 1.11.2
2019-01-17 06:16:09 -08:00
Danylo Hlynskyi 23a13b562c
kernel config: add support for CONFIG_SQUASHFS_ZSTD (#52967)
Also, allow override `make-squashfs.nix` compression parameters.
2019-01-17 15:24:44 +02:00
Tim Steinbach 83963ba209
slack: 3.3.3 -> 3.3.7 2019-01-17 08:12:54 -05:00
Franz Pletz 3a6cd12a47
tengine: 2.2.2 -> 2.2.3 (security)
Fixes CVE-2018-16843, CVE-2018-16844 and CVE-2018-16845.
2019-01-17 13:26:55 +01:00
Elis Hirwing d580b66fd1
phpPackages.phpstan: init at 0.11
PHP Static Analysis Tool
2019-01-17 13:10:23 +01:00
Tim Steinbach bae1a0f825
linux: 4.20.2 -> 4.20.3 2019-01-17 06:56:20 -05:00
Tim Steinbach b4ab6ffb7f
linux: 4.19.15 -> 4.19.16 2019-01-17 06:56:08 -05:00
Tim Steinbach 6ad56550e4
linux: 4.14.93 -> 4.14.94 2019-01-17 06:55:59 -05:00
Tim Steinbach 1e62588421
linux: 4.9.150 -> 4.9.151 2019-01-17 06:55:42 -05:00
Tim Steinbach 2833865206
linux: 4.4.170 -> 4.4.171 2019-01-17 06:55:31 -05:00
Jörg Thalheim 088cb13aee
Merge pull request #53964 from ejpcmac/update-erlangR21
erlangR21: 21.2 -> 21.2.3
2019-01-17 11:30:52 +00:00
Jörg Thalheim 7d9a42455e
Merge pull request #54166 from r-ryantm/auto-update/ocserv
ocserv: 0.12.1 -> 0.12.2
2019-01-17 11:11:06 +00:00
ngerstle-cognite c7c6c35768 postman: 6.3.0 -> 6.7.1 (#54101)
A simple update from 6.3.0 to 6.7.1 fixes a breaking bug - something about requested version 30 being less than version 80 during startup?
Either way, 6.7.1 seems to solve the issue.
2019-01-17 11:09:49 +00:00
Jörg Thalheim 682801a445
Merge pull request #53628 from dtzWill/feature/bash-5-readline-8
readline8,bash5: init
2019-01-17 10:57:38 +00:00
Jörg Thalheim 134191ecc9
Merge pull request #54151 from r-ryantm/auto-update/python3.7-jaraco.classes
python37Packages.jaraco_classes: 1.5 -> 2.0
2019-01-17 10:56:23 +00:00
Jörg Thalheim 567bde0a9e
Merge pull request #54145 from r-ryantm/auto-update/python3.7-ConfigArgParse
python37Packages.ConfigArgParse: 0.13.0 -> 0.14.0
2019-01-17 10:54:27 +00:00
R. RyanTM 09dae062b6 mutt: 1.11.1 -> 1.11.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/mutt/versions
2019-01-17 02:36:22 -08:00
Tor Hedin Brønner ee0d575b59
Merge pull request #54133 from peterhoeg/f/portal_kde
xdg-desktop-portal-kde: fix missing dependencies
2019-01-17 11:25:05 +01:00
R. RyanTM f87dd8926f ocserv: 0.12.1 -> 0.12.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/ocserv/versions
2019-01-17 02:06:12 -08:00
Jean-Philippe Cugnet 6750dd66f9
erlangR21: 21.2 -> 21.2.3 2019-01-17 10:50:41 +01:00
Jörg Thalheim 478188d41c
Merge pull request #54092 from r-ryantm/auto-update/python3.7-neovim-remote
neovim-remote: 2.1.3 -> 2.1.4
2019-01-17 09:47:52 +00:00
Jörg Thalheim 1d003b8cde
Merge pull request #54144 from r-ryantm/auto-update/python3.7-aniso8601
python37Packages.aniso8601: 4.0.1 -> 4.1.0
2019-01-17 09:46:12 +00:00
Jörg Thalheim d3ab656d87
python2.pkgs.aniso8601: add optional mock dependency 2019-01-17 09:44:56 +00:00
R. RyanTM d941974d80
mpop: 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/mpop/versions
2019-01-17 09:40:58 +00:00
Jörg Thalheim dda13d75ec
Merge pull request #54114 from r-ryantm/auto-update/python3.7-perf
python37Packages.perf: 1.5.1 -> 1.6.0
2019-01-17 09:18:15 +00:00
Timo Kaufmann cf63a8c94c gap: add packageSet option
Two reasons for this:

- more fine-grained space/functionality tradeoff

- preparation for the sage 8.6 update, which finally doesn't need a
  downgraded gap anymore but does break when unexpected (non-standard)
  packages are installed. Details: https://trac.sagemath.org/ticket/26983

The proper way to deal with gap packages would be to create a package
set, package each one individually and have something like gap
equivalent of `python.withPackages`. I am not willing to do that
however.
2019-01-17 10:10:24 +01:00
Timo Kaufmann bb173ec8e3 gap: install libgap
There are some starts of a `make install`, but nothing complete yet.
Upstream now ships a `libgap` as a replacement of the custom one used by
sagemath.
2019-01-17 10:10:21 +01:00
Jörg Thalheim 4f9e46af5d
racket: fix drracket crashes on file dialogs 2019-01-17 08:58:34 +00:00
Jörg Thalheim 3de6effe70
coursera-dl: relax version constraints 2019-01-17 08:47:43 +00:00
Jörg Thalheim de9c266296
Merge pull request #54161 from r-ryantm/auto-update/neovim-unwrapped
neovim-unwrapped: 0.3.3 -> 0.3.4
2019-01-17 08:40:54 +00:00
Jörg Thalheim 23b0e14416
Merge pull request #54134 from swdunlop/nats-streaming-server-0.11.2
nats-streaming-server: 0.11.0 -> 0.11.2
2019-01-17 08:25:06 +00:00
Frederik Rietdijk 5bc3778ae7
Merge pull request #54097 from r-ryantm/auto-update/python2.7-supervisor
python27Packages.supervisor: 3.3.4 -> 3.3.5
2019-01-17 09:18:03 +01:00
R. RyanTM 62bcbf1e0f python37Packages.pytest-django: 3.4.4 -> 3.4.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/python3.7-pytest-django/versions
2019-01-17 09:17:46 +01:00
R. RyanTM 233c0a5639 python37Packages.paste: 3.0.5 -> 3.0.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-paste/versions
2019-01-17 09:17:33 +01:00
R. RyanTM ee5892a012 python37Packages.pyrsistent: 0.14.6 -> 0.14.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-pyrsistent/versions
2019-01-17 09:17:03 +01:00
R. RyanTM e995c46ae5 python37Packages.keyrings-alt: 3.1 -> 3.1.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-keyrings.alt/versions
2019-01-17 09:16:51 +01:00
R. RyanTM 0e794fdba7 python37Packages.qtawesome: 0.5.3 -> 0.5.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/python3.7-qtawesome/versions
2019-01-17 09:16:38 +01:00
R. RyanTM 5d6b38f22b python37Packages.pyshp: 2.0.0 -> 2.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/python3.7-pyshp/versions
2019-01-17 09:16:27 +01:00
R. RyanTM 0474b6b381 python37Packages.flexmock: 0.10.2 -> 0.10.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-flexmock/versions
2019-01-17 09:15:54 +01:00
R. RyanTM 816cc6dc83 python37Packages.distributed: 1.25.1 -> 1.25.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-distributed/versions
2019-01-17 09:15:43 +01:00
R. RyanTM b77722d989 python37Packages.detox: 0.15 -> 0.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/python3.7-detox/versions
2019-01-17 09:15:30 +01:00
R. RyanTM 5cb588f863 python37Packages.gast: 0.2.0 -> 0.2.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-gast/versions
2019-01-17 09:15:00 +01:00
R. RyanTM 67447ba45b python37Packages.astropy: 3.1 -> 3.1.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-astropy/versions
2019-01-17 09:14:46 +01:00
R. RyanTM 2253fc27cd python37Packages.discogs_client: 2.2.1 -> 2.2.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-discogs-client/versions
2019-01-17 09:14:32 +01:00
R. RyanTM 19e72009b9 python37Packages.bokeh: 1.0.2 -> 1.0.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-bokeh/versions
2019-01-17 09:14:15 +01:00
R. RyanTM db44656467 neovim-unwrapped: 0.3.3 -> 0.3.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/neovim-unwrapped/versions
2019-01-17 00:13:16 -08:00
R. RyanTM 560e7d7c59 oidentd: 2.3.1 -> 2.3.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/oidentd/versions
2019-01-17 08:08:05 +00:00
Jörg Thalheim f6100507dd
Merge pull request #54160 from volth/patch-299
fetchgit: use buildPackages.cacert
2019-01-17 08:07:08 +00:00
Jörg Thalheim fa17085179
nodePackages: regenerate 2019-01-17 08:03:21 +00:00
tzemanovic fb0d69d12c
nodePackages: add elm-live 2019-01-17 08:03:21 +00:00
volth c384dae70b
fetchgit: use buildPackages.cacert
As a data package `buildPackages.cacert` suppose to be equal to `hostPackages.cacert`.
But `hostPackages.cacert` causes needless build of `hostPackages.python` and other packages, which takes time and requires them to support cross-compilation.
2019-01-17 07:52:00 +00:00
R. RyanTM 25bf717945 netcdffortran: 4.4.4 -> 4.4.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/netcdf-fortran/versions
2019-01-16 23:50:03 -08:00
Jörg Thalheim 6a9859c3fc
Merge pull request #54152 from r-ryantm/auto-update/python3.7-iptools
python37Packages.iptools: 0.6.1 -> 0.7.0
2019-01-17 07:46:44 +00:00
Franz Pletz 2bbb623c19
Merge pull request #54139 from r-ryantm/auto-update/prosody
prosody: 0.11.1 -> 0.11.2
2019-01-17 07:44:26 +00:00
Franz Pletz 5197e18884
Merge pull request #54029 from cdepillabout/strongswan-modprobe
strongswan: fix up path for modprobe
2019-01-17 07:43:56 +00:00
R. RyanTM c052da08dc papirus-icon-theme: 20181120 -> 20190106
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-01-17 07:40:59 +00:00
Jörg Thalheim c625e8f904
Merge pull request #54142 from r-ryantm/auto-update/python3.7-Flask-SocketIO
python37Packages.flask-socketio: 3.1.0 -> 3.1.2
2019-01-17 07:38:10 +00:00
Jörg Thalheim d3d25f5218
Merge pull request #54044 from Mic92/oraclejdk
oraclejdk: 8.191 -> 8.201; no longer depend on requireFile
2019-01-17 07:26:28 +00:00
Jörg Thalheim 1dc706f060
oraclejdk: 8.191 -> 8.201
also no longer use requireFile and accept the license via nixpkgs option
2019-01-17 07:24:33 +00:00
R. RyanTM c6d0c82d0b plantuml: 1.2018.14 -> 1.2019.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/plantuml/versions
2019-01-17 07:45:32 +01:00
Jan Tojnar bedc81fcb6
nixos/desktops: deduplicate removePackagesByName
GNOME, MATE and LxQt all use removePackagesByName. Let’s move it to a single
place, rename the attributes to meaningful name and add docs.
2019-01-17 07:13:25 +01:00
R. RyanTM b2a7ef628a picard-tools: 2.18.21 -> 2.18.23
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-01-16 21:43:19 -08:00
R. RyanTM 8c783bc0cb python37Packages.iptools: 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-iptools/versions
2019-01-16 21:20:50 -08:00
R. RyanTM d17316fab6 python37Packages.jaraco_classes: 1.5 -> 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-jaraco.classes/versions
2019-01-16 21:15:29 -08:00
(cdep)illabout 2449f5ce1b
strongswan: fix up path for modprobe
strongswan uses `modprobe` to load IPSec-related kernel modules.  The
full path needs to be specified to `modprobe` for it to be able to be
found.

(cherry picked from commit 7143062172f6bad877a87c8e239f2421e0a48e2d)
2019-01-17 14:02:36 +09:00
R. RyanTM c306450233 python37Packages.ConfigArgParse: 0.13.0 -> 0.14.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-configargparse/versions
2019-01-16 19:50:56 -08:00
Uri Baghin cd29409a45 bazel-watcher: 0.5.0 -> 0.9.0 2019-01-16 19:24:38 -08:00
R. RyanTM e78eae37cb python37Packages.aniso8601: 4.0.1 -> 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-aniso8601/versions
2019-01-16 19:12:53 -08:00
R. RyanTM b1ae90d81d python37Packages.flask-socketio: 3.1.0 -> 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-flask-socketio/versions
2019-01-16 18:58:44 -08:00
Anthony Cowley 5fc5f15206 qtxmlpatterns: fix dependency with qtdeclarative
In Qt-5.12, the order of the dependency between these two packages
flipped.

A symptom of the problem is an error like, `module
"QtQuick.XmlListModel" is not installed`.

The upstream changes that this reflects are in qtxmlpatterns
<8c6e24329e>
and qtdeclarative <0477a057fd>
2019-01-16 20:57:29 -05:00
R. RyanTM 80f6e34ef0 prosody: 0.11.1 -> 0.11.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/prosody/versions
2019-01-16 17:52:32 -08:00
Cray Elliott ff2341afc9 discord: fix gsettings crash when selecting file 2019-01-16 17:34:24 -08:00
Scott W. Dunlop 1d274ad684 nats-streaming-server: 0.11.0 -> 0.11.2 2019-01-16 16:57:52 -08:00
Peter Hoeg c9b3404d57 xdg-desktop-portal-kde: fix missing dependencies 2019-01-17 08:25:35 +08:00
Jörg Thalheim 3704524a36
Merge pull request #54126 from r-ryantm/auto-update/powershell
powershell: 6.1.1 -> 6.1.2
2019-01-17 00:01:08 +00:00
Jörg Thalheim bb885d502a
Merge pull request #53888 from Mic92/ccls
ccls: init at 0.20181225.7
2019-01-16 23:56:55 +00:00
R. RyanTM 1ac0f6b36b powershell: 6.1.1 -> 6.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/powershell/versions
2019-01-16 15:21:44 -08:00
Timo Kaufmann 6bbd0596dd gap: add timokau as maintainer
So that I'll be notified on changes which likely impact sage.
2019-01-16 23:41:31 +01:00
R. RyanTM 761042b10e python37Packages.jaraco_logging: 1.5.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-jaraco.logging/versions
2019-01-16 14:40:44 -08:00
R. RyanTM 9f142c0ae5 python37Packages.perf: 1.5.1 -> 1.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-perf/versions
2019-01-16 14:22:25 -08:00
José Romildo Malaquias 9a29cdaf3e shades-of-gray-theme: 1.1.3 -> 1.1.4 2019-01-16 19:58:31 -02:00
Jörg Thalheim a0fc112ae3
Merge pull request #54096 from r-ryantm/auto-update/python3.7-peewee
python37Packages.peewee: 3.8.0 -> 3.8.1
2019-01-16 21:40:20 +00:00