···58 });
59in stdenv.mkDerivation rec {
60 pname = "signal-desktop";
61- version = "5.23.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 = "0jan203zbrkb9scfdldwnvyvk4657a3pn0ws51xf53jhvvywhpg0";
72 };
7374 nativeBuildInputs = [
···58 });
59in stdenv.mkDerivation rec {
60 pname = "signal-desktop";
61+ version = "5.23.1"; # 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 = "0scbnkkbaqyqiz6bfvhdrc0yqnccjsf66iggjpa7kjyk3cy61s6c";
72 };
7374 nativeBuildInputs = [