Vladimír Čunát
bdd47aaf83
gcl*: fix with updated binutils
...
The patch was taken from Debian; they apparently don't have a src repo.
2019-02-19 18:02:29 +01:00
Uri Baghin
718a82b108
buildBazelPackage: autodetect nix toolchain instead of Xcode one on macOS ( #56033 )
2019-02-19 16:44:05 +00:00
Linus Heckemann
688ca701b2
Merge pull request #56043 from mayflower/ossemul
...
linux: enable SND_OSSEMUL
2019-02-19 17:12:26 +01:00
Pierre Bourdon
a13a0d7868
electrum: 3.3.2 -> 3.3.4
2019-02-19 17:01:57 +01:00
Matthew Bauer
9584d16fc1
Merge pull request #56051 from P-E-Meunier/revealjs
...
nodePackages.reveal: init at 3.7.0
2019-02-19 09:35:25 -06:00
Pascal Wittmann
56780983fa
Merge pull request #55974 from dtzWill/update/notmuch-0.28.2
...
notmuch: 0.28.1 -> 0.28.2
2019-02-19 16:32:42 +01:00
Dmitry Kalinkin
78d041f6a9
rivet: 2.6.2 -> 2.7.0
2019-02-19 10:19:25 -05:00
R. RyanTM
0ea514f58f
xmr-stak: 2.7.1 -> 2.8.2 ( #55804 )
2019-02-19 14:59:07 +00:00
Chris Ostrouchov
e6aa9ac72d
pythonPackages.nbsphinx: init at 0.4.2
2019-02-19 15:22:38 +01:00
Chris Ostrouchov
7c3d9d442a
pythonPackages.nbconvert: 5.4.0 -> 5.4.1
...
Needed for nbsphinx version cannot be 5.4.0
2019-02-19 15:22:38 +01:00
Pierre-Étienne Meunier
f0186ed533
nodePackages.reveal: init at 3.7.0
2019-02-19 12:59:34 +00:00
Alyssa Ross
6208ad3ee3
gotop: 1.7.1 -> 2.0.1
2019-02-19 12:27:40 +00:00
Anton-Latukha
de0366f4db
handbrake: 1.2.0 -> 1.2.1
2019-02-19 13:37:29 +02:00
Vladimír Čunát
024407bf9a
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1505754
2019-02-19 12:11:04 +01:00
zimbatm
580f5b0716
oil: 0.3.0 -> 0.6.pre15
2019-02-19 12:07:52 +01:00
Vladimír Čunát
bce12effa7
syslinux: fix build with new binutils
...
Also fix the URL of the other patch.
2019-02-19 12:05:51 +01:00
Vladimír Čunát
555912067f
Revert "syslinux: 2015-11-09 -> 2019-02-07"
...
This reverts commit 0b49d5dd68
#55500 .
I'm sorry, I'm unable to fix the build quickly in other way than
atop the older version. Certainly feel free to improve the approach.
2019-02-19 12:04:43 +01:00
Vladimír Čunát
4851a04deb
go_1_10: fix tests after binutils update
2019-02-19 11:35:54 +01:00
Vladimír Čunát
98be12ab3a
libpng: apply patches from Debian
...
- first unbreaks ARM builds
- second fixes a low-severity CVE
These only get applied on aarch64 *for now*, to iterate staging faster.
2019-02-19 11:02:38 +01:00
ft
8839a613d7
paraview: 5.5.2 -> 5.6.0
2019-02-19 01:48:58 -08:00
Vincent Laporte
e4035c3e0e
Merge pull request #55633 from vbgl/alt-ergo-2.3.0
...
alt-ergo: 2.2.0 -> 2.3.0
2019-02-19 09:53:57 +01:00
Vincent Laporte
390ed4a626
ocaml-4.08: disable “strictoverflow” hardening
2019-02-19 09:44:04 +01:00
Vincent Laporte
1753b20648
ocaml: init at 4.08.0+beta1
2019-02-19 09:44:04 +01:00
Vladimír Čunát
c721be4008
Merge #55845 : linux-hardkernel: 4.14.87-153 -> 4.14.94-155
2019-02-19 09:16:01 +01:00
Pascal Wittmann
d76f38a762
Merge pull request #55992 from dywedir/watchexec
...
watchexec: 1.10.0 -> 1.10.1
2019-02-19 09:15:23 +01:00
Herwig Hochleitner
c414e5bd08
chromium: 72.0.3626.96 -> 72.0.3626.109
2019-02-19 04:44:37 +01:00
Elis Hirwing
8ef5700958
dump1090: Move to radio
2019-02-18 22:35:16 -05:00
Tim Steinbach
d607715ab3
linux: 5.0-rc6 -> 5.0-rc7
...
Also remove interpreter truncation patch, no longer needed in package tree.
2019-02-18 21:11:21 -05:00
Shea Levy
bb52ff3df8
postgresql: Don't move libs unnecessarily out of $lib.
...
In particular, when static linking pkgconfig expects libpq.a in $lib
2019-02-18 20:31:09 -05:00
Silvan Mosberger
266315c91d
Merge pull request #53767 from kwohlfahrt/ssh
...
ssh: put custom options before generated options
2019-02-19 01:34:35 +01:00
worldofpeace
23191f045d
pantheon.granite: fetch for DateTime GSettings patch
...
Typo in the patch was fixed. [0]
[0]: 0550b44ed6
?branch=master
2019-02-18 18:52:42 -05:00
Vladyslav M
358efb6694
Merge pull request #55799 from r-ryantm/auto-update/wavebox
...
wavebox: 4.5.10 -> 4.7.1
2019-02-19 01:06:23 +02:00
Kai Wohlfahrt
de7abf63b8
nixos/ssh: apply options after extraConfig
...
Otherwise, the standard options (e.g. AddressFamily) cannot be overriden
in extraConfig, as the option is applied on the first (not most
specific) match. Closes #52267
2019-02-18 21:58:46 +00:00
Andreas Rammhold
f7c6e6bbe3
Merge pull request #56006 from mweinelt/slic3r-prusa3d/1.41.3
...
slic3r-prusa3d: 1.41.2 -> 1.41.3
2019-02-18 21:36:02 +00:00
Michael Weiss
b790a74816
sway-beta: 1.0-rc2 -> 1.0-rc3
2019-02-18 22:26:16 +01:00
Sarah Brofeldt
dcdba11ac9
pandoc: Enable distribution to fix master eval
2019-02-18 21:10:28 +01:00
Will Dietz
8019d4a1c7
busybox: 1.29.3 -> 1.30.1
...
For changes see https://busybox.net
(most of which are part of 1.30.0).
2019-02-18 13:17:10 -06:00
Will Dietz
55560a61d7
jdupes: 1.11.1 -> 1.12
...
https://github.com/jbruchon/jdupes/releases/tag/v1.12
2019-02-18 13:16:05 -06:00
Martin Weinelt
8774ce8233
slic3r-prusa3d: 1.41.2 -> 1.41.3
...
Adds support for the following new printer variants:
- Original Prusa i3 MK3S
- Original Prusa i3 MK3S MMU2S
- Original Prusa i3 MK2.5S
- Original Prusa i3 MK2.5S MMU2S
2019-02-18 19:57:04 +01:00
Alyssa Ross
7226ab9084
kakoune: remove inaccurate "unstable" from name
2019-02-18 16:52:34 +00:00
Johan Thomsen
f738618637
nixos/kubernetes: dashboard 1.8.3 -> 1.10.1
...
- add option to specify extra cmdline arguments to the dashboard
2019-02-18 17:34:30 +01:00
Johan Thomsen
5af74e19e6
nixos/kubernetes: coredns 1.2.5 -> 1.3.1
2019-02-18 17:34:30 +01:00
Linus Heckemann
01dacc84d4
Merge pull request #55859 from nlewo/dockerTools-fix-55290
...
dockerTools.buildImage: preserve layers ordering at image repacking
2019-02-18 17:15:20 +01:00
Linus Heckemann
be38a70184
linux: enable SND_OSSEMUL
...
Fixes #54074
2019-02-18 17:11:37 +01:00
Frederik Rietdijk
815b77cbe6
Merge master into staging-next
2019-02-18 14:18:04 +01:00
Florian Klink
107215c1d0
Merge pull request #55691 from dgarzon/node-packages-10-x-angular-cli
...
nodePackages_10_x.@angular/cli: init at 7.3.1
2019-02-18 14:17:08 +01:00
Aaron Andersen
d5d0b4aceb
php: add pdo odbc support
2019-02-18 08:09:20 -05:00
Linus Heckemann
b5516575a9
Merge pull request #54522 from tadeokondrak/wine-update
...
Update wine{stable,unstable,staging,mono}
2019-02-18 13:41:34 +01:00
Jörg Thalheim
cbd6457a88
Merge pull request #55654 from rvolosatovs/update/vim-plugins
...
vimPlugins: Update
2019-02-18 12:10:57 +00:00
Daniel Garzon
117559bcfa
nodePackages_10_x.@angular/cli: init at 7.3.1
2019-02-18 06:01:55 -05:00