Commit Graph

198817 Commits

Author SHA1 Message Date
R. RyanTM
95126d7352 obs-studio: 24.0.1 -> 24.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/obs-studio/versions
2019-10-23 15:55:06 +02:00
R. RyanTM
da0a2dcaa2 osl: 1.10.6 -> 1.10.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/openshadinglanguage/versions
2019-10-23 15:54:52 +02:00
Frederik Rietdijk
af491cbb7d openssl: use old method for configuring on i686, fixes #71786
unbreaks pkgsi686Linux.openssl_1_0_2
2019-10-23 15:54:07 +02:00
R. RyanTM
ef4b7ff66f libsolv: 0.7.6 -> 0.7.7 (#71671)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions
2019-10-23 15:52:47 +02:00
rnhmjoj
dc00cee526 x11spice: init at 2019-08-20 2019-10-23 15:36:44 +02:00
Ryan Mulligan
3db4109501
Merge pull request #71730 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.2 -> 1.0.3
2019-10-23 06:17:34 -07:00
Timo Kaufmann
a2aeec6c35
Merge pull request #71792 from FRidh/twisted
python.pkgs.twisted: move twisted cache generation to postFixup
2019-10-23 15:15:09 +02:00
Ryan Mulligan
f3258d4bb5
Merge pull request #71768 from r-ryantm/auto-update/postman
postman: 7.6.0 -> 7.9.0
2019-10-23 06:13:35 -07:00
Florian Klink
4c4e24e6b6
Merge pull request #71790 from flokli/networkd-remove-99-main
nixos/network: remove 99-main.network
2019-10-23 15:13:10 +02:00
Mica Semrick
2084e15fb8 darktable 2.6.2 -> 2.6.3
Updating to newest minor version
2019-10-23 15:08:36 +02:00
Mario Rodas
ea8cb3a8a5
Merge pull request #71422 from marsam/update-chromedriver
chromedriver: 76.0.3809.68 -> 78.0.3904.11
2019-10-23 07:51:11 -05:00
Tim Steinbach
ad55ac4a40
oh-my-zsh: 2019-10-20 -> 2019-10-22 2019-10-23 08:30:55 -04:00
Robin Gloster
98165c5132
Merge pull request #66097 from r-ryantm/auto-update/python3.7-paste
python37Packages.paste: 3.0.8 -> 3.1.0
2019-10-23 14:18:28 +02:00
Félix Baylac-Jacqué
38e84151e0 certbot: 0.31.0 -> 0.39.0
Updating:

- nixos module to use the new `account_reg.json` file.
- use nixpkgs pebble for integration tests.

Co-authored-by: Florian Klink <flokli@flokli.de>

Replace certbot-embedded pebble
2019-10-23 13:12:11 +02:00
Félix Baylac-Jacqué
6ac0e34161 pebble: init at 2.2.2 2019-10-23 13:12:11 +02:00
Matthieu Coudron
15818981fe luaPackages.luadoc: init at 3.0.1-1
Used in vim plugins like nvim-terminal-lua to generate html docs.
2019-10-23 20:03:57 +09:00
Matthieu Coudron
af6bdae831 luaPackages.lualogging: init at 1.3.0-1
Dependency of luadoc
2019-10-23 20:00:45 +09:00
Frederik Rietdijk
767c0b74fe Revert "pythonPackages.twisted: disable python2"
Builds fine now.

This reverts commit a1a8c96d8f0d05cb6824a34e2b42c254a825c930.
2019-10-23 12:49:45 +02:00
Frederik Rietdijk
e70c0170df python.pkgs.twisted: move twisted cache generation to postFixup
The Python 2 build of twisted would fail when generating the cache. This
failure started occuring since the change was introduced that builds
setuptools as a wheel instead of as an egg,
90be4c2c7875c9487508d95b5c638d97e2903ada.

Turns out moving this step to postFixup solves the issue. I suppose it
is related to the order of site packages being evaluated, where
PYTHONPATH introduced additional ones.
2019-10-23 12:48:16 +02:00
Mario Rodas
e4506c0614
Merge pull request #71739 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.7.0 -> 1.7.1
2019-10-23 05:41:02 -05:00
Mario Rodas
3bf73eebc1
Merge pull request #71793 from dpaetzel/update-email
maintainer-list.nix: update email
2019-10-23 05:35:24 -05:00
Mario Rodas
abcfee984e
Merge pull request #71478 from marsam/update-postgis
postgresqlPackages.postgis: 2.5.3 -> 3.0.0
2019-10-23 05:32:42 -05:00
worldofpeace
93e01f3dcd pantheon.elementary-files: use latest vala 2019-10-23 06:04:34 -04:00
David Pätzel
57e9a51b6e maintainer-list.nix: update email 2019-10-23 11:49:22 +02:00
Florian Klink
c3098d182d nixos/network: remove 99-main.network
Just maching all network interfaces caused many breakages, see #18962
and #71106.

We already don't support the global networking.useDHCP,
networking.defaultGateway(6) options if networking.useNetworkd is
enabled, but direct users to configure the per-device
networking.interfaces.<name?>.… options.
2019-10-23 11:39:27 +02:00
Frederik Rietdijk
6ab609ca58 python.pkgs.twisted: move twisted cache generation to postFixup
The Python 2 build of twisted would fail when generating the cache. This
failure started occuring since the change was introduced that builds
setuptools as a wheel instead of as an egg,
90be4c2c7875c9487508d95b5c638d97e2903ada.

Turns out moving this step to postFixup solves the issue. I suppose it
is related to the order of site packages being evaluated, where
PYTHONPATH introduced additional ones.
2019-10-23 11:26:47 +02:00
Mario Rodas
7785f49b23
nodejs-10_x: 10.16.3 -> 10.17.0
Release notes: https://nodejs.org/en/blog/release/v10.17.0/
2019-10-23 04:20:00 -05:00
Mario Rodas
e316e62b84
Merge pull request #71761 from r-ryantm/auto-update/pulumi
pulumi-bin: 1.1.0 -> 1.3.4
2019-10-23 04:18:07 -05:00
Cole Mickens
cb04c66a30 v4l2loopback: 0.12.0 -> 0.12.2 2019-10-23 01:45:27 -07:00
Peter Hoeg
78b799ac2a
Merge pull request #71718 from r-ryantm/auto-update/mu
mu: 1.3.3 -> 1.3.5
2019-10-23 16:29:25 +08:00
R. RyanTM
8d98cd409b filezilla: 3.44.2 -> 3.45.1 (#71565)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/filezilla/versions
2019-10-23 10:20:47 +02:00
Dima
120b6b06df pythonPackages.apsw: 3.22.0-r1 -> 3.29.0-r1 + sqlite fix
Bumping version of apsw to be able to backport an upstream fix for
SQLite >= 3.30.0 which fixes a failing test.
2019-10-23 09:39:19 +02:00
Frederik Rietdijk
a85e58ac13 Merge master into staging-next 2019-10-23 09:38:37 +02:00
Frederik Rietdijk
e1978eafa9 Merge staging into staging-next 2019-10-23 09:38:23 +02:00
R. RyanTM
b8acb48b24 picard-tools: 2.20.8 -> 2.21.1 (#71748)
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-10-23 09:34:40 +02:00
Renaud
748d444666
Merge pull request #71405 from c0bw3b/pkg/cdrtools
cdrtools: 3.02a06 -> 3.02a09
2019-10-23 09:29:32 +02:00
Renaud
cc06fe2649
Merge pull request #71445 from etu/lidarr-add-missing-dependency
lidarr: Add missing dependency chromaprint
2019-10-23 09:25:35 +02:00
R. RyanTM
a0753151fa phoronix-test-suite: 9.0.0 -> 9.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/phoronix-test-suite/versions
2019-10-23 09:18:44 +02:00
Michael Raskin
25fc713d2a
Merge pull request #71632 from r-ryantm/auto-update/apache-jena-fuseki
apache-jena-fuseki: 3.12.0 -> 3.13.1
2019-10-23 07:12:59 +00:00
R. RyanTM
51322d5b39 python37Packages.azure-mgmt-devspaces: 0.1.0 -> 0.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-azure-mgmt-devspaces/versions
2019-10-23 00:03:16 -07:00
Frederik Rietdijk
061c6b8024 bash-completion: do not change pkgconfig behaviour, fixes #71662
Since 2.9 bash-completion hardcodes paths in pkgconfig file. We want to
be able to override certain paths, so this commit restores the original
behaviour.

https://github.com/NixOS/nixpkgs/issues/71662
2019-10-23 08:44:10 +02:00
R. RyanTM
313b220aeb python37Packages.azure-mgmt-authorization: 0.52.0 -> 0.60.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-authorization/versions
2019-10-22 23:20:44 -07:00
Matthieu Coudron
b87fc84335 python3Packages.papis: 0.8.2 -> 0.9
Many breaking changes, see the Changelog.
2019-10-22 23:19:56 -07:00
Matthieu Coudron
d0e33f172d pythonPackages.python-doi: init at 0.1.1
Required by the new papis 0.9
2019-10-22 23:19:56 -07:00
Jörg Thalheim
671a8ae231
Merge pull request #67785 from yurrriq/update/latex2html
latex2html: 2018 -> 2019.2
2019-10-23 07:10:07 +01:00
R. RyanTM
a4c8b2fa46 python37Packages.azure-mgmt-sql: 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-azure-mgmt-sql/versions
2019-10-22 22:56:28 -07:00
R. RyanTM
af9d34d033 postman: 7.6.0 -> 7.9.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/postman/versions
2019-10-22 22:52:50 -07:00
R. RyanTM
482a946e7f python37Packages.azure-mgmt-storage: 4.1.0 -> 4.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-azure-mgmt-storage/versions
2019-10-22 22:40:09 -07:00
R. RyanTM
8dc9d5ab5f python37Packages.azure-mgmt-datafactory: 0.7.0 -> 0.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-azure-mgmt-datafactory/versions
2019-10-22 22:28:45 -07:00
R. RyanTM
e56fc64ef5
pulumi-bin: 1.1.0 -> 1.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/pulumi/versions
2019-10-22 22:24:32 -07:00