about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/threema-desktop
diff options
context:
space:
mode:
authorbinsky <timo@binsky.org>2022-10-23 15:19:53 +0200
committerbinsky <timo@binsky.org>2022-10-23 15:19:53 +0200
commit1447e791a0b8a038895e299e199be978b022f8f2 (patch)
tree0cb1c02ee62f5df42b8e1b3a67bacdfd1d166048 /pkgs/applications/networking/instant-messengers/threema-desktop
parent7b5702cb2103f13affabe19376879563d93f0c87 (diff)
threema-desktop: 1.2.13 -> 1.2.21
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/threema-desktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/threema-desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix b/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix
index 852abe8e6dc45..6a21fe8a9ef01 100644
--- a/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/threema-desktop/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "threema-desktop";
-  version = "1.2.13";
+  version = "1.2.21";
 
   src = fetchurl {
     # As Threema only offers a Latest Release url, the plan is to upload each
     # new release url to web.archive.org until their Github releases page gets populated.
-    url = "https://web.archive.org/web/20220621152620id_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
-    sha256 = "sha256-X16GMxUIKUloj0FxhzWQKUBf4zwfSBVg0cwLgGxHPHE=";
+    url = "https://web.archive.org/web/20220915175906if_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
+    sha256 = "0icxn5whsvwmdmfbkfk4xnl3dn4iif5s5yw5hsimmyx066fq0qhb";
   };
 
   nativeBuildInputs = [