Merge pull request #67557 from toonn/wire-desktop-bump

wire-desktop: 3.9.2895 -> 3.10.2904, mac 3.9.2943 -> 3.10.3133
This commit is contained in:
Marek Mahut 2019-08-27 18:06:44 +02:00 committed by GitHub
commit b31d5fe3a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@ let
pname = "wire-desktop";
version = {
"x86_64-linux" = "3.9.2895";
"x86_64-darwin" = "3.9.2943";
"x86_64-linux" = "3.10.2904";
"x86_64-darwin" = "3.10.3133";
}.${system} or throwSystem;
sha256 = {
"x86_64-linux" = "0wrn95m64j4b7ym44h9zawq13kg4m12aixlyyzp56bfyczmjq4a5";
"x86_64-darwin" = "1y1bzsjmjrj518q29xfx6gg1nhdbaz7y5hzaqrp241az6plp090k";
"x86_64-linux" = "1vrz4568mlhylx17jw4z452f0vrd8yd8qkbpkcvnsbhs6k066xcn";
"x86_64-darwin" = "0d8g9fl3yciqp3aic374rzcywb5d5yipgni992khsfdfqhcvm3x9";
}.${system} or throwSystem;
meta = with stdenv.lib; {