wire-desktop: fix evaluating on other platforms
to unblock tarball job
This commit is contained in:
parent
8af32fb4cd
commit
15564fbb4d
@ -18,12 +18,12 @@ let
|
|||||||
version = {
|
version = {
|
||||||
"x86_64-linux" = "3.9.2895";
|
"x86_64-linux" = "3.9.2895";
|
||||||
"x86_64-darwin" = "3.9.2943";
|
"x86_64-darwin" = "3.9.2943";
|
||||||
}.${system};
|
}.${system} or "";
|
||||||
|
|
||||||
sha256 = {
|
sha256 = {
|
||||||
"x86_64-linux" = "0wrn95m64j4b7ym44h9zawq13kg4m12aixlyyzp56bfyczmjq4a5";
|
"x86_64-linux" = "0wrn95m64j4b7ym44h9zawq13kg4m12aixlyyzp56bfyczmjq4a5";
|
||||||
"x86_64-darwin" = "1y1bzsjmjrj518q29xfx6gg1nhdbaz7y5hzaqrp241az6plp090k";
|
"x86_64-darwin" = "1y1bzsjmjrj518q29xfx6gg1nhdbaz7y5hzaqrp241az6plp090k";
|
||||||
}.${system};
|
}.${system} or "";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A modern, secure messenger for everyone";
|
description = "A modern, secure messenger for everyone";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user