summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2019-12-20 12:34:36 +0100
committerMichael Weiss <dev.primeos@gmail.com>2019-12-20 14:40:37 +0100
commit313eba4451cb8e75001213f7a4aabafd124b6396 (patch)
treebfc280836f3bf13bf800f91639ccdd1df83ac963 /pkgs/applications
parent2ea7b8175035b7af8548a029b1f1263519323098 (diff)
downloadnixpkgs-313eba4451cb8e75001213f7a4aabafd124b6396.tar
nixpkgs-313eba4451cb8e75001213f7a4aabafd124b6396.tar.gz
nixpkgs-313eba4451cb8e75001213f7a4aabafd124b6396.tar.bz2
nixpkgs-313eba4451cb8e75001213f7a4aabafd124b6396.tar.lz
nixpkgs-313eba4451cb8e75001213f7a4aabafd124b6396.tar.xz
nixpkgs-313eba4451cb8e75001213f7a4aabafd124b6396.tar.zst
nixpkgs-313eba4451cb8e75001213f7a4aabafd124b6396.zip
signal-desktop: 1.29.2 -> 1.29.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/signal-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
index 191e5d05d80..2e8581f4eae 100644
--- a/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
@@ -59,7 +59,7 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "signal-desktop";
-  version = "1.29.2"; # Please backport all updates to the stable channel.
+  version = "1.29.3"; # 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:
@@ -69,7 +69,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 = "1w35x0p3znylgr0vx72x3kdm3cyg0xymqy12q8bygvijd0h6182d";
+    sha256 = "1rkj6rwmwwvyd5041r96j1dxlfbmc6xsdrza43c0ykdrhfj73h11";
   };
 
   phases = [ "unpackPhase" "installPhase" ];