···910stdenv.mkDerivation rec {
11 pname = "signal-desktop";
12- version = "5.56.0"; # Please backport all updates to the stable channel.
13 # All releases have a limited lifetime and "expire" 90 days after the release.
14 # When releases "expire" the application becomes unusable until an update is
15 # applied. The expiration date for the current release can be extracted with:
···1920 src = fetchurl {
21 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
22- sha256 = "sha256-8z6FSeEEOrkNYWh9cS7c6GDAufBuiVmHmo7Ie6mueyI=";
23 };
2425 nativeBuildInputs = [
···910stdenv.mkDerivation rec {
11 pname = "signal-desktop";
12+ version = "5.57.0"; # Please backport all updates to the stable channel.
13 # All releases have a limited lifetime and "expire" 90 days after the release.
14 # When releases "expire" the application becomes unusable until an update is
15 # applied. The expiration date for the current release can be extracted with:
···1920 src = fetchurl {
21 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
22+ sha256 = "sha256-42xKqK/7V2GPHk/L396O7UoWn5vTyILVTbLa0Tf6NaY=";
23 };
2425 nativeBuildInputs = [