···25 else "");
26in stdenv.mkDerivation rec {
27 pname = "signal-desktop";
28- version = "5.0.0"; # Please backport all updates to the stable channel.
29 # All releases have a limited lifetime and "expire" 90 days after the release.
30 # When releases "expire" the application becomes unusable until an update is
31 # applied. The expiration date for the current release can be extracted with:
···3536 src = fetchurl {
37 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
38- sha256 = "17hxg61m9kk1kph6ifqy6507kzx5hi6yafr2mj8n0a6c39vc8f9g";
39 };
4041 nativeBuildInputs = [
···79 pango
80 systemd
81 xorg.libxcb
082 ];
8384 runtimeDependencies = [
···25 else "");
26in stdenv.mkDerivation rec {
27 pname = "signal-desktop";
28+ version = "5.1.0"; # Please backport all updates to the stable channel.
29 # All releases have a limited lifetime and "expire" 90 days after the release.
30 # When releases "expire" the application becomes unusable until an update is
31 # applied. The expiration date for the current release can be extracted with:
···3536 src = fetchurl {
37 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
38+ sha256 = "1cirnnxy63jfkl98472k25bn1yp5apa7b5s74r42sxhlwzwkplw1";
39 };
4041 nativeBuildInputs = [
···79 pango
80 systemd
81 xorg.libxcb
82+ xorg.libxshmfence
83 ];
8485 runtimeDependencies = [