lol

Merge pull request #135910 from primeos/signal-desktop

signal-desktop: 5.14.0 -> 5.15.0

authored by

Michael Weiss and committed by
GitHub
21c937f8 1e2a7cf3

+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.14.0"; # Please backport all updates to the stable channel. 28 + version = "5.15.0"; # 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 = "0rb7ixha07v0l3bm9jbgnlf78l9hhjc9acyd1aji9l4fpq3azbq1"; 38 + sha256 = "0cbz2l31cg87n6qlbvwdjy92q9qgmmkrsvaj37cc34ajh7asd833"; 39 39 }; 40 40 41 41 nativeBuildInputs = [