Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
wire-desktop: fix evaluating on other platforms
Browse files Browse the repository at this point in the history
to unblock tarball job
  • Loading branch information
FRidh committed Jul 28, 2019
1 parent 8af32fb commit 15564fb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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";
Expand Down

0 comments on commit 15564fb

Please sign in to comment.