about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2020-01-03 11:49:22 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-01-03 19:37:25 +0100
commita8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10 (patch)
tree3fd7ef44433a807323a8956284c4b8978f9f07e8 /pkgs/applications/networking
parentebec1d12a3aea593de8b7a12a16b87601f364d64 (diff)
downloadnixlib-a8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10.tar
nixlib-a8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10.tar.gz
nixlib-a8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10.tar.bz2
nixlib-a8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10.tar.lz
nixlib-a8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10.tar.xz
nixlib-a8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10.tar.zst
nixlib-a8bd7e6694bf6eeaf5c3358712d9f1fcfa921e10.zip
wire-desktop: mac 3.10.3215 -> 3.12.3490
Diffstat (limited to 'pkgs/applications/networking')
-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 fde40c62e4d8..ef61ef96681e 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -20,12 +20,12 @@ let
   pname = "wire-desktop";
 
   version = {
-    x86_64-darwin = "3.10.3215";
+    x86_64-darwin = "3.12.3490";
     x86_64-linux = "3.11.2912";
   }.${system} or throwSystem;
 
   sha256 = {
-    x86_64-darwin = "0ygm3fgy9k1dp2kjfwsrrwq1i88wgxc6k8y80yz61ivdawgph9wa";
+    x86_64-darwin = "0xvhx3r99fl1v1cdqj6sk46kzxv9qi7j754amkhv7knrpmgyp55z";
     x86_64-linux = "1d2wa13d750dd2vslnvzf0ibwjmf5s299pxq0rs2x98y2sabw3sl";
   }.${system} or throwSystem;