mattermost-desktop: 4.1.1 -> 4.1.2 (#43117)
Also update some dependencies
This commit is contained in:
parent
42f1372c53
commit
06c6ff2465
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchurl, gnome2, atk, cairo, gdk_pixbuf, glib, freetype,
|
{ stdenv, lib, fetchurl, gnome3, gtk2, pango, atk, cairo, gdk_pixbuf, glib,
|
||||||
fontconfig, dbus, libX11, xorg, libXi, libXcursor, libXdamage, libXrandr,
|
freetype, fontconfig, dbus, libX11, xorg, libXi, libXcursor, libXdamage,
|
||||||
libXcomposite, libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nss,
|
libXrandr, libXcomposite, libXext, libXfixes, libXrender, libXtst,
|
||||||
nspr, alsaLib, cups, expat, udev }:
|
libXScrnSaver, nss, nspr, alsaLib, cups, expat, udev }:
|
||||||
let
|
let
|
||||||
rpath = lib.makeLibraryPath [
|
rpath = lib.makeLibraryPath [
|
||||||
alsaLib
|
alsaLib
|
||||||
@ -14,9 +14,9 @@ let
|
|||||||
freetype
|
freetype
|
||||||
gdk_pixbuf
|
gdk_pixbuf
|
||||||
glib
|
glib
|
||||||
gnome2.GConf
|
gnome3.gconf
|
||||||
gnome2.gtk
|
gtk2
|
||||||
gnome2.pango
|
pango
|
||||||
libX11
|
libX11
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
libXcomposite
|
libXcomposite
|
||||||
@ -38,18 +38,18 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mattermost-desktop-${version}";
|
name = "mattermost-desktop-${version}";
|
||||||
version = "4.1.1";
|
version = "4.1.2";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
if stdenv.system == "x86_64-linux" then
|
if stdenv.system == "x86_64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://releases.mattermost.com/desktop/${version}/${name}-linux-x64.tar.gz";
|
url = "https://releases.mattermost.com/desktop/${version}/${name}-linux-x64.tar.gz";
|
||||||
sha256 = "0kq89xylfv2rfmd4wj08d02gjzywlq1p8xmk313i58334xm7srja";
|
sha256 = "16dn6870bs1nfl2082ym9gwvmqb3i5sli48qprap80p7riph6k9s";
|
||||||
}
|
}
|
||||||
else if stdenv.system == "i686-linux" then
|
else if stdenv.system == "i686-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://releases.mattermost.com/desktop/${version}/${name}-linux-ia32.tar.gz";
|
url = "https://releases.mattermost.com/desktop/${version}/${name}-linux-ia32.tar.gz";
|
||||||
sha256 = "1jiknxpb44bhxrl0xa57kf3wxlzifbpnn3vblp8l4pr2wx146pzx";
|
sha256 = "145zb1l37fa2slfrrlprlwzcc5km3plxs374yhgix25mlg2afkqr";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw "Mattermost-Desktop is not currently supported on ${stdenv.system}";
|
throw "Mattermost-Desktop is not currently supported on ${stdenv.system}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user