wire-desktop: 3.6.2885 -> 3.7.2891
Wire uses Electron 4.08 and support for i686-linux has been dropped in 4.0 [0] Release Notes: https://medium.com/wire-news/linux-3-7-2891-edc6f663c0b2 Changelog: https://github.com/wireapp/wire-desktop/compare/linux/3.6.2885...linux/3.7.2891 [0]: https://electronjs.org/blog/linux-32bit-support
This commit is contained in:
parent
3e88dfd47f
commit
23568a1ed3
@ -4,7 +4,9 @@
|
|||||||
, libXrender, libXtst, libXScrnSaver, nss, nspr, alsaLib, cups, expat, udev
|
, libXrender, libXtst, libXScrnSaver, nss, nspr, alsaLib, cups, expat, udev
|
||||||
, xdg_utils, hunspell, pulseaudio, pciutils, at-spi2-atk
|
, xdg_utils, hunspell, pulseaudio, pciutils, at-spi2-atk
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
rpath = stdenv.lib.makeLibraryPath [
|
rpath = stdenv.lib.makeLibraryPath [
|
||||||
alsaLib
|
alsaLib
|
||||||
atk
|
atk
|
||||||
@ -43,25 +45,15 @@ let
|
|||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
];
|
];
|
||||||
|
|
||||||
version = "3.6.2885";
|
|
||||||
|
|
||||||
plat = {
|
|
||||||
"i686-linux" = "i386";
|
|
||||||
"x86_64-linux" = "amd64";
|
|
||||||
}.${stdenv.hostPlatform.system};
|
|
||||||
|
|
||||||
sha256 = {
|
|
||||||
"i686-linux" = "1lj2gjv69z94dj7b4zjhls420fs5zzxkdlwv25p2gp4lkv0v6l98";
|
|
||||||
"x86_64-linux" = "1dl88fpy8v3aprzdp1nnwg08sy7yiljqjnpnl3rw0h5nix6xmv9v";
|
|
||||||
}.${stdenv.hostPlatform.system};
|
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wire-desktop-${version}";
|
pname = "wire-desktop";
|
||||||
|
version = "3.7.2891";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://wire-app.wire.com/linux/debian/pool/main/Wire-${version}_${plat}.deb";
|
url = "https://wire-app.wire.com/linux/debian/pool/main/Wire-${version}_amd64.deb";
|
||||||
inherit sha256;
|
sha256 = "0x4nx1rpr9wai0h3n14h1r0f0lj5m29a3pkx1w6mfz5la74iczqc";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
@ -106,6 +98,6 @@ in
|
|||||||
homepage = https://wire.com/;
|
homepage = https://wire.com/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ worldofpeace ];
|
maintainers = with maintainers; [ worldofpeace ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user