anydesk: 5.5.4 -> 5.5.5

This commit is contained in:
R. RyanTM 2020-05-04 15:33:04 +00:00 committed by Jon
parent 7bde9902cf
commit d961cd7c1b

View File

@ -5,7 +5,7 @@
let
sha256 = {
x86_64-linux = "1ry21zw5ghba4xjx8dvimlpprgap7n8j9lqhjsciahbvc16vx5ks";
x86_64-linux = "09ajpsmgrgjhw7b91id76w84kwk2d678n0b81zzpwq7sgjcm0sb0";
i386-linux = "0vjxbg5hwkqkh600rr75xviwy848r1xw9mxwf6bb6l8b0isvlsgg";
}.${stdenv.hostPlatform.system} or (throw "system ${stdenv.hostPlatform.system} not supported");
@ -28,7 +28,7 @@ let
in stdenv.mkDerivation rec {
pname = "anydesk";
version = "5.5.4";
version = "5.5.5";
src = fetchurl {
urls = [