about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/wire-desktop
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2023-10-09 15:32:04 +0200
committertoonn <toonn@toonn.io>2023-10-09 15:32:04 +0200
commitb95655aa89d48eead61306ee09a4ca402c4caa16 (patch)
treedf8f97cd3be2e80ab238852344e3343d7420546a /pkgs/applications/networking/instant-messengers/wire-desktop
parent0e8352388dc039d32076c7056854d54573bffb6b (diff)
wire-desktop: linux 3.31.3060 -> 3.32.3079
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/wire-desktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
index 2d14568424561..35b9187b87180 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -27,12 +27,12 @@ let
 
   version = {
     x86_64-darwin = "3.31.4556";
-    x86_64-linux = "3.31.3060";
+    x86_64-linux = "3.32.3079";
   }.${system} or throwSystem;
 
   hash = {
     x86_64-darwin = "sha256-qRRdt/TvSvQ3RiO/I36HT+C88+ev3gFcj+JaEG38BfU=";
-    x86_64-linux = "sha256-9LdTsBOE1IJH0OM+Ag7GJADsFRgYMjbPXBH6roY7Msg=";
+    x86_64-linux = "sha256-+4aRis141ctI50BtBwipoVtPoMGRs82ENqZ+y2ZlL58=";
   }.${system} or throwSystem;
 
   meta = with lib; {