Merge pull request #180610 from equirosa/signal-desktop

signal-desktop: 5.48.0 -> 5.49.0

authored by Sandro and committed by GitHub 17bddec8 49d87bd3

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
··· 9 10 stdenv.mkDerivation rec { 11 pname = "signal-desktop"; 12 - version = "5.48.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: ··· 19 20 src = fetchurl { 21 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 22 - sha256 = "sha256-SJ3wO3lDEDyKuNuT8sadLfd3AcxB+DR2J5yKlkBUv24="; 23 }; 24 25 nativeBuildInputs = [
··· 9 10 stdenv.mkDerivation rec { 11 pname = "signal-desktop"; 12 + version = "5.49.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: ··· 19 20 src = fetchurl { 21 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 22 + sha256 = "sha256-rrDUaFcqslSuJwTYx1exEfvuHKKnPZKh+RYerOcKGG0="; 23 }; 24 25 nativeBuildInputs = [