anydesk: 5.5.6 -> 6.0.0

This commit is contained in:
Maciej Krüger 2020-08-18 16:31:30 +02:00 committed by Jon
parent 512825466d
commit 0f01fa0d41

View File

@ -5,8 +5,8 @@
let
sha256 = {
x86_64-linux = "1vpfyffg1g7f1m4mxmqghswihml9rm1cipm7krmr5wvxdmcphxnk";
i386-linux = "0vjxbg5hwkqkh600rr75xviwy848r1xw9mxwf6bb6l8b0isvlsgg";
x86_64-linux = "19c6blkkqpyjf330v16mdmsh7q6x087p6gw5ag8r2mc6jwq5ixlx";
i386-linux = "0dwc7v4p1dz51444zwn0kds23yi87r4h2d3isfj9xwkn90pxb7in";
}.${stdenv.hostPlatform.system} or (throw "system ${stdenv.hostPlatform.system} not supported");
arch = {
@ -28,7 +28,7 @@ let
in stdenv.mkDerivation rec {
pname = "anydesk";
version = "5.5.6";
version = "6.0.0";
src = fetchurl {
urls = [