wire-desktop: fix evaluating on other platforms

to unblock tarball job
This commit is contained in:
Frederik Rietdijk 2019-07-28 09:31:48 +02:00
parent 8af32fb4cd
commit 15564fbb4d

View File

@ -18,12 +18,12 @@ let
version = {
"x86_64-linux" = "3.9.2895";
"x86_64-darwin" = "3.9.2943";
}.${system};
}.${system} or "";
sha256 = {
"x86_64-linux" = "0wrn95m64j4b7ym44h9zawq13kg4m12aixlyyzp56bfyczmjq4a5";
"x86_64-darwin" = "1y1bzsjmjrj518q29xfx6gg1nhdbaz7y5hzaqrp241az6plp090k";
}.${system};
}.${system} or "";
meta = with stdenv.lib; {
description = "A modern, secure messenger for everyone";