···25 else "");
26in stdenv.mkDerivation rec {
27 pname = "signal-desktop";
28- version = "5.17.2"; # 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 = "1fmn2i6k3zh3d37234yxbawzf85fa66xybcli7xffli39czxbcj3";
39 };
4041 nativeBuildInputs = [
···25 else "");
26in stdenv.mkDerivation rec {
27 pname = "signal-desktop";
28+ version = "5.18.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 = "1pajv9f6xl06597322swkjzhfqvlfavsbhbn1xnvy4r28i84mp7d";
39 };
4041 nativeBuildInputs = [