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-05-17 13:06:39 +0200
committertoonn <toonn@toonn.io>2023-05-17 13:06:39 +0200
commitfd9f2638aa1f3622f23ef42cbcdc08df41dce2ce (patch)
tree10f3f12d036108d22b4db6830c3a81dfb0070519 /pkgs/applications/networking/instant-messengers/wire-desktop
parent52600003a45bf6f4ef761e0310f7b0934e632b41 (diff)
wire-desktop: mac 3.30.4506 -> 3.31.4556
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 6c3882006eb5f..27a4a65605edf 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -23,12 +23,12 @@ let
   pname = "wire-desktop";
 
   version = {
-    x86_64-darwin = "3.30.4506";
+    x86_64-darwin = "3.31.4556";
     x86_64-linux = "3.31.3060";
   }.${system} or throwSystem;
 
   hash = {
-    x86_64-darwin = "sha256-+htDeNIuucB4qzNBNYoSUH1DbfgouZS08G5hxPtIuzY=";
+    x86_64-darwin = "sha256-qRRdt/TvSvQ3RiO/I36HT+C88+ev3gFcj+JaEG38BfU=";
     x86_64-linux = "sha256-9LdTsBOE1IJH0OM+Ag7GJADsFRgYMjbPXBH6roY7Msg=";
   }.${system} or throwSystem;