Merge pull request #199402 from kilianar/signal-desktop-5.63.0

signal-desktop: 5.62.0 -> 5.63.0

authored by Bobby Rong and committed by GitHub 39cc2744 bb5a69de

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "signal-desktop"; 12 - version = "5.62.0"; # Please backport all updates to the stable channel. 12 + version = "5.63.0"; # Please backport all updates to the stable channel. 13 13 # All releases have a limited lifetime and "expire" 90 days after the release. 14 14 # When releases "expire" the application becomes unusable until an update is 15 15 # applied. The expiration date for the current release can be extracted with: ··· 19 19 20 20 src = fetchurl { 21 21 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 22 - sha256 = "sha256-ehRwGZM4lj+pgxUnBlBfcYt2JypuZ5PX3S5ymZriRWA="; 22 + sha256 = "sha256-f8gQUnmI/VU0FteoMVY0k0RK1R7Ho7JRx+WoMhKki4s="; 23 23 }; 24 24 25 25 nativeBuildInputs = [