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-04-09 03:13:03 +0200
committerbinsky <timo@binsky.org>2022-04-09 03:13:03 +0200
commitec1fbd13615e0d0bde557961394285527a8b201a (patch)
tree2d2317d421d36a58155bd7ce7392f146dbd481df /pkgs/applications/networking/instant-messengers/threema-desktop
parentc52f8f2f5dd3f8641828edaefaab89a140e076d1 (diff)
threema-desktop: 1.0.3 -> 1.2.0
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 30bfde7a96f1c..0951f1d3d8e7d 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.0.3";
+  version = "1.2.0";
 
   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/20211027194646/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
-    sha256 = "sha256-qiFv52nnyfHxCWTePmyxW/MgzFy3EUxmW6n+UIkw7tk=";
+    url = "https://web.archive.org/web/20220408213031if_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
+    sha256 = "7c8e1e76ad82a0cf776eb8b0a683a41a00dc8752bb79a24b0ae9d795fdedcde6";
   };
 
   nativeBuildInputs = [