about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/wire-desktop
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-12-23 12:06:12 +0100
committerFlorian Klink <flokli@flokli.de>2022-12-23 12:06:12 +0100
commite3587c4eb77a55fa68963425edf1c41e63210213 (patch)
tree390ad5d52e16fa21ce4be451a46c9b894636c515 /pkgs/applications/networking/instant-messengers/wire-desktop
parentc08bef1fc110f2e580056be45b99f1be76d740ca (diff)
wire-desktop: linux 3.29.3004 -> 3.30.3018
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/wire-desktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
index 6495f9930eff9..315b1d2c5dc3c 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -24,12 +24,12 @@ let
 
   version = {
     x86_64-darwin = "3.29.4490";
-    x86_64-linux = "3.29.3004";
+    x86_64-linux = "3.30.3018";
   }.${system} or throwSystem;
 
   sha256 = {
     x86_64-darwin = "0sz7zgs6gnb9naivdvkvpb1d6xhgh681h8qhgas18xnnp1kk60ad";
-    x86_64-linux = "02cv5xl0yswa23nl6a0yajyc4032wpfyih39vbfang9ig7mc71ai";
+    x86_64-linux = "sha256-46WjFA+E9M7RfTOM/Xoho+9ooToSgQiZaMlcZ3lJvBQ=";
   }.${system} or throwSystem;
 
   meta = with lib; {
@@ -65,7 +65,7 @@ let
 
     src = fetchurl {
       url = "https://wire-app.wire.com/linux/debian/pool/main/"
-      + "Wire-${version}_amd64.deb";
+        + "Wire-${version}_amd64.deb";
       inherit sha256;
     };