Stefan Frijters
cb60007f06
maestral-gui: 1.4.2 -> 1.4.3
2021-03-16 14:30:53 +08:00
Mario Rodas
269236f5f8
Merge pull request #116317 from mohe2015/mumble
...
grpc: fix build input propagation
2021-03-15 20:58:10 -05:00
Hedtke, Moritz
cf6f9748b7
grpc: fix build input propagation
2021-03-15 23:56:19 +01:00
Michael Weiss
2926759b15
Merge pull request #116309 from primeos/ungoogled-chromium
...
ungoogled-chromium: 89.0.4389.82 -> 89.0.4389.90
2021-03-15 22:06:10 +01:00
Jörg Thalheim
dc4f0a1721
Merge pull request #116355 from Yarny0/zoom-qt
2021-03-15 18:44:20 +00:00
Jörg Thalheim
776f482e02
zoom-us: remove qttools
...
this is a left-over when we used nixpkgs's qt instead of the bundled version
2021-03-15 19:41:57 +01:00
06kellyjac
6489ee9262
terragrunt: 0.28.11 -> 0.28.12
2021-03-15 15:48:04 +00:00
Sandro
ba5d0fcf89
Merge pull request #116130 from r-ryantm/auto-update/brave
...
brave: 1.21.74 -> 1.21.76
2021-03-15 15:34:36 +01:00
Michael Weiss
fe3c3a2641
Merge pull request #116218 from primeos/chromium-drop-enableVaapi
...
chromium: Remove the enableVaapi flag/option
2021-03-15 12:14:23 +01:00
Olli Helenius
baae14e981
teams: 1.3.00.30857 -> 1.4.00.4855
2021-03-15 02:18:37 -04:00
WORLDofPEACE
0080cc56d0
Merge pull request #116324 from jtojnar/modernize-fractal
...
Port meson projects away from buildRustPackage
2021-03-15 01:42:34 -04:00
Yarny0
b747aa0f9f
zoom-us: unset Qt env variables to fix dialog boxes
...
Zoom wouldn't show the "Participants"
dialog box when used in a plasma environment;
precisely, the dialog box failed to show its content.
The problem doesn't exist in other
environments like Gnome or Xfce.
Experiments have shown that clearing the environment variable
`QML2_IMPORT_PATH` before calling Zoom fixes the issue.
I suspect the reason to be as follows:
While the zoom build recipe is called with
`libsForQt5xx.callPackage`, putting `qttools.dev` in zoom's
`PATH` is the only connection to nixpkgs' Qt ecosystem.
Zoom brings its own Qt libraries.
Hence it seems to be a good idea to shield
zoom from access to nixpkgs' Qt files to avoid
problems from version mismatch or similar troubles.
So the commit at hand expands zoom's wrapper script
to clear the Qt-related enviornemt variables
`QML2_IMPORT_PATH` and `QT_PLUGIN_PATH`.
Original issue report, with some discussion:
https://github.com/NixOS/nixpkgs/issues/107495#issuecomment-764538071
2021-03-14 23:05:47 +01:00
R. RyanTM
bed8668136
kubecfg: 0.17.0 -> 0.18.0 ( #116150 )
2021-03-14 15:03:34 -04:00
Sandro
b6cd9ea18e
Merge pull request #116320 from MetaDark/newsflash
...
newsflash: 1.3.0 -> 1.4.0
2021-03-14 17:52:10 +01:00
Jan Tojnar
6f0dd4247b
fractal: port away from buildRustPackage
...
The new setup hooks compose better with Meson setup hooks.
Also correct license.
2021-03-14 17:46:32 +01:00
Martin Weinelt
a390e92928
firefox: 86.0 -> 86.0.1
2021-03-14 16:24:12 +01:00
Martin Weinelt
a613684873
firefox: 85.0.2 -> 86.0
2021-03-14 16:21:49 +01:00
Ryan Mulligan
33278e2b20
Merge pull request #116193 from r-ryantm/auto-update/seaweedfs
...
seaweedfs: 2.29 -> 2.31
2021-03-14 08:09:18 -07:00
Ryan Mulligan
7c2e71f82a
Merge pull request #115797 from r-ryantm/auto-update/argo
...
argo: 2.12.9 -> 2.12.10
2021-03-14 07:46:06 -07:00
Kira Bruneau
2cbd01d244
newsflash: 1.3.0 -> 1.4.0
2021-03-14 10:32:23 -04:00
Michael Weiss
bb52ac0cb0
ungoogled-chromium: 89.0.4389.82 -> 89.0.4389.90
2021-03-14 13:35:12 +01:00
Bernardo Meurer
dd58f3ad13
firefox-bin: add pciutils to libPath
2021-03-13 22:09:09 -08:00
Sandro
20fd56001a
Merge pull request #116248 from dotlambda/zulip-term-0.6.0
...
zulip-term: 0.5.2 -> 0.6.0
2021-03-13 23:09:20 +01:00
Robert Schütz
3f109f6f27
zulip-term: 0.5.2 -> 0.6.0
2021-03-13 22:39:07 +01:00
Michael Weiss
116d152c9e
Merge pull request #116176 from primeos/chromium
...
chromium: 89.0.4389.82 -> 89.0.4389.90
2021-03-13 21:11:00 +01:00
Mario Rodas
6dd70b5707
Merge pull request #116212 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.28.9 -> 0.28.11
2021-03-13 11:00:52 -05:00
Sandro
34405e2ca5
Merge pull request #116178 from logan12358/use-fetchFromSourcehut
...
aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut
2021-03-13 16:54:35 +01:00
Michael Weiss
14e11862ea
chromium: Remove the enableVaapi flag/option
...
Chromium is still compiled with use_vaapi=true but since M89 the
--enable-accelerated-video-decode was replaced with
--enable-features=VaapiVideoDecoder.
Instead of updating our wrapper it seems like a better idea to drop
enableVaapi entirely and let users use commandLineArgs or
chrome://flags/ to enable hardware accelerated video decoding.
2021-03-13 16:38:42 +01:00
R. RyanTM
e38bea2335
terragrunt: 0.28.9 -> 0.28.11
2021-03-13 15:19:17 +00:00
R. RyanTM
005fc54819
seaweedfs: 2.29 -> 2.31
2021-03-13 13:35:56 +00:00
Michael Weiss
c881760d41
Merge pull request #116007 from jflanglois/chrome-libva
...
google-chrome: add optional libva and vulkan support
2021-03-13 12:47:56 +01:00
Julien Langlois
2fad2f2d68
google-chrome: add vulkan support
2021-03-13 12:35:20 +01:00
Julien Langlois
ed0d586941
google-chrome: add libva support
...
Chrome cannot do hardware video acceleration without libva in its search
path. This just adds libva. Tested against a VP9 video looking at
chrome://media-internals and intel_gpu_top.
2021-03-13 12:35:18 +01:00
Logan Glasson
a0e35869a2
aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut
2021-03-14 00:34:30 +13:00
Michael Weiss
5f8b951139
chromium: 89.0.4389.82 -> 89.0.4389.90
...
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_12.html
This update includes 5 security fixes. Google is aware of reports that
an exploit for CVE-2021-21193 exists in the wild.
CVEs:
CVE-2021-21191 CVE-2021-21192 CVE-2021-21193 CVE-2021-21193
2021-03-13 12:14:37 +01:00
Michael Weiss
9fe8be6685
chromiumDev: 90.0.4430.19 -> 91.0.4442.4
2021-03-13 12:14:16 +01:00
Ryan Mulligan
7fcc4a8a84
Merge pull request #115990 from r-ryantm/auto-update/helm
...
kubernetes-helm: 3.5.2 -> 3.5.3
2021-03-12 20:05:12 -08:00
R. RyanTM
0755e16e30
brave: 1.21.74 -> 1.21.76
2021-03-13 02:34:54 +00:00
Jack Kelly
befb92ccf5
tektoncd-cli: 0.16.0 -> 0.17.0 ( #116036 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-13 01:01:09 +01:00
Milan Pässler
109a7fb875
jitsi-meet-electron: 2.4.2 -> 2.7.0
2021-03-12 11:32:19 +01:00
TredwellGit
f03cfcafbf
wireshark: 3.4.3 -> 3.4.4 ( #116018 )
...
https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html
2021-03-12 07:03:16 +01:00
Sandro
c5147860e2
Merge pull request #115937 from 06kellyjac/kube3d
...
kube3d: 4.2.0 -> 4.3.0
2021-03-12 02:45:11 +01:00
Sandro
cf4c29a9ec
Merge pull request #115955 from 06kellyjac/nerdctl
...
nerdctl: 0.7.0 -> 0.7.1
2021-03-11 23:36:15 +01:00
R. RyanTM
2d286fbf8c
signal-cli: 0.8.0 -> 0.8.1
2021-03-11 23:28:50 +01:00
Michael Weiss
381af7aa3f
chromiumBeta: 89.0.4389.72 -> 90.0.4430.19
2021-03-11 22:48:17 +01:00
R. RyanTM
956a64a0f7
kubernetes-helm: 3.5.2 -> 3.5.3
2021-03-11 21:38:49 +00:00
Sandro
148e686044
Merge pull request #115933 from 06kellyjac/terragrunt
...
terragrunt: 0.28.8 -> 0.28.9
2021-03-11 21:04:35 +01:00
Jan Tojnar
3d92c78160
Merge pull request #115620 from r-ryantm/auto-update/telepathy-glib
...
telepathy-glib: 0.24.1 -> 0.24.2
2021-03-11 19:35:34 +01:00
06kellyjac
9a4843c6e3
nerdctl: 0.7.0 -> 0.7.1
...
Extract bash completion
Move to using --version now it doesn't exit on containerd socket missing
2021-03-11 15:43:00 +00:00
Ryan Mulligan
23f345643e
Merge pull request #115872 from r-ryantm/auto-update/minikube
...
minikube: 1.18.0 -> 1.18.1
2021-03-11 07:16:36 -08:00