···58 });
59in stdenv.mkDerivation rec {
60 pname = "signal-desktop";
61- version = "5.21.0"; # Please backport all updates to the stable channel.
62 # All releases have a limited lifetime and "expire" 90 days after the release.
63 # When releases "expire" the application becomes unusable until an update is
64 # applied. The expiration date for the current release can be extracted with:
···6869 src = fetchurl {
70 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
71- sha256 = "19bp5gjf13n87cyicqaikmz3bdx6szazq1kbp4gkyhq0mw7nah7c";
72 };
7374 nativeBuildInputs = [
···58 });
59in stdenv.mkDerivation rec {
60 pname = "signal-desktop";
61+ version = "5.22.0"; # Please backport all updates to the stable channel.
62 # All releases have a limited lifetime and "expire" 90 days after the release.
63 # When releases "expire" the application becomes unusable until an update is
64 # applied. The expiration date for the current release can be extracted with:
···6869 src = fetchurl {
70 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
71+ sha256 = "1y88qw57wk187fjb05zqvagv4pamc8171xwvznqb2k0vclsg82j8";
72 };
7374 nativeBuildInputs = [