Commit graph

188719 commits

Author SHA1 Message Date
xrelkd 196d4a6eee go-ethereum: 1.9.1 -> 1.9.2 2019-08-13 20:34:30 +08:00
Marek Mahut 14368b71d0
Merge pull request #66558 from jonringer/bump-libversion
libversion: 2.8.1 -> 2.9.0
2019-08-13 14:24:04 +02:00
Marek Mahut be28074e54
Merge pull request #66559 from jonringer/bump-varnish
varnish6: 6.1.1 -> 6.2.0
2019-08-13 14:23:26 +02:00
Jonathan Ringer f1f59e19d2 varnish6: 6.1.1 -> 6.2.0 2019-08-13 04:32:11 -07:00
Michael Weiss cfe629e42d
signal-desktop: 1.25.3 -> 1.26.0 2019-08-13 13:31:28 +02:00
Jonathan Ringer 74d8f3ca5d libversion: 2.8.1 -> 2.9.0 2019-08-13 04:19:14 -07:00
adisbladis 86d143f58c
emacsPackagesNg: Update melpa 2019-08-13 11:23:34 +01:00
adisbladis 8ac0ff54dc
emacsPackagesNg.melpaStablePackages: Fix eval by moving vterm override 2019-08-13 11:23:34 +01:00
Domen Kožar 0047672d58
Merge pull request #66436 from domenkozar/nixos-options-doc-nix
make-options-doc: expose Nix set and add asciidoc variant
2019-08-13 12:20:18 +02:00
adisbladis 7bad92935d
emacsPackagesNg.telega: Build server binary 2019-08-13 10:43:44 +01:00
Marek Mahut 2871348a6f
Merge pull request #66548 from delroth/efivar-r13y
efivar: patch build system for reproducibility
2019-08-13 10:37:29 +02:00
Marek Mahut 1d37178f94
Merge pull request #64579 from MrMebelMan/init/django-logentry-admin
pythonPackages.django-logentry-admin: init at 1.0.4
2019-08-13 10:21:43 +02:00
R. RyanTM 7ab38e48eb python37Packages.ipdb: 0.12 -> 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/python3.7-ipdb/versions
2019-08-13 09:23:54 +02:00
Mario Rodas c0dc032e42 pythonPackages.pytest_3: drop
pluggy>=0.9 introduced a breaking change to pytest_3, and is not
feasible to keep pytest_3 around in nixpkgs.
See: https://github.com/NixOS/nixpkgs/pull/64445
2019-08-13 09:18:25 +02:00
Mario Rodas 48e167e028 ulauncher: use latest pytest 2019-08-13 09:18:25 +02:00
Mario Rodas 0a59ea6076 pythonPackages.fastpair: disable tests 2019-08-13 09:18:25 +02:00
Mario Rodas 59d07914da bonfire: fix build with pytest 4 2019-08-13 09:18:25 +02:00
Mario Rodas 9e36f82367 pythonPackages.click-default-group: 1.2 -> 1.2.1 2019-08-13 09:18:25 +02:00
Mario Rodas 6ea1b3cf9c python3Packages.pysonos: 0.0.21 -> 0.0.22 2019-08-13 09:18:25 +02:00
Mario Rodas 174fe8470a pythonPackages.zeep: fix build with pytest 4 2019-08-13 09:18:25 +02:00
Mario Rodas f8aa6f1235 pythonPackages.zetup: 0.2.48 -> 0.2.52 2019-08-13 09:18:25 +02:00
Mario Rodas 2b78d54c82 python3Packages.matchpy: fix build with pytest 4 2019-08-13 09:18:25 +02:00
Marek Mahut 4754ca7d2e
Merge pull request #62936 from dasJ/sandbox-memcached
nixos/memcached: Isolate the service
2019-08-13 08:56:34 +02:00
Pierre Bourdon f289585d54
efivar: patch build system for reproducibility 2019-08-13 05:21:54 +02:00
Aaron Andersen 8746c77a38
Merge pull request #66439 from aanderse/subversion
subversion: 1.9.10 -> 1.9.12, 1.10.4 -> 1.10.6
2019-08-12 20:53:59 -04:00
worldofpeace 233b0af748
Merge pull request #66533 from gnidorah/musescore
musescore: use qt5's mkDerivation
2019-08-12 20:42:25 -04:00
gnidorah 172e06dbb6 musescore: use qt5's mkDerivation
See #65399
2019-08-12 20:41:07 -04:00
worldofpeace f4af5f3899
Merge pull request #59427 from nh2/idevicerestore
Add libirecovery and idevicerestore
2019-08-12 20:21:05 -04:00
Niklas Hambüchen 0f206b3e73 idevicerestore: init at 2019-02-14 2019-08-13 02:13:15 +02:00
Niklas Hambüchen da3cb9e35b libirecovery: init at 2019-01-28 2019-08-13 02:13:15 +02:00
Niklas Hambüchen 3c2c3f0dda libimobiledevice: Remove unnecessary --disable-static.
That's already controlled by `dontDisableStatic`, see:

* https://nixos.org/nixpkgs/manual/#ssec-configure-phase
* #51540
2019-08-13 01:41:15 +02:00
Silvan Mosberger 47fa2f133d
Merge pull request #66506 from nh2/fetchurl-dont-force-set-gssSupport
fetchurl: Don't force-override curl's gssSupport to on unnecessarily
2019-08-13 01:04:42 +02:00
Niklas Hambüchen b7dfc72a88 fetchurl: Don't force-override curl's gssSupport to on. Fixes #66499.
The original intent in commit

    a1fec866 treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl` itself

was to turn `gssSupport` *off* on Darwin, but the code actually also forced
it *on* on Linux.
This resulted in previous (e.g. overlays) `.override { gssSupport = false; }`
being ignored (#66499).

This commit fixes it by just respecting the old value when it doesn't need
to be forced to off.
2019-08-13 00:42:46 +02:00
Marek Mahut c78fead206
Merge pull request #63735 from Ekleog/drop-old-kernels
manual: remind to drop kernels that will get EOL'd
2019-08-12 23:31:00 +02:00
Marek Mahut 4652a0a520
Merge pull request #65557 from fgaz/qbe/2019-07-11
qbe: unstable-2019-05-15 -> unstable-2019-07-11
2019-08-12 23:27:39 +02:00
Marek Mahut 9a86619dc8
Merge pull request #66071 from angristan/dogecoin/update/1.14.1
dogecoin: 1.10.0 -> 1.14.1
2019-08-12 23:26:54 +02:00
Marek Mahut 903333094b
Merge pull request #66057 from jdanekrh/jd_netcore
dotnet.sdk: 2.2.300/2.2.5 -> 2.2.401/2.2.6
2019-08-12 23:20:42 +02:00
Marek Mahut cd5c0555c1
Merge pull request #66539 from jslight90/patch-6
nixos/gitlab: properly clear out initializers
2019-08-12 23:11:44 +02:00
Marek Mahut 81e28b4e9a
Merge pull request #66060 from r-ryantm/auto-update/ponyc
ponyc: 0.28.1 -> 0.30.0
2019-08-12 22:39:04 +02:00
Marek Mahut 36d3a8a0eb
Merge pull request #66058 from pmiddend/fcppt-update-to-3.2.2
fcppt: 3.0.0 -> 3.2.2
2019-08-12 22:13:33 +02:00
Jiri Danek e395060805 dotnet.sdk: 2.2.300/2.2.5 -> 2.2.401/2.2.6 2019-08-12 22:07:49 +02:00
Jeff Slight 2ee14c34ed
nixos/gitlab: properly clear out initializers 2019-08-12 12:50:02 -07:00
Marek Mahut 1c709e0e6c
Merge pull request #63270 from r-ryantm/auto-update/itk
itk: 4.13.2 -> 5.0.0
2019-08-12 20:00:17 +02:00
Franz Pletz f3160a2db6
Merge pull request #66476 from WilliButz/fix-prometheus-alertmanager-option
nixos/prometheus2: replace alertmanagerURL with new alertmanagers option
2019-08-12 17:59:27 +00:00
Franz Pletz fe9c676e99
nuspell: 2.2.0 -> 2.3.0 2019-08-12 19:53:54 +02:00
Marek Mahut 2ae308a414
Merge pull request #66498 from jonringer/bump-librelp
librelp: 1.3.0 -> 1.4.0
2019-08-12 19:52:32 +02:00
Marek Mahut 8c1d78aa4a
Merge pull request #62182 from dtzWill/update/moosefs-3.0.105
moosefs: 3.0.104 -> 3.0.105
2019-08-12 19:52:08 +02:00
Maximilian Bosch f0d6955052
Merge pull request #66470 from WilliButz/update-blackbox-exporter
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests and check config
2019-08-12 19:38:43 +02:00
Marek Mahut 7a82e00ba3
Merge pull request #62337 from khumba/netbeans-11
netbeans: 10.0 -> 11.0
2019-08-12 19:34:29 +02:00
Jan Tojnar 9af14d3e5a
Merge pull request #66531 from jtojnar/eds-hardcode-gschemas
gnome3.evolution-data-server: Hardcode more GSettings schemas
2019-08-12 19:33:17 +02:00