about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-04-06 22:12:58 +0200
committerGitHub <noreply@github.com>2020-04-06 22:12:58 +0200
commitaea90e816ecc7fc1029cbd51ae0640ffb961c1c8 (patch)
tree60cfecd10aa9d46c888356d08721f565827039f4 /pkgs/applications
parent41fa7a229551e39bce021f9c9f12c3ed2dd25950 (diff)
parent39c5e1c7233a6845b1da321aa7c0270e33b87435 (diff)
downloadnixlib-aea90e816ecc7fc1029cbd51ae0640ffb961c1c8.tar
nixlib-aea90e816ecc7fc1029cbd51ae0640ffb961c1c8.tar.gz
nixlib-aea90e816ecc7fc1029cbd51ae0640ffb961c1c8.tar.bz2
nixlib-aea90e816ecc7fc1029cbd51ae0640ffb961c1c8.tar.lz
nixlib-aea90e816ecc7fc1029cbd51ae0640ffb961c1c8.tar.xz
nixlib-aea90e816ecc7fc1029cbd51ae0640ffb961c1c8.tar.zst
nixlib-aea90e816ecc7fc1029cbd51ae0640ffb961c1c8.zip
Merge pull request #84491 from toonn/wire-desktop-bump
wire-desktop: mac 3.15.3621 -> 3.16.3630
Diffstat (limited to 'pkgs/applications')
-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 d09793733e97..d69f22f32acc 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.15.3621";
+    x86_64-darwin = "3.16.3630";
     x86_64-linux = "3.16.2923";
   }.${system} or throwSystem;
 
   sha256 = {
-    x86_64-darwin = "13sgakb3zjlvqv6d6b264fc9x99swpl7s1dmnrgc5v3pgyaklr01";
+    x86_64-darwin = "1lnjn45bhd36n9xgx6xx9cggwivvkr2s6r4zai2dwg0aac1bywr5";
     x86_64-linux = "0c8jmlsg2gnxsvly04xj1al80nj52rg4czfdha58sg14x14lyspz";
   }.${system} or throwSystem;
 
@@ -121,7 +121,7 @@ let
 
     src = fetchurl {
       url = "https://github.com/wireapp/wire-desktop/releases/download/"
-      + "wrapper_macos_production%2F${version}/Wire.pkg";
+          + "macos%2F${version}/Wire.pkg";
       inherit sha256;
     };