signal-desktop: 5.11.0 -> 5.12.0

(cherry picked from commit f734643f0078b104eb3af9611eb0530a6fb503f3)
This commit is contained in:
Michael Weiss 2021-08-04 11:13:28 +02:00 committed by github-actions[bot]
parent ae42a59565
commit d10d928193
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ let
else "");
in stdenv.mkDerivation rec {
pname = "signal-desktop";
version = "5.11.0"; # Please backport all updates to the stable channel.
version = "5.12.0"; # Please backport all updates to the stable channel.
# All releases have a limited lifetime and "expire" 90 days after the release.
# When releases "expire" the application becomes unusable until an update is
# applied. The expiration date for the current release can be extracted with:
@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
src = fetchurl {
url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
sha256 = "17r7apmsz5bvcfnf81m6jjsj17a4h7bhgy1vllwyyvaa585nspmp";
sha256 = "0cvh70ijx61rq7qjzrmn85lhkm8vkcbxvgjvkpls21v3yl5anrjb";
};
nativeBuildInputs = [