Sandro
6e3870622d
Merge pull request #109608 from charvp/pr/gomuks-hardcoded-path
...
gomuks: patch out hardcoded path
2021-01-20 16:01:12 +01:00
Charlotte Van Petegem
8cc494b1bb
gomuks: replace tilpner with myself as maintainer
2021-01-20 15:17:10 +01:00
Charlotte Van Petegem
0915191925
gomuks: patch out hardcoded path
2021-01-20 15:17:10 +01:00
Sandro
e4d01e5fc9
Merge pull request #109020 from thiagokokada/move-rambox-to-appimage
...
rambox: migrate to use AppImage
2021-01-20 14:53:56 +01:00
Doron Behar
6d9570e9f1
zoom-us: Make update script get exact version
...
Their website has changed the format in which they display the version,
into something a bit more sophisticated.
2021-01-20 12:47:53 +02:00
Stefan Frijters
c946e9c8db
tangram: Use pkg-config instead of pkgconfig
2021-01-19 13:50:40 +01:00
Sandro
6270a8522f
Merge pull request #100912 from austinbutler/tangram
...
tangram: init at 1.3.1
2021-01-19 12:06:02 +01:00
Austin Butler
2b9ea67a5a
tangram: init at 1.3.1
2021-01-18 13:40:10 -08:00
Maximilian Bosch
b30904b3c4
element-desktop: 1.7.16 -> 1.7.17
...
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Maximilian Bosch
1f3f9053b9
element-web: 1.7.16 -> 1.7.17
...
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Jörg Thalheim
040d241522
Merge pull request #109602 from Mic92/zoom
...
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
2021-01-17 08:57:14 +00:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Jörg Thalheim
0c4d9566f1
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
...
Replacing zooms qt library has led to incompatibilities between
qt versions used in Nix and zoom. The new approach just sets
LD_LIBRARY_PATH. LD_LIBRARY_PATH is also used internally by zoom
for its own vendored library.
The package has been tested end-to-end in a meeting.
2021-01-17 06:52:09 +01:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Sandro
cad4d1cd38
Merge pull request #109379 from B4dM4n/salut-a-toi-eval-error
2021-01-14 17:59:25 +01:00
Fabian Möller
745ce45b28
salut_a_toi: fix evaluation error + stdenv.lib -> lib
2021-01-14 17:32:14 +01:00
devhell
63bb84bbe2
profanity: 0.9.5 -> 0.10.0
2021-01-14 15:08:47 +00:00
Michael Weiss
69dc4dc2c1
signal-desktop: 1.39.4 -> 1.39.5
2021-01-13 22:04:32 +01:00
TredwellGit
7016ae47d9
element-desktop: replace riot-desktop with element-desktop
...
https://element.io/previously-riot
2021-01-13 15:43:26 +00:00
TredwellGit
8fdbb53c35
element-desktop: replace electron_9 with electron
2021-01-13 15:14:22 +00:00
Charlotte Van Petegem
da9395cf8f
gomuks: 0.2.1 -> 0.2.2
2021-01-13 10:52:50 +01:00
Thiago Kenji Okada
530f90d862
rambox: migrate to use AppImage
...
The motivation comes from PR #108787 : AppImage is the official and
using it should avoid some issues.
Also, migrating both packages (instead of only rambox-pro like #108787 )
can make maintaining both packages better. There is now a `mkRambox`
function that abstract most of the build process.
2021-01-11 15:17:15 -03:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Anderson Torres
3af29086c5
Merge pull request #106826 from liff/teams/v30857
...
teams: 1.3.00.25560 -> 1.3.00.30857
2020-12-31 09:42:25 -03:00
Michael Lingelbach
ba3532f4cd
neochat: add mjlbach as a maintainer
2020-12-29 15:02:04 -08:00
Peter Hoeg
920a721ebd
quaternion: 0.0.9.4e -> 0.0.9.5-beta2
2020-12-30 06:51:27 +08:00
Peter Hoeg
b5aeba6202
neochat: fix version
2020-12-30 06:51:27 +08:00
Sandro
226c94c73b
Merge pull request #107799 from schmittlauch/linphonebump-master
2020-12-28 21:10:01 +01:00
Trolli Schmittlauch
bf2a93e507
linphone: 4.2.4 -> 4.2.5
...
fixes a crash on incoming calls
part of updating linphone and its major dependencies
2020-12-28 17:33:54 +01:00
Sandro
3f8706620d
Merge pull request #107761 from eliasp/skypeforlinux-exec-path
...
skypeforlinux: fix Exec paths in further desktop files
2020-12-28 16:53:52 +01:00
Kamus Hadenes
950c5e1879
Rambox Pro 1.3.2 > 1.4.1 ( #104997 )
2020-12-28 02:51:09 +01:00
Michael Lingelbach
3325053530
neochat: re-add kitemmodels and qtgraphicaleffects to build inputs for non-nixos systems
2020-12-28 09:18:13 +08:00
Peter Hoeg
83cbd45c1e
neochat: clean up
2020-12-28 06:36:58 +08:00
Peter Hoeg
df6ecfc46e
spectral: drop it in favour of neochat
2020-12-28 06:36:58 +08:00
Elias Probst
71f210137e
skypeforlinux: fix Exec paths in further desktop files
...
The `Exec=` paths in `share/applications/skypeforlinux-share.desktop`
and `share/kservices5/ServiceMenus/skypeforlinux.desktop` still pointed
to `/usr/bin/skypeforlinux`.
Apply `substituteInPlace` on them as well.
2020-12-27 22:54:43 +01:00
Michael Lingelbach
a893f7ba5f
neochat: init at 1.0
2020-12-24 00:09:44 -08:00
Michael Weiss
2688e2d3fe
tdesktop: 2.5.0 -> 2.5.1
2020-12-23 15:53:27 +01:00
Michael Weiss
019eb959e3
tdesktop: 2.4.7 -> 2.5.0
...
TODO: Add a "dev" output for tdesktop.tg_owt (now built as a shared
library).
2020-12-23 15:01:42 +01:00
Maximilian Bosch
b9dabe736a
element-desktop: 1.7.15 -> 1.7.16
...
https://github.com/vector-im/element-web/releases/tag/v1.7.16
2020-12-22 09:51:09 +01:00
Maximilian Bosch
bbceaa8cfd
element-web: 1.7.15 -> 1.7.16
...
https://github.com/vector-im/element-web/releases/tag/v1.7.16
2020-12-22 09:51:09 +01:00
vojta001
fbefb7e7a1
mirage: 0.5.2 -> 0.6.4 ( #99121 )
...
* mirage: 0.5.2 -> 0.6.4
* mirage: Use qtquickcompiler to prevent QML cache problems
* mirage: Mark it as broken on Darwin
* mirage: refactor
2020-12-20 19:21:32 +00:00
Robert T. McGibbon
3c6445b97e
bluejeans: 2.17.0 -> 2.19.0
2020-12-19 19:28:50 -05:00
Tim Steinbach
4ea57b08ae
Merge pull request #107121 from SFrijters/hipchat
...
hipchat: Fix source url
2020-12-18 10:07:20 -05:00
Stefan Frijters
1013dac804
hipchat: Fix source url
2020-12-17 23:55:55 +01:00
Michael Weiss
f0c5e161e0
signal-desktop: 1.39.3 -> 1.39.4
2020-12-17 19:26:04 +01:00
Michael Weiss
552e036e20
signal-desktop: 1.39.2 -> 1.39.3
2020-12-17 11:42:25 +01:00
Olli Helenius
d450e12bfa
teams: 1.3.00.25560 -> 1.3.00.30857
2020-12-13 15:38:07 +02:00
Sylvain Fankhauser
3043fe5b84
element-desktop: associate with element:// links ( #106750 )
2020-12-12 21:02:59 +01:00
Michael Weiss
c8dd31a60b
signal-desktop: 1.38.2 -> 1.39.2
2020-12-11 10:47:07 +01:00
Jörg Thalheim
a1cacefde5
Merge pull request #106480 from SCOTT-HAMILTON/spdlog
2020-12-11 07:45:06 +00:00
SCOTT-HAMILTON
ddf90cb942
spdlog: use nixpkgs' fmt instead of bundled one
2020-12-10 10:47:00 +01:00
Sandro Jäckel
b224b4db27
qtox: Fix compilation on darwin, remove parallelBuilds, cleanups
2020-12-09 20:10:52 +01:00
Maximilian Bosch
ace2457eaf
Merge pull request #106436 from Ma27/matrix-updates
...
matrix-synapse: 1.23.0 -> 1.24.0, element-*: 1.7.14 -> 1.7.15
2020-12-09 19:13:09 +01:00
Maximilian Bosch
0d5608d9b5
element-web: 1.7.14 -> 1.7.15
...
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.15
Also had to replace `riot` with `element` in the download URL now as the
artifacts were renamed in this release.
2020-12-09 12:27:03 +01:00
Maximilian Bosch
db6c4b1bec
element-desktop: 1.7.14 -> 1.7.15
...
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.15
2020-12-09 12:26:31 +01:00
freezeboy
5bdcc31616
amsn: remove application
2020-12-09 11:04:14 +01:00
Gabriel Ebner
a30310415c
linphone: unstable-2020-03-06 -> 4.2.4
2020-12-07 19:43:57 +01:00
R. RyanTM
9b3e35f267
toxic: 0.9.1 -> 0.10.0
2020-12-05 10:11:35 +01:00
ldesgoui
247e919436
discord: 0.0.12 -> 0.0.13
2020-12-04 21:17:04 -08:00
Sandro
1176af94d3
Merge pull request #105719 from andersk/zulip
...
zulip: 5.4.3 → 5.5.0
2020-12-02 21:15:30 +01:00
Anders Kaseorg
bfabe2a17a
zulip: 5.4.3 → 5.5.0
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-12-02 10:37:54 -08:00
R. RyanTM
c653cb76f3
toxic: 0.9.0 -> 0.9.1
2020-12-01 11:25:34 +00:00
Mario Rodas
d95f32b495
Merge pull request #103931 from r-ryantm/auto-update/toxic
...
toxic: 0.8.4 -> 0.9.0
2020-11-28 16:38:59 -05:00
Guillaume Girol
747f3a1acf
Merge pull request #102278 from symphorien/pan4
...
pantalaimon, matrix-nio: update
2020-11-28 20:28:22 +00:00
Sandro
f9fe9f8205
Merge pull request #105227 from Gerschtli/update/ts3
...
teamspeak_server: 3.12.1 -> 3.13.2
2020-11-28 18:22:37 +01:00
Tobias Happ
cfb3640395
teamspeak_server: 3.12.1 -> 3.13.2
2020-11-28 13:42:35 +01:00
Sandro
4c123fce1d
Merge pull request #99195 from berbiche/fix-fractal
...
fractal: mark broken on Darwin
2020-11-27 20:07:48 +01:00
R. RyanTM
09a0f4ca31
discord-ptb: 0.0.22 -> 0.0.23
2020-11-27 17:46:28 +00:00
Sandro
75b469241b
Merge pull request #96292 from GrafBlutwurst/update-gitter
2020-11-27 11:18:17 +01:00
Graf_Blutwurst
00afc85506
gitter: 4.1.0 -> 5.0.1
...
Just an update to the underlying package version.
2020-11-27 11:07:43 +01:00
Sandro
a55efbe101
Merge pull request #105070 from r-ryantm/auto-update/signal-cli
...
signal-cli: 0.6.11 -> 0.6.12
2020-11-26 23:36:31 +01:00
R. RyanTM
8c08d2cc13
signal-cli: 0.6.11 -> 0.6.12
2020-11-26 20:15:46 +00:00
Sandro
5cdabcc0ee
Merge pull request #105059 from r-ryantm/auto-update/qtox
...
qtox: 1.17.2 -> 1.17.3
2020-11-26 20:31:29 +01:00
R. RyanTM
8f72150d9d
qtox: 1.17.2 -> 1.17.3
2020-11-26 18:24:29 +00:00
Sandro
dd26967410
Merge pull request #104953 from r-ryantm/auto-update/cordless
...
cordless: 2020-10-24 -> 2020-11-22
2020-11-26 03:41:50 +01:00
R. RyanTM
8a3889e129
cordless: 2020-10-24 -> 2020-11-22
2020-11-26 00:54:30 +00:00
Sandro
5b71713b87
Merge pull request #103084 from lukegb/ts3client
...
teamspeak_client: 3.5.3 -> 3.5.6
2020-11-26 01:20:56 +01:00
Luke Granger-Brown
ebeaae1454
teamspeak_client: 3.5.3 -> 3.5.6
2020-11-25 17:52:06 +00:00
Sandro
71082c2d62
Merge pull request #104880 from sevenfourk/patch-5
...
viber: 7.0.0.1035 -> 13.3.1.22
2020-11-25 14:43:42 +01:00
Sandro
960ee2bf68
Merge pull request #104046 from davidtwco/franz-5.6.1
...
franz: 5.5.0 -> 5.6.1
2020-11-25 12:24:53 +01:00
sevenfourk
0dbd4c98a9
viber: 7.0.0.1035 -> 13.3.1.22
2020-11-25 13:15:21 +02:00
Graham Christensen
d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
...
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Michael Weiss
db43258354
signal-desktop: 1.38.1 -> 1.38.2
2020-11-24 19:38:46 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Maximilian Bosch
22acd9d236
element-desktop: 1.7.13 -> 1.7.14
...
https://github.com/vector-im/element-desktop/releases/tag/v1.7.14
2020-11-23 21:48:54 +01:00
Maximilian Bosch
b741501c31
element-web: 1.7.13 -> 1.7.14
...
https://github.com/vector-im/element-web/releases/tag/v1.7.14
2020-11-23 21:48:54 +01:00
Sandro
6a4d317247
Merge pull request #104055 from meutraa/update/mm
2020-11-23 20:42:55 +01:00
Michael Raskin
5edcf11a0c
Merge pull request #104425 from MetaDark/ccache
...
ccache: 3.7.12 -> 4.0
2020-11-22 16:30:57 +00:00
Kira Bruneau
11e1f2ee79
baresip: removed ccache
...
ccache build is disabled with CCACHE_DISABLE=1, so it's unnecessary
2020-11-21 22:21:43 -05:00
Doron Behar
7bea3c7976
Merge pull request #103485 from gnidorah/zoom-us
...
zoom-us: support alsa
2020-11-21 10:17:50 +02:00
freezeboy
8296881706
psi-plus: migrate to Qt5.15
...
remove useless wrapQtAppsHook and stdenv
2020-11-20 22:24:21 +01:00
freezeboy
97b51ad5a9
psi: 1.4 -> 1.5
...
remove useless wrapQtAppsHook and stdenv
2020-11-20 22:24:20 +01:00
Andreas Wiese
fe4cc65814
matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14
...
Update, also change from
pname = "package-unstable";
version = "YYYY-MM-DD";
to
pname = "package";
version = "unstable-YYYY-MM-DD";
This allows $pname as $repo in fetchFromGitHub and also seems to be the
more common way in nixpkgs.
2020-11-19 00:46:32 +01:00
Jan Tojnar
9635686059
Merge pull request #104074 from jtojnar/more-gnome-updates
2020-11-18 13:05:22 +01:00
Michael Weiss
5545c83c17
signal-desktop: 1.37.3 -> 1.38.1
2020-11-17 22:30:16 +01:00
Jan Tojnar
3a70793904
telepathy-mission-control: 5.16.5 → 5.16.6
...
just includes a fix we were already cherry-picking:
67df52b68b
2020-11-17 18:14:13 +01:00
meutraa
d39e238ff4
mm: add self as maintainer
2020-11-17 14:59:24 +00:00
meutraa
2f4fa8d755
mm: 2016.11.04 -> 2020.11.17
2020-11-17 14:37:23 +00:00
David Wood
d1fb8eaeb1
franz: 5.5.0 -> 5.6.1
2020-11-17 12:05:15 +00:00
JesusMtnez
1a6c252dcb
slack: 4.10.3 -> 4.11.1
2020-11-16 23:12:03 +01:00
R. RyanTM
f25912ac1e
toxic: 0.8.4 -> 0.9.0
2020-11-15 19:46:13 +00:00
Ryan Mulligan
b369d059b3
Merge pull request #103671 from r-ryantm/auto-update/discord-canary
...
discord-canary: 0.0.114 -> 0.0.115
2020-11-15 05:43:33 -08:00
R. RyanTM
e5d4ce724a
discord-canary: 0.0.114 -> 0.0.115
2020-11-13 08:36:54 +00:00
Mario Rodas
be796f804c
Merge pull request #103574 from r-ryantm/auto-update/toxic
...
toxic: 0.8.3 -> 0.8.4
2020-11-12 20:44:21 -05:00
Milan Pässler
e19567abb9
dino: 0.1.0 -> 0.2.0
2020-11-12 19:46:00 +01:00
R. RyanTM
457d3469ee
signal-cli: 0.6.10 -> 0.6.11
2020-11-12 12:55:18 +01:00
R. RyanTM
5b1105bd46
toxic: 0.8.3 -> 0.8.4
2020-11-12 08:53:26 +00:00
gnidorah
d3521527b4
zoom-us: support alsa
2020-11-12 04:10:14 +03:00
Frederik Rietdijk
379aaa1e0c
Merge master into staging-next
2020-11-10 10:11:08 +01:00
Maximilian Bosch
ad63addc5e
element-desktop: 1.7.12 -> 1.7.13
...
https://github.com/vector-im/element-desktop/releases/tag/v1.7.13
2020-11-09 17:56:21 +01:00
Maximilian Bosch
feb893a6f8
element-web: 1.7.12 -> 1.7.13
...
https://github.com/vector-im/element-web/releases/tag/v1.7.13
2020-11-09 17:56:06 +01:00
Frederik Rietdijk
20f001c01e
Merge master into staging-next
2020-11-09 14:33:52 +01:00
Daniël de Kok
fc680fea0a
Merge pull request #103022 from lsix/skype-8.66.0.74
...
skypeforlinux: 8.65.0.78 -> 8.66.0.74
2020-11-07 20:38:21 +01:00
Florian Klink
42e6157599
Merge pull request #102157 from toonn/wire-desktop-bump
...
wire-desktop: linux 3.20.2934 -> 3.21.2936, mac 3.20.3912 -> 3.21.3959
2020-11-06 16:28:26 +01:00
Lancelot SIX
c100f8851b
skypeforlinux: 8.65.0.78 -> 8.66.0.74
2020-11-06 15:08:11 +00:00
Frederik Rietdijk
99fb79ae84
Merge master into staging-next
2020-11-06 12:51:56 +01:00
Michael Weiss
eee7e054a5
tdesktop: 2.4.6 -> 2.4.7
2020-11-05 20:37:05 +01:00
Klemens Nanni
5e12d4b409
teams: Do $PATH lookup in teams.desktop instead of hardcoding derivation
...
See db236e588d
"steam: Do $PATH lookup in steam.desktop [...]".
tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.
I verified that there are no other (executable) paths in the .desktop
file and therefore went for this minimal diff.
2020-11-05 11:41:53 +01:00
Doron Behar
ce08cf0a29
Merge pull request #102694 from samuela/samuela/update-slack
2020-11-05 12:16:15 +02:00
Jan Tojnar
a821be7531
Merge branch 'master' into staging-next
2020-11-05 09:42:47 +01:00
Samuel Ainsworth
3037318511
slack: add passthru.updateScript
2020-11-04 16:12:36 -08:00
Michael Weiss
013dc4c263
signal-desktop: 1.37.2 -> 1.37.3
2020-11-04 12:39:11 +01:00
Frederik Rietdijk
10c57af49c
Merge staging-next into staging
2020-11-04 09:28:07 +01:00
Samuel Ainsworth
f0fc6961fd
slack: add auto-updater script
2020-11-03 18:38:44 -08:00
Samuel Ainsworth
04990cdb85
slack: refactor to be amenable to auto-updates
2020-11-03 18:38:30 -08:00
R. RyanTM
d6745c7751
mcabber: 1.1.0 -> 1.1.2
2020-11-03 09:17:09 -08:00
Frederik Rietdijk
470f05cb5d
Merge staging-next into staging
2020-11-03 12:06:41 +01:00
Mario Rodas
da3bd88a6e
Merge pull request #102033 from r-ryantm/auto-update/cordless
...
cordless: 2020-08-30 -> 2020-10-24
2020-11-02 18:14:20 -05:00
Michael Weiss
844665bdf3
tdesktop: 2.4.5 -> 2.4.6
2020-11-02 19:56:10 +01:00
Pavol Rusnak
2c931312ce
treewide: simplify rev/repo arguments in src
...
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Frederik Rietdijk
83dde6c52c
Merge staging-next into staging
2020-11-01 10:11:12 +01:00
Michael Weiss
680d320123
tdesktop: 2.4.4 -> 2.4.5
2020-10-31 14:24:49 +01:00
Symphorien Gibol
7e698fb8fe
pantalaimon: 0.7.0 -> 0.8.0
...
https://github.com/matrix-org/pantalaimon/blob/0.8.0/CHANGELOG.md
2020-10-31 12:00:00 +00:00
Marek Mahut
7bea6f9b91
Merge pull request #99929 from JesusMtnez/slack
...
slack: 4.9.0 -> 4.10.3
2020-10-31 10:14:02 +00:00
ajs124
a5bce15b5d
skype_call_recorder: drop
...
hasn't worked since 2017: https://atdot.ch/scr/2017/06/important-information-regarding-skype-version-5/
the version packaged here is also from 2008, as far as I can tell
the last upstream release was 2016
2020-10-31 00:42:36 +01:00
Ash
525e15efae
gajim: strictDeps = false ( #102141 )
...
* gajim: strictDeps = false
Without this it doesn't find GSettings schemas, which causes it to crash when (for example) you try to change your avatar.
2020-10-30 12:04:28 +00:00
toonn
e6a44b2fc4
wire-desktop: mac 3.20.3912 -> 3.21.3959
2020-10-30 08:54:19 +01:00
toonn
fa20999c64
wire-desktop: linux 3.20.2934 -> 3.21.2936
2020-10-30 08:52:57 +01:00
Jon Roberts
ca6dc68153
zoom-us: 5.3.469451.0927 -> 5.4.53350.1027
2020-10-29 13:13:09 -05:00
Niklas Hambüchen
e5b345c09d
Merge pull request #99345 from nh2/gstreamer-1.18.0
...
gstreamer: 1.16.2 -> 1.18.0
2020-10-29 14:04:16 +01:00
R. RyanTM
e369c0c030
cordless: 2020-08-30 -> 2020-10-24
2020-10-29 11:54:51 +00:00
Robert T. McGibbon
0dc7ad6f1f
bluejeans: 2.4.0 -> 2.17.0.11 ( #101973 )
2020-10-28 17:37:39 -04:00
Maximilian Bosch
9d5c765e33
element-desktop: 1.7.10 -> 1.7.12
...
https://github.com/vector-im/element-desktop/releases/tag/v1.7.11
https://github.com/vector-im/element-desktop/releases/tag/v1.7.12
2020-10-28 21:48:50 +01:00
Maximilian Bosch
135f6b62dd
element-web: 1.7.10 -> 1.7.12
...
https://github.com/vector-im/element-web/releases/tag/v1.7.11
https://github.com/vector-im/element-web/releases/tag/v1.7.12
2020-10-28 21:48:50 +01:00
Vladimír Čunát
0b32140b34
Merge branch 'staging-next' into staging
2020-10-28 18:48:56 +01:00
Frederik Rietdijk
1489c07cb7
teams: work around screen sharing bug
2020-10-28 09:39:16 +01:00
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
...
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05
& eba8f542
.
2020-10-28 03:03:27 +01:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00