···59596060in stdenv.mkDerivation rec {
6161 pname = "signal-desktop";
6262- version = "1.29.2"; # Please backport all updates to the stable channel.
6262+ version = "1.29.3"; # Please backport all updates to the stable channel.
6363 # All releases have a limited lifetime and "expire" 90 days after the release.
6464 # When releases "expire" the application becomes unusable until an update is
6565 # applied. The expiration date for the current release can be extracted with:
···69697070 src = fetchurl {
7171 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
7272- sha256 = "1w35x0p3znylgr0vx72x3kdm3cyg0xymqy12q8bygvijd0h6182d";
7272+ sha256 = "1rkj6rwmwwvyd5041r96j1dxlfbmc6xsdrza43c0ykdrhfj73h11";
7373 };
74747575 phases = [ "unpackPhase" "installPhase" ];