about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/threema-desktop
diff options
context:
space:
mode:
authorsaltrocks <123449653+saltrocks@users.noreply.github.com>2023-03-02 17:32:28 +0200
committersaltrocks <123449653+saltrocks@users.noreply.github.com>2023-03-02 17:32:28 +0200
commitb7a1990d56cbf51493fa181bc28af825fe8bb8aa (patch)
treecb0b3ac8a943a508a27ed9e9ee3ae694d8a4daa0 /pkgs/applications/networking/instant-messengers/threema-desktop
parentf84f78787490cb3a786bc869c6490699dff4c216 (diff)
threema-desktop: 1.2.21 -> 1.2.27
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 6a21fe8a9ef01..347fa9d2e61b5 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.21";
+  version = "1.2.27";
 
   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/20220915175906if_/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
-    sha256 = "0icxn5whsvwmdmfbkfk4xnl3dn4iif5s5yw5hsimmyx066fq0qhb";
+    url = "https://web.archive.org/web/20230302151220/https://releases.threema.ch/web-electron/v1/release/Threema-Latest.deb";
+    sha256 = "0jx271zwqja7i7qdvhiyq5m6g19a12falfvxbkxrw7ab3ycds2px";
   };
 
   nativeBuildInputs = [