about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/threema-desktop
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-06-21 17:48:41 +0200
committerkilianar <mail@kilianar.de>2022-06-21 17:48:41 +0200
commit464a8c94b18149c7a69b56fad1c63c2d19f3db9a (patch)
tree62cf9fb00e494f494961b009348d40571f3e57b4 /pkgs/applications/networking/instant-messengers/threema-desktop
parent8f1e2e36b38aa8cbf99e1b0bf6090608ec6009dc (diff)
threema-desktop: 1.2.0 -> 1.2.13
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 0951f1d3d8e7d..e9bc45b3a3f9e 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.0";
+  version = "1.2.13";
 
   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/20220408213031if_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
-    sha256 = "7c8e1e76ad82a0cf776eb8b0a683a41a00dc8752bb79a24b0ae9d795fdedcde6";
+    url = "https://web.archive.org/web/20220621152620id_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
+    sha256 = "sha256-X16GMxUIKUloj0FxhzWQKUBf4zwfSBVg0cwLgGxHPHE=";
   };
 
   nativeBuildInputs = [