Merge pull request #138411 from primeos/signal-desktop

signal-desktop: 5.17.1 -> 5.17.2

authored by

Michael Weiss and committed by
GitHub
32058284 b098f6ff

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
··· 25 25 else ""); 26 26 in stdenv.mkDerivation rec { 27 27 pname = "signal-desktop"; 28 - version = "5.17.1"; # Please backport all updates to the stable channel. 28 + version = "5.17.2"; # Please backport all updates to the stable channel. 29 29 # All releases have a limited lifetime and "expire" 90 days after the release. 30 30 # When releases "expire" the application becomes unusable until an update is 31 31 # applied. The expiration date for the current release can be extracted with: ··· 35 35 36 36 src = fetchurl { 37 37 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 38 - sha256 = "sha256-gJ5jDMdEx2YSmPtNfv2gKKAgPfRJcb3Aabti/DgHaIU="; 38 + sha256 = "1fmn2i6k3zh3d37234yxbawzf85fa66xybcli7xffli39czxbcj3"; 39 39 }; 40 40 41 41 nativeBuildInputs = [