Skip to content

Commit

Permalink
Merge pull request #77849 from primeos/signal-desktop-backport
Browse files Browse the repository at this point in the history
[19.09] signal-desktop: 1.29.4 -> 1.29.5 (backport)
  • Loading branch information
primeos committed Jan 17, 2020
2 parents e2b3f8b + fdf7e83 commit d7292e7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -58,7 +58,7 @@ let

in stdenv.mkDerivation rec {
pname = "signal-desktop";
version = "1.29.4"; # Please backport all updates to the stable channel.
version = "1.29.5"; # 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:
Expand All @@ -68,7 +68,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 = "1ik3fgzbjaii7a4kwkgym9yrifwnwpgnz1r05z7ljmb8bw7mksaf";
sha256 = "1i0kgigvjrv64za8g7jnlr7fpbccq7ri1rzjcbc4sd16wi33vsdy";
};

phases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit d7292e7

Please sign in to comment.