Commit Graph

39025 Commits

Author SHA1 Message Date
Jonas Nick
b03ab5054a
clightning: 0.7.3 -> 0.8.0 2019-12-19 20:31:51 +00:00
Oliver Kopp
eb112c8bc3
Fix homepage of JabRef 2019-12-19 21:17:26 +01:00
Florian Klink
1c15955340
Merge pull request #75834 from talyz/gitlab-12.5.5
gitlab: 12.5.4 -> 12.5.5
2019-12-19 21:15:23 +01:00
Michael Weiss
03beaedc77
gollum: Update the dependencies (security, CVE-2019-16782)
This updates rack to 1.6.12 for CVE-2019-16782 [0].

[0]: https://github.com/rack/rack/security/advisories/GHSA-hrqr-hxpp-chr3
2019-12-19 18:53:24 +01:00
Evan Stoll
80d6b17035 gitkraken: 6.3.1 -> 6.4.0 2019-12-19 10:56:53 -05:00
Michael Raskin
d7a0236c4c
Merge pull request #75850 from mmilata/libreoffice-refactor
libreoffice: merge -still and -fresh into common expression
2019-12-19 15:51:01 +00:00
Michael Raskin
6210c15573
Merge pull request #67507 from misuzu/package-3proxy
3proxy: init at 0.8.13
2019-12-19 15:42:15 +00:00
Jason Felice
67bed0c696 weechat: Fix build on Darwin 2019-12-19 10:01:55 -05:00
Maximilian Bosch
a7a8bf9040
Merge pull request #75923 from danieldk/drawio-12.4.2
drawio: 12.3.2 -> 12.4.2
2019-12-19 15:06:59 +01:00
Michael Weiss
096c2b4a4b
signal-desktop: 1.29.1 -> 1.29.2 2019-12-19 12:51:40 +01:00
Matthias Beyer
6a379a58c7 mutt: 1.13.1 -> 1.13.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-19 09:31:48 +01:00
Andrei Lapshin
ca00dc80bc android-studio: add missing emulator dependency 2019-12-19 10:45:37 +03:00
Daniël de Kok
cc03522f52 drawio: 12.3.2 -> 12.4.2
Changelog:

* Updates to draw.io 12.4.2, changes from, and including, 12.3.2 to
  12.4.2 are new in this desktop release.
* Updates to Electron 7.1.5
2019-12-19 07:42:10 +01:00
Maximilian Bosch
67a401362e
Merge pull request #75895 from marsam/update-lab
gitAndTools.lab: 0.17.1 -> 0.17.2
2019-12-19 02:16:40 +01:00
Jan Tojnar
dda27bb406
lutris: fix build
Drop unneeded pangox_compat – it was probably needed before gtkglext propagated it.

Also stop using aliases.
2019-12-19 00:58:19 +01:00
Jan Tojnar
c324283e8c
k3d: drop unneeded pangox_compat
It was probably needed before gtkglext propagated it.
2019-12-19 00:49:14 +01:00
Scott Olson
2e677bde28 syncplay: 1.6.4 -> 1.6.4a 2019-12-18 17:48:50 -06:00
Jan Tojnar
048faed66a
pcb: 20140316 → 4.2.0
* Long overdue update
* Clean up the expression
* Drop unneeded pangox_compat – it was probably needed before gtkglext propagated it.
2019-12-19 00:47:20 +01:00
Scott Olson
b6efb24850 syncplay: upgrade from Qt4 to Qt5 dependency
Syncplay automatically detects whether it has access to PySide, which
binds Qt4, or PySide2, which binds Qt5. By simply updating the
dependencies, we can upgrade Syncplay to Qt5.
2019-12-18 17:46:52 -06:00
Mario Rodas
41fed73b89
Merge pull request #75712 from Tomahna/mopidy-iris
mopidy-iris: 3.42.2 -> 3.43.0
2019-12-18 18:05:52 -05:00
Mario Rodas
cc99d54c5f
gitAndTools.lab: 0.17.1 -> 0.17.2
Changelog: https://github.com/zaquestion/lab/releases/tag/v0.17.2
2019-12-18 13:36:00 -05:00
Michael Weiss
4cccc3c543
androidStudioPackages.beta: 3.6.0.17 -> 3.6.0.18 2019-12-18 16:48:47 +01:00
Gabriel Ebner
d942688fc1
remmina: 1.3.4 -> 1.3.7 (#75811)
remmina: 1.3.4 -> 1.3.7
2019-12-18 15:33:54 +01:00
David Wood
05aa59afa6 franz: fix Exec substitution in franz.desktop
Signed-off-by: David Wood <david.wood@codeplay.com>
2019-12-18 14:55:14 +01:00
Martin Milata
737ce5c848 libreoffice: factor out common derivation
Each "variant" of libreoffice gets its own subdirectory src-$variant
where files w/ source references are stored. In the directory is also
override.nix which allows you to override derivation attributes in
addition to source files.
2019-12-18 13:23:34 +01:00
Michael Raskin
c551f2db16
Merge pull request #75846 from rnhmjoj/kpatience
kpat: init at 19.12.0
2019-12-18 09:37:37 +00:00
Lancelot SIX
2e3d5051b0
Merge pull request #75848 from jbedo/bedtools
bedtools: 2.29.1 -> 2.29.2
2019-12-18 09:28:05 +01:00
Ivan Kozik
5dd4f1d0b9 chromium: 79.0.3945.79 -> 79.0.3945.88
https://chromereleases.googleblog.com/2019/12/stable-channel-update-for-desktop_17.html

CVE-2019-13767
2019-12-18 04:56:50 +00:00
Ryan Orendorff
797b706daf barrier: add openssl runtime dependency (#75490)
* barrier: add openssl runtime dependency

The barrier GUI creates an SSL certificate at runtime using OpenSSL. We add
openssl to the path to enable this feature.

* barrier: fix GLib-GIO-ERROR rg.gtk.Settings.FileChooser

When you use the Barrier menu item in the GUI to save the configuration, the
program crashes. wrapGAppsHook fixes this issue.

Error was:
GLib-GIO-ERROR **: 19:03:29.155: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key nixos

* barrier: move cmake buildInputs to nativeBuildInputs
2019-12-18 02:32:32 +01:00
Justin Bedo
28a057a56b
bedtools: 2.29.1 -> 2.29.2 2019-12-18 10:39:25 +11:00
rnhmjoj
87489677f4
kpat: init at 19.12.0 2019-12-18 00:34:14 +01:00
rnhmjoj
705cc53817
fsv: fix build with gettext 0.20 2019-12-18 00:26:41 +01:00
Michael Weiss
8d5f5e7e3e
signal-desktop: 1.29.0 -> 1.29.1 2019-12-17 23:40:06 +01:00
talyz
7d602d3d36 gitlab: 12.5.4 -> 12.5.5 2019-12-17 22:18:10 +01:00
Graham Christensen
529cd9020f
Merge pull request #75825 from grahamc/slack
slack: add xdg_utils to the PATH
2019-12-17 16:03:44 -05:00
Matthew Bauer
a90d3d9e0c
Merge pull request #75621 from gabibbo97/helm-completion
kubernetes-helm: Add shell completion
2019-12-17 14:45:29 -05:00
Graham Christensen
7e929390ae
slack: add xdg_utils to the PATH
Otherwise it cannot log in to new workspaces.
2019-12-17 11:56:46 -05:00
Michael Raskin
26df2f4e9e
Merge pull request #74862 from alyssais/fetchgittiles
fetchFromGitiles: init
2019-12-17 15:23:08 +00:00
Michael Raskin
e726201cc8
Merge pull request #52352 from hyperfekt/init_crosvm
crosvm: init at 77.0.3865.105
2019-12-17 15:22:14 +00:00
Mario Rodas
352f030b71
Merge pull request #75385 from pacien/gscan2pdf-v2.6.2
gscan2pdf: 2.5.6 -> 2.6.2
2019-12-17 09:31:13 -05:00
Lancelot SIX
90ebbaa86a
qgis: 3.10.0 -> 3.10.1 2019-12-17 12:17:13 +01:00
worldofpeace
6ea98c1329
Merge pull request #75555 from worldofpeace/libgpod-python2-byehun
libgpod: drop pygobject2
2019-12-17 01:47:24 -05:00
worldofpeace
b34344718b
Merge pull request #75377 from pacien/riot-v1.5.6
riot-{web,desktop}: 1.5.5 -> 1.5.6
2019-12-17 01:43:06 -05:00
worldofpeace
586df03d5b remmina: 1.3.4 -> 1.3.7
According to the release notes this is a
"This release is meant to prepare the stable release for January, before the freeze in Debian an Ubuntu ".
Not sure what that means, but I expect a stable release
in NixOS 20.03 for sure.

https://gitlab.com/Remmina/Remmina/-/tags/v1.3.7
2019-12-17 01:35:08 -05:00
Mario Rodas
5e5ce79db4
Merge pull request #75807 from jbedo/strelka
strelka: fix broken build
2019-12-16 23:52:35 -05:00
Mario Rodas
f95f587630
Merge pull request #75768 from filalex77/hydroxide-0.2.11
hydroxide: init at 0.2.11
2019-12-16 22:34:10 -05:00
Justin Bedo
c3f09c33eb
strelka: fix broken build 2019-12-17 11:20:32 +11:00
Maciej Krüger
9af73d9326 pick-colour-picker: init at unstable-2019-10-11 2019-12-16 11:16:11 -08:00
Alex Branham
7af84afa2a R: 3.6.1 -> 3.6.2
Closes https://github.com/NixOS/nixpkgs/pull/75587.
2019-12-16 18:56:49 +01:00
Oleksii Filonenko
2318f7fc44
hydroxide: init at 0.2.11 2019-12-16 18:22:31 +02:00
Tim Steinbach
09c0b6af80
zoom-us: 3.5.330166.1202 -> 3.5.336627.1216 2019-12-16 11:14:35 -05:00
Emily
ea0b2370fa whipper: 0.9.0 -> 0.9.1.dev7+g9e95f06 2019-12-16 17:11:18 +01:00
Jean-Philippe Braun
90cd659c56 sonata: fix runtime error 2019-12-16 16:48:40 +01:00
Luflosi
8636580d6f kakoune: 2019.07.01 -> 2019.12.10 2019-12-16 14:07:13 +00:00
Mario Rodas
61ba5db7ef
Merge pull request #75751 from saschagrunert/conmon
conmon: v2.0.7 -> v2.0.8
2019-12-16 05:36:25 -05:00
markuskowa
cc92da0302
Merge pull request #75720 from sikmir/gpxlab
gpxlab: init at 0.7.0
2019-12-16 11:02:24 +01:00
Sascha Grunert
7aba727c0d
conmon: v2.0.7 -> v2.0.8
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-16 09:43:03 +01:00
Niklas Hambüchen
0d3570c94d elogind: 241.3 -> 241.4 2019-12-16 03:52:24 +01:00
Franz Pletz
f98af3b8db
Merge pull request #75708 from andir/thunderbird-bin
thunderbird-bin: 68.2.2 -> 68.3.0
2019-12-15 22:42:25 +00:00
Franz Pletz
b973f7baf0
Merge pull request #67781 from jonringer/bump-errbot
errbot: 5.2.0 -> 6.1.1
2019-12-15 22:35:02 +00:00
Jonathan Ringer
d62b9919d8
errbot: 5.2.0 -> 6.1.1 2019-12-15 23:30:00 +01:00
R. RyanTM
d7125bf6b6 xmr-stak: 2.10.7 -> 2.10.8 2019-12-15 22:13:29 +00:00
worldofpeace
ce549ddf26
Merge pull request #75682 from Kiwi/wire-desktop-icon
wire-desktop: fix desktop icon
2019-12-15 16:52:51 -05:00
Robert Djubek
4a73fbc367 wire-desktop: fix desktop icon
Update the Name attribute in the wire-desktop.desktop applications file
and add StartupWMClass key. This fixes the icons on plasma5 and gnome3
which, in certain places, showed a generic X.org icon instead of the Wire
icon.
2019-12-15 16:47:35 -05:00
Mario Rodas
6b3720b395
Merge pull request #75675 from marsam/update-git-gone
gitAndTools.git-gone: 0.1.2 -> 0.2.0
2019-12-15 15:21:19 -05:00
Kevin Rauscher
73d577b0fd mopidy-iris: 3.42.2 -> 3.43.0 2019-12-15 21:16:17 +01:00
Nikolay Korotkiy
38294e3051
gpxlab: init at 0.7.0 2019-12-15 22:53:06 +03:00
Graham Christensen
aa4a1b01d5
Merge pull request #75516 from ivan/chromium-79.0.3945.79
chromium: 78.0.3904.108 -> 79.0.3945.79
2019-12-15 14:48:34 -05:00
Andreas Rammhold
e1699e3c71
thunderbird-bin: 68.2.2 -> 68.3.0 2019-12-15 20:37:50 +01:00
Robert Hensing
9696d79fea
Merge pull request #75691 from thefloweringash/chromium-maintainer
chromium: add thefloweringash (myself) as maintainer
2019-12-15 16:44:57 +01:00
nyanloutre
2abd0a559c treewide: replace kcalcore dependencies with kcalendarcore 2019-12-15 16:13:49 +01:00
Frederik Rietdijk
c20cd71d60 Merge master into staging-next 2019-12-15 16:09:28 +01:00
Mario Rodas
ad3c49da0e
Merge pull request #75686 from matthiasbeyer/update-mutt
mutt: 1.13.0 -> 1.13.1
2019-12-15 09:14:20 -05:00
Florian Klink
0380ed20db
Merge pull request #75657 from flokli/gtkwave-gtk3
gtkwave: build with gtk3
2019-12-15 15:07:07 +01:00
Renaud
2a1a4cad38
Merge pull request #75388 from Lassulus/xplanet
xplanet: 1.3.0 -> 1.3.1
2019-12-15 14:57:48 +01:00
lassulus
3772d04e1c xplanet: 1.3.0 -> 1.3.1 2019-12-15 14:02:36 +01:00
Andrew Childs
b29e3582ac chromium: add thefloweringash (myself) as maintainer
I have an interest in making Chromium available on Aarch64. I'm adding
myself here on a recommendation from @ivan [1].

[1] https://github.com/NixOS/nixpkgs/pull/74015#issuecomment-565780595
2019-12-15 21:34:22 +09:00
Matthias Beyer
1915711d87 mutt: 1.13.0 -> 1.13.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-15 10:51:20 +01:00
worldofpeace
2cb421afb9 lightdm: add patch to fix wayland sessions
This was a nixos specific issue.
2019-12-15 01:42:19 -05:00
worldofpeace
1d8ef857ee aesop: fix build
See https://github.com/lainsce/aesop/pull/33
2019-12-15 00:45:38 -05:00
worldofpeace
be13df6c76
Merge pull request #75465 from worldofpeace/gnome-args
doc/gnome: update wrapper args example, remove proliferated uses
2019-12-15 00:13:17 -05:00
worldofpeace
abe3475df8 treewide: remove bash snippets in flags
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-12-15 00:10:41 -05:00
Ivan Kozik
af006f9ff3 chromium: fix enableWideVine for v79 which needs the manifest.json in WidevineCdm/ 2019-12-15 04:56:01 +00:00
Ivan Kozik
3d71db8abb chromium: explain enable_widevine = true 2019-12-15 04:55:59 +00:00
Ivan Kozik
950230bc84 chromium: remove enableNaCl option
This hasn't worked since 2016 (https://github.com/NixOS/nixpkgs/issues/13983)
and is being removed very soon, per "Q4 2019" in
https://developer.chrome.com/native-client/migration

(It's staying around for "Chrome Apps", but those only run on ChromeOS now.)

earth.google.com users can use https://earth.google.com/web/?beta=1 to get
the wasm version instead of the PNaCl version.
2019-12-15 04:55:30 +00:00
Jan Tojnar
6842813bb1
aegisub: slight clean up 2019-12-15 05:44:17 +01:00
Jan Tojnar
955be27f58
aegisub: fix build 2019-12-15 05:36:24 +01:00
Ivan Kozik
ec75ea3329 chromium: use llvmPackages_9 to more closely match upstream 2019-12-15 04:35:36 +00:00
Ivan Kozik
46d252f1f1 chromium: fix GL support by not using the ANGLE GL implementation 2019-12-15 04:35:23 +00:00
Florian Klink
ac1a5ac2db gtkwave: build with gtk3
gtkwave ships a gtk3 flavour on sourceforge. let's use that one.
2019-12-15 03:54:35 +01:00
Austin Seipp
367676ce82
z3: 4.8.5 -> 4.8.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-14 20:33:59 -06:00
Mario Rodas
fb112af09e
gitAndTools.git-gone: 0.1.2 -> 0.2.0 2019-12-14 20:20:20 -05:00
Jan Tojnar
429561978b
Merge branch 'master' into staging-next 2019-12-14 23:09:06 +01:00
Michael Weiss
b916b9e884
androidStudioPackages.{dev,canary}: 4.0.0.5 -> 4.0.0.6 2019-12-14 20:55:43 +01:00
Ben Wolsieffer
bd9549baa9 mavproxy: init at 1.8.17 2019-12-14 11:00:34 -08:00
adisbladis
d3d8b776f1
Merge pull request #75618 from jsamsa/emacsmacport-fix
emacsMacport: Rename emacsVersion attribute to version
2019-12-14 18:43:24 +00:00
Henrik Jonsson
9ace40c765 electrum: Add ckcc-protocol
Similar to keepkey, trezor and btchip, ckcc-protocol is a plugin,
allowing electrum to communicate with the https://coldcardwallet.com/
hardware wallet.
2019-12-14 10:30:23 -08:00
Vincent Laporte
856d0a44ec
Merge pull request #75141 from vbgl/coq-8.11β1
coq_8_11: init at 8.11+β1
2019-12-14 19:13:40 +01:00
Robert Scott
46460d3d7a crun: 0.8 -> 0.10.6 (security) (#75304)
addressing CVE-2019-18837
2019-12-14 18:49:18 +01:00
Renaud
fc199f5277
Merge pull request #75358 from petabyteboy/feature/mumble
mumble: build with pulseaudio support on linux and add petabyteboy to maintainers
2019-12-14 18:39:44 +01:00