Commit Graph

9526 Commits

Author SHA1 Message Date
David McKay
ed5ed93422 terraform_0_12: 0.12.5 -> 0.12.6 (#65729) 2019-08-01 10:52:25 -07:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Ivan Kozik
a897743a13 chromiumDev: fix build
Fixes:

ERROR Unresolved dependencies.
//third_party/perfetto/gn:zlib(//build/toolchain/linux:clang_x64)
  needs //third_party/zlib:zlib_config(//build/toolchain/linux:clang_x64)

builder for '/nix/store/iqr4vn2by1yxa7f92jiymvgfsn9mdvwq-chromium-unwrapped-77.0.3860.5.drv' failed with exit code 1
2019-07-31 11:31:07 +00:00
Ivan Kozik
d18f4acdf1 chromium: 75.0.3770.90 -> 76.0.3809.87
Fixed in 75.0.3770.142:

CVE-2019-5847 CVE-2019-5848

Fixed in 76.0.3809.87:

CVE-2019-5850 CVE-2019-5860 CVE-2019-5853 CVE-2019-5851
CVE-2019-5859 CVE-2019-5856 CVE-2019-5863 CVE-2019-5855
CVE-2019-5865 CVE-2019-5858 CVE-2019-5864 CVE-2019-5862
CVE-2019-5861 CVE-2019-5857 CVE-2019-5854 CVE-2019-5852
2019-07-31 11:30:46 +00:00
Danielle Lancashire
4655b4957a
nomad: 0.9.3 -> 0.9.4 2019-07-31 10:50:24 +02:00
magenbluten
576c04a9a5 suricata: init at 4.1.4 2019-07-30 20:16:04 +02:00
worldofpeace
37158a3410 fractal: stylize, add me to maintainers 2019-07-30 14:01:47 -04:00
Michael Weiss
1d102b90e6
tdesktopPackages.*: Remove the attributes in favour of tdesktop
This is a refactoring of "tdesktop", i.e. the resulting derivation isn't
affected by this commit (only the tdesktopPackages.* attributes are
removed).

I decided to remove the attributes "tdesktopPackages.*" as I don't
maintain the preview version anymore. There are regular stable releases
and we depend on the patches from Arch Linux which only track the stable
version as well, i.e. I would have to maintain our own patches, which
would either require an additional repository or "bloat" Nixpkgs (apart
from the fact that it would be unnecessarily time-consuming).
2019-07-30 17:34:35 +02:00
Aaron Andersen
f94d37c5af
Merge pull request #65572 from AluisioASG/aerc
aerc: 0.1.4 -> 0.2.1; add ncurses to PATH
2019-07-30 08:59:49 -04:00
worldofpeace
e0b1eb0cd4
Merge pull request #65573 from tadfisher/zoom-us
zoom-us: use wrapQtAppsHook
2019-07-29 18:43:07 -04:00
Tad Fisher
aefe854bd3 zoom-us: use wrapQtAppsHook 2019-07-29 14:17:25 -07:00
Aluísio Augusto Silva Gonçalves
14ce9b2fbd
aerc: 0.1.4 -> 0.2.1 2019-07-29 18:03:54 -03:00
Aluísio Augusto Silva Gonçalves
67912138ea
aerc: add dependency on ncurses for unknown terminals
The TUI library aerc uses, tcell, comes with a built-in database of
terminal definitions.  For terminals not in this database (e.g.
Alacritty), an entry is generated dynamically using infocmp, part of
ncurses' dev output.
2019-07-29 18:00:37 -03:00
Robin Gloster
c382280df6
Merge pull request #65499 from jojosch/teamspeak_client-update-3.3.0
teamspeak_client: 3.1.10 -> 3.3.0
2019-07-29 16:19:33 +00:00
Marek Mahut
f4ce7887ce poezio: 0.12 -> 0.12.1
Moving the source to GitHub from dev.louiz.org.
2019-07-29 09:36:55 +02:00
worldofpeace
f498a8b7af wire-desktop: gdk_pixbuf -> gdk-pixbuf 2019-07-28 17:29:11 -04:00
Frederik Rietdijk
cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Johannes Schleifenbaum
9a9dbb6af2 teamspeak_client: 3.1.10 -> 3.3.0 2019-07-28 10:02:36 +02:00
Frederik Rietdijk
15564fbb4d wire-desktop: fix evaluating on other platforms
to unblock tarball job
2019-07-28 09:31:48 +02:00
Frederik Rietdijk
cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
Vincent Demeester
a12efe947f
minikube: 1.0.1 -> 1.2.0
Also switch to go modules.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-07-28 07:53:52 +02:00
Max Gonzih
184beb5236 linkerd: init at 2019-07-26 (#65436) 2019-07-27 22:51:18 -07:00
Max Gonzih
a0c413f71d fluxctl: init at 1.13.1 (#65433) 2019-07-27 12:22:23 -07:00
worldofpeace
ecc48146da
Merge pull request #64931 from toonn/wire-desktop-refactor
wire-desktop: refactor to add Darwin support
2019-07-27 13:48:22 -04:00
toonn
4665e883b2 wire-desktop: Add darwin support
Wire Desktop is available for linux, mac os and windows. I figured
adding darwin support would be cromulent. Note that the versions don't
align 100%, this is how it's released upstream.

I refactored the derivation to seperate all the linux-specific parts. I
also sorted the dependencies and grouped them.

The changes were based on the derivation for electron. I changed the
construction from calling `mkDerivation` on a conditional merger of two
sets by moving the `mkDerivation` calls into the conditional and up to
the local bindings for `linux` and `darwin`. This required moving
`pname` and `meta` up to local bindings.
2019-07-27 19:43:33 +02:00
toonn
33b6a1720d wire-desktop: expand meta
Added a `longDescription` and `downloadPage`. Also added myself to
`maintainers`.

I fixed up the `license` because it's actually GPLv3 *or later*.
Note that terms and conditions apply though I don't feel like they
violate the GPL-ness of the code.
2019-07-27 19:40:37 +02:00
Max Gonzih
b5590fff46 k9s: init at 0.7.13 (#65432) 2019-07-27 09:46:08 -07:00
Averell Dalton
289c607cf5 x2goclient: fix startup
Fixes the following error:
```
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
```

See also #54484 and others.
2019-07-26 20:59:36 +02:00
Averell Dalton
3034859422 x2goclient: unstable-2018-11-30 -> unstable-2019-07-24 2019-07-26 20:59:36 +02:00
Johannes Schleifenbaum
59ca4168ef teamspeak_server: 3.8.0 -> 3.9.1 2019-07-26 17:53:12 +02:00
Tim Steinbach
2b014be886
slack-dark: 2019-06-04 -> 2019-07-25 2019-07-26 09:25:38 -04:00
Urban Skudnik
f432ae3ba4
terraform-providers: bump versions 2019-07-26 12:45:21 +02:00
Urban Skudnik
a98e4248b9
Update provider
Matchbox changed owners on github
2019-07-26 12:45:20 +02:00
Urban Skudnik
f1b81ff2cd
Update ansible package
Needs to be moved out of automatic update-all since it requires
goDeps.
2019-07-26 12:45:20 +02:00
Orivej Desh
32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
worldofpeace
2bcc9260e4
Merge pull request #65315 from GRBurst/protonmail-bridge
protonmail-bridge: 1.1.5 -> 1.1.6
2019-07-24 18:35:41 -04:00
GRBurst
c4cebed811 protonmail-bridge: 1.1.5 -> 1.1.6 2019-07-24 18:34:34 -04:00
Andreas Rammhold
2a35404a91
Merge pull request #65327 from taku0/firefox-bin-68.0.1
firefox, firefox-bin, firefox-esr: 68.0 -> 68.0.1
2019-07-24 17:31:17 +02:00
Maximilian Bosch
0a571ae256 citrix_workspace: add 1906 (citrix_workspace_19_6_0)
New release available:
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

Apart from the new version the following things changed:

* Updated the docs as all notes about `citrix_receiver` also apply for
  `citrix_workspace`. Also added a deprecation warning about the
  upcoming removal.

* Removed the `libidn_134` override as neither `citrix_workspace_19_3_0`
  nor `citrix_workspace_19_6_0` require this library anymore according
  to `readelf -d ./result/opt/citrix-icaclient/wfica` (in contrast to
  `citrix_receiver_13_10_0`).

* Added myself as maintainer as well.
2019-07-24 13:06:19 +02:00
taku0
71116cd9d5 firefox-esr: 68.0esr -> 68.0.1esr 2019-07-24 16:19:05 +09:00
taku0
9c7aa99db2 firefox: 68.0 -> 68.0.1 2019-07-24 16:18:08 +09:00
taku0
835027f601 firefox-bin: 68.0 -> 68.0.1 2019-07-24 16:15:47 +09:00
xrelkd
c4fec1c631 tilt: 0.9.2 -> 0.9.4 2019-07-23 15:17:13 +02:00
xrelkd
3cb3d7f5f4 tilt: 0.8.8 -> 0.9.2 2019-07-23 15:17:13 +02:00
adisbladis
2e6277f179
Merge pull request #63970 from carlosdagos/sonobuoy-init
sonobuoy: init at 0.15.0
2019-07-23 13:13:11 +01:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Robin Gloster
8f6f4bd2d6
Merge pull request #65226 from Mic92/teamspeak
teamspeak: remove unnecessary makeWrapper
2019-07-22 18:35:43 +00:00
Robin Gloster
186416a399
Merge pull request #65189 from r-ryantm/auto-update/teamviewer
teamviewer: 14.3.4730 -> 14.4.2669
2019-07-22 17:39:49 +00:00
Robin Gloster
74afa518db
Merge pull request #65258 from davidtwco/franz-5.2.0
franz: 5.1.0 -> 5.2.0
2019-07-22 17:26:09 +00:00
Tim Steinbach
3c65adaa75 slack-dark: Fix 4.0.0 2019-07-22 08:54:38 -04:00
angristan
0aa30f5901 slack: 3.4.2 -> 4.0.0 2019-07-22 08:54:38 -04:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
David Wood
1885399186
franz: 5.1.0 -> 5.2.0 2019-07-22 11:26:52 +01:00
Tim Steinbach
2b350d16ef
vivaldi: 2.6.1566.44-1 -> 2.6.1566.49-1 2019-07-21 20:54:56 -04:00
Jörg Thalheim
92c4bc0108
teamspeak: remove unnecessary makeWrapper 2019-07-21 15:22:39 +01:00
Jörg Thalheim
f75fdd5c77
teamspeak_server: fix 32-bit checksum 2019-07-21 15:15:02 +01:00
Jörg Thalheim
e4230452be
teamspeak_server: add missing libstdc++
Also convert to autoPatchelfHook.
2019-07-21 15:11:44 +01:00
Matthieu Coudron
7e55f6e013 astroid: 0.14 -> 0.15 2019-07-21 10:59:26 +02:00
R. RyanTM
6323cf8a8c wireshark: 3.0.2 -> 3.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/wireshark-qt/versions
2019-07-21 09:53:09 +02:00
Wael Nasreddine
8c11755ece
Merge pull request #64499 from OPNA2608/update-palemoon
palemoon: 27.9.4 -> 28.6.0.1, refactor
2019-07-20 22:26:01 -07:00
worldofpeace
c55a88fe8f
Merge pull request #65107 from pacien/riot-1.3.0
riot-{web,desktop}: 1.2.2 -> 1.3.0
2019-07-20 21:31:59 -04:00
worldofpeace
a1cb6d601d
riot-desktop: add worldofpeace to maintainers 2019-07-20 21:29:09 -04:00
Andreas Rammhold
bd7f9b6057
Merge pull request #64979 from tenx-tech/feature/update-helm
kubernetes-helm: 2.11 -> 2.14.2
2019-07-20 23:24:44 +02:00
OPNA2608
9a38937331 palemoon: restrict platforms to x86 Linux
Pale Moon (with official branding at least) doesn't appear to be available
for non-x86 architectures (yet), so we'll restrict the platforms to
i686 and x64 Linux.
2019-07-20 21:51:36 +02:00
R. RyanTM
d3b9158631 teamviewer: 14.3.4730 -> 14.4.2669
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-07-20 12:48:16 -07:00
Tim Steinbach
8f99ec0784
slack-theme-black: 2019-03-15 -> 2019-06-04 2019-07-20 15:47:14 -04:00
Tim Steinbach
095e9c0f9b
vivaldi: Fix usage of xdg-open 2019-07-20 09:57:49 -04:00
Max Gonzih
8a2c18299c slack: Fix dark theme
Caused by #61328
2019-07-20 09:35:58 -04:00
R. RyanTM
f75d78e3c8 kubetail: 1.6.8 -> 1.6.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/kubetail/versions
2019-07-20 09:17:35 +02:00
Mario Rodas
4f2efec00e terraform_0_12: 0.12.4 -> 0.12.5 2019-07-20 09:16:17 +02:00
Ryan Mulligan
1b6d404bfe
Merge pull request #65062 from r-ryantm/auto-update/flink
flink: 1.6.2 -> 1.8.1
2019-07-19 17:08:10 -07:00
pacien
541f60d327 riot-desktop: 1.2.2 -> 1.3.0 2019-07-19 22:13:48 +02:00
pacien
e2c474875e riot-web: 1.2.2 -> 1.3.0 2019-07-19 22:13:37 +02:00
Ryan Mulligan
6c0ed987ee
Merge pull request #65063 from r-ryantm/auto-update/feedreader
feedreader: 2.9.2 -> 2.10.0
2019-07-19 10:40:33 -07:00
Tmplt
588513f1c6 msmtp: 1.8.4 -> 1.8.5 2019-07-19 13:20:29 +02:00
R. RyanTM
1649f53b79 feedreader: 2.9.2 -> 2.10.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/feedreader/versions
2019-07-19 02:18:19 -07:00
R. RyanTM
aa5775242a flink: 1.6.2 -> 1.8.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/flink/versions
2019-07-19 01:41:51 -07:00
Michael Francis
37d001311d updated to 2.14.2 2019-07-19 13:19:06 +08:00
Benjamin Staffin
59b08e6759 discord: Fix desktop icon
The name used in the .desktop file needs to match the filename that
exists in $out/share/pixmaps/ for it to work.
2019-07-19 04:00:52 +02:00
Matthias Beyer
7b02dd82f8 aerc: 0.1.1 -> 0.1.4 2019-07-17 20:10:16 +02:00
Tim Steinbach
3cb2b233c5
zoom-us: 2.8.264592.0714 -> 2.9.265650.0716 2019-07-17 07:52:37 -04:00
Michael Francis
ef9dabfd9c kubernetes-helm: 2.11 -> 2.14.1 2019-07-17 15:49:14 +08:00
R. RyanTM
2928e4c3fc skypeforlinux: 8.47.0.59 -> 8.49.0.49
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/skypeforlinux/versions
2019-07-17 09:36:49 +02:00
R. RyanTM
39263d8613 syncplay: 1.6.3 -> 1.6.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/syncplay/versions
2019-07-17 09:34:22 +02:00
R. RyanTM
8cee299afb vnstat: 2.2 -> 2.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/vnstat/versions
2019-07-17 09:32:19 +02:00
Vladimír Čunát
5bf68e1354
Merge #64742: firefox 67 -> 68, and related updates 2019-07-16 19:33:04 +02:00
Frederik Rietdijk
a28a9ac156 Merge master into staging-next 2019-07-16 11:15:46 +02:00
Mario Rodas
fb0269abd3
Merge pull request #64840 from r-ryantm/auto-update/mpop
mpop: 1.4.4 -> 1.4.5
2019-07-15 18:53:09 -05:00
R. RyanTM
df5bc9199d mpop: 1.4.4 -> 1.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/mpop/versions
2019-07-15 14:28:17 -07:00
Ambroz Bizjak
6a0a073187 chromium: Fix running with --use-gl=egl.
When Chromium is using EGL, it dlopen's libGLESv2. Before this fix, this failed
with a not-found error. Fix it by adding libGL to the RUNPATH of the binary.

This problem does not have a visible impact on typical desktop system because
Chromium uses GLX by default. It only matters when Chromium is started with
--use-gl=egl (which makes it use OpenGL ES via EGL instead of desktop OpenGL
via GLX), and probably on certain embedded systems which only support OpenGL
ES.

With this fix, Chromium runs fine for me with --use-gl=egl and the NVidia
driver, and the about:gpu page indicates that it is indeed using OpenGL ES and
EGL.
2019-07-15 17:03:56 +02:00
Vladimír Čunát
538c8aebd8
firefox-esr-60: 60.7.2esr -> 60.8.0esr 2019-07-15 13:36:21 +02:00
Tim Steinbach
603aec4160
zoom-us: 2.8.252201.0616 -> 2.8.264592.0714 2019-07-15 07:26:55 -04:00
OPNA2608
464b16c4b1 palemoon: add ffmpeg, remove unused dependencies
· added ffmpeg to runtime libraries (via wrapping), makes Youtube's HTML5 testpage
  happy and allows higher-framerate playback
· removed deprecated (gstreamer) / never used (nspr, nss, ...) dependencies
  · Pale Moon bundles specific versions of various libraries, compiling with
    the system's versions of those is not the default, not recommended and
    not supported with official branding
2019-07-15 10:19:07 +02:00
Vladimír Čunát
3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
Mario Rodas
eadc851051
Merge pull request #64366 from JohnAZoidberg/pjsip-29
pjsip: 2.8 -> 2.9
2019-07-14 23:02:57 -05:00
taku0
75d4e64fad
firefox-esr: 60.7.2esr -> 68.0esr 2019-07-14 22:51:14 +02:00
taku0
0c436f8ca1
firefox: 67.0.4 -> 68.0 2019-07-14 22:46:03 +02:00
worldofpeace
1a10f17cf6
Merge pull request #64528 from xrelkd/update/filezilla
filezilla: 3.42.1 -> 3.43.0, libfilezilla: 0.16.0 -> 0.17.1
2019-07-14 12:30:48 -04:00
Mario Rodas
6ddd053bdd
Merge pull request #64710 from marsam/update-terraform
terraform_0_12: 0.12.3 -> 0.12.4
2019-07-13 21:20:37 -05:00
Aaron Andersen
abfe2572e8
Merge pull request #62769 from JorisE/sngrep
sngrep: init at 1.4.6
2019-07-13 20:06:43 -04:00
worldofpeace
b53a6a9762
Merge pull request #64349 from ericnorris/cloudflared-2019.6.0
cloudflared: 2018.10.3 -> 2019.7.0
2019-07-13 14:31:18 -04:00
Joris Engbers
4d75d04d52 sngrep: init at 1.4.6
Sngrep is used to inspect SIP traffic.
2019-07-13 18:15:49 +00:00
Mario Rodas
f41efc28f9
terraform_0_12: 0.12.3 -> 0.12.4 2019-07-13 12:57:16 -05:00
worldofpeace
f309c4c7da
Merge pull request #64478 from dtzWill/update/stern-1.11.0
stern: 1.10.0 -> 1.11.0
2019-07-13 12:18:19 -04:00
worldofpeace
0394aae7a8
Merge pull request #64687 from pacien/riot-web-config-fix
riot-web: fallback to example config
2019-07-13 11:14:16 -04:00
worldofpeace
d4db17db19 meteo: 0.9.6 -> 0.9.7
https://gitlab.com/bitseater/meteo/-/tags/0.9.7
2019-07-13 10:52:17 -04:00
worldofpeace
29da750e14 ephemeral: 5.1.0 -> 5.1.1
https://github.com/cassidyjames/ephemeral/releases/tag/5.1.1
2019-07-13 10:52:17 -04:00
Vladimír Čunát
dc121c754e
Merge #64577: firefox-bin: 67.0.4 -> 68.0 (security) 2019-07-13 10:01:26 +02:00
Vladimír Čunát
e87ed4cef3
Merge #64690: thunderbird*: 60.7.2 -> 60.8.0 (security) 2019-07-13 10:01:18 +02:00
Frederik Rietdijk
54065ae20d Merge master into staging-next 2019-07-13 09:45:40 +02:00
taku0
07bf5edc5f thunderbird: 60.7.2 -> 60.8.0 2019-07-13 10:30:36 +09:00
taku0
4f59539e46 thunderbird-bin: 60.7.2 -> 60.8 2019-07-13 10:30:09 +09:00
pacien
9e9cc366d0 riot-web: fallback to example config
Since 1.2.2, specifying defaults seems to be required for the app to start.
2019-07-13 00:55:23 +02:00
worldofpeace
ef89b398b8
Merge pull request #63714 from tadeokondrak/mumble_git/update/2019-07-10
mumble_git: 2018-07-01 -> 2019-07-10
2019-07-12 18:35:10 -04:00
Eric Norris
79643b8aca
cloudflared: 2018.10.3 -> 2019.7.0
- switch to tagged release
- added version to build flags
2019-07-12 17:07:49 -04:00
Nikolay Amiantov
f62f744ac2 gajim: fix audio calling
It appears it actually works with this fix!
2019-07-12 18:01:12 +03:00
Michael Weiss
63a99ccee4
gns3Packages.{server,gui}Preview: 2.2.0b3 -> 2.2.0b4 2019-07-11 22:29:38 +02:00
worldofpeace
86de11567c
Merge pull request #64582 from xrelkd/update/kube-router
kube-router: 0.2.5 -> 0.3.1
2019-07-11 09:11:00 -04:00
xrelkd
0d4448183b filezilla: 3.42.1 -> 3.43.0 2019-07-11 17:08:35 +08:00
taku0
126c5d0be8 flashplayer: 32.0.0.207 -> 32.0.0.223 2019-07-11 09:51:49 +02:00
Frederik Rietdijk
22cb7f25f2 Merge master into staging-next 2019-07-11 09:40:10 +02:00
Elis Hirwing
08b828d1c5
Merge pull request #64589 from uHOOCCOOHu/bump/telegram-1.7.14
tdesktop: 1.7.10 -> 1.7.14
2019-07-11 08:41:01 +02:00
Ryan Mulligan
508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Joachim Fasting
5f6b008eb5
tor-browser-bundle-bin: 8.5.3 -> 8.5.4 2019-07-10 20:45:04 +02:00
uHOOCCOOHu
1bc8cd8ff5
tdesktop: 1.7.10 -> 1.7.14 2019-07-11 00:15:44 +08:00
xrelkd
c120141888 kube-router: 0.2.5 -> 0.3.1 2019-07-10 23:48:31 +08:00
taku0
ac31e53b01 firefox-bin: 67.0.4 -> 68.0 2019-07-10 23:24:53 +09:00
SLNOS
279a001062 firefoxPackages.tor-browser: 8.5.2 -> 8.5.4 2019-07-10 08:34:54 +00:00
Frederik Rietdijk
79a03641d5 Merge staging-next into staging 2019-07-09 15:46:26 +02:00
Frederik Rietdijk
74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
Frederik Rietdijk
7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
OPNA2608
ab0b3e5573 palemoon: 27.9.4 -> 28.6.0.1, slight refactor
· Added new (/previously unnoticed?) dependencies.
· Refactored to use pname, quoted homepage, better description.
· Added myself to maintainers.
· Configuration changed according to upstream documentation.
· Build & Install phases simplified/refactored to be more like Arch's PKGBUILD.
2019-07-09 12:33:30 +02:00
Will Dietz
7fa4b5f0bd
stern: 1.10.0 -> 1.11.0 2019-07-09 05:10:22 -05:00
worldofpeace
38c7c5d322
Merge pull request #64439 from xrelkd/update/opera
opera: 60.0.3255.170 -> 62.0.3331.43
2019-07-08 20:49:54 -04:00
xrelkd
87bc26169b opera: 60.0.3255.170 -> 62.0.3331.43 2019-07-09 08:11:33 +08:00
Robert Helgesson
06d8666a60
firefox: allow overriding config of wrapped package
By moving the `cfg` variable into the wrapper arguments we are able to
override it for an already wrapped package. For example, with this
change one can have

    pkgs.firefox-devedition-bin.override {
      cfg.enableBrowserpass = true;
    }

which would otherwise be difficult to accomplish for packages having a
complicated wrapped definition in `all-packages.nix`.
2019-07-09 00:56:24 +02:00
Carlos D
0d8e17f32c sonobuoy: init at 0.15.0 2019-07-08 11:25:13 +10:00
Vladyslav M
e6e58a2122 newsboat: 2.15 -> 2.16.1 2019-07-07 14:48:59 +02:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Daniel Schaefer
53506d9c15 pjsip: Fix compilation on aarch64 2019-07-06 05:01:43 +02:00
Daniel Schaefer
d4c661fb27 pjsip: 2.8 -> 2.9 2019-07-06 05:01:27 +02:00
Thomas Tuegel
56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Craig Hall
fdfc29d49e brave: Add libpulseaudio
Fixes #63966
2019-07-05 10:19:46 +01:00
worldofpeace
5e30ad610a
Merge pull request #63761 from contrun/patch-1
franz: use wrapGAppsHook
2019-07-04 06:20:13 -04:00
Robert Scott
44b450592c rdesktop: 1.8.3 -> 1.8.6
security release, fixing issue with as-yet-unassigned CVE. debian are using
DSA-4473-1/DLA-1837-1.

switching to github source because they don't seem to be keeping their
sourceforge tarballs up to date
2019-07-03 22:29:43 +01:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
R. RyanTM
32987d9014 teamspeak_server: 3.7.1 -> 3.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/teamspeak-server/versions
2019-07-03 09:31:53 +02:00
R. RyanTM
7024fc36f8 teamviewer: 14.2.8352 -> 14.3.4730
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/teamviewer/versions
2019-07-03 09:31:42 +02:00
Frederik Rietdijk
25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00