Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #68177 from primeos/signal-desktop-backport
Browse files Browse the repository at this point in the history
[19.03] signal-desktop: 1.26.2 -> 1.27.1 (backport)
  • Loading branch information
primeos committed Sep 6, 2019
2 parents 609fe21 + bfbd6ce commit ff05bc4
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@
, gnome2, gtk3, atk, at-spi2-atk, cairo, pango, gdk_pixbuf, glib, freetype, fontconfig
, dbus, libX11, xorg, libXi, libXcursor, libXdamage, libXrandr, libXcomposite
, libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nss, nspr, alsaLib
, cups, expat, udev, libnotify, libuuid
, cups, expat, udev, libnotify, libuuid, at-spi2-core
# Unfortunately this also overwrites the UI language (not just the spell
# checking language!):
, hunspellDicts, spellcheckerLanguage ? null # E.g. "de_DE"
Expand All @@ -25,6 +25,7 @@ let
alsaLib
atk
at-spi2-atk
at-spi2-core
cairo
cups
dbus
Expand Down Expand Up @@ -57,11 +58,11 @@ let

in stdenv.mkDerivation rec {
name = "signal-desktop-${version}";
version = "1.26.2";
version = "1.27.1";

src = fetchurl {
url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
sha256 = "08qx7k82x6ybqi3lln6ixzmdz4sr8yz8vfx0y408b85wjfc7ncjk";
sha256 = "16fg60c5r7zcjs8ya6jk33l5kz8m21y9a1si3i0a2dvyaclz4a3q";
};

phases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit ff05bc4

Please sign in to comment.