wire-desktop: mac 3.12.3490 -> 3.15.3621

This commit is contained in:
toonn 2020-03-15 16:59:15 +01:00
parent 7a1c9d8eb7
commit 43f245d6d9
No known key found for this signature in database
GPG Key ID: D77B35DD14476437

View File

@ -20,12 +20,12 @@ let
pname = "wire-desktop";
version = {
x86_64-darwin = "3.12.3490";
x86_64-darwin = "3.15.3621";
x86_64-linux = "3.12.2916";
}.${system} or throwSystem;
sha256 = {
x86_64-darwin = "0xvhx3r99fl1v1cdqj6sk46kzxv9qi7j754amkhv7knrpmgyp55z";
x86_64-darwin = "13sgakb3zjlvqv6d6b264fc9x99swpl7s1dmnrgc5v3pgyaklr01";
x86_64-linux = "0xx03cpy6kapbjpygwranxjg1a0p8s1xq3cpapvi55rnkbk0qvjw";
}.${system} or throwSystem;
@ -121,7 +121,7 @@ let
src = fetchurl {
url = "https://github.com/wireapp/wire-desktop/releases/download/"
+ "macos%2F${version}/Wire.pkg";
+ "wrapper_macos_production%2F${version}/Wire.pkg";
inherit sha256;
};