Merge pull request #80548 from r-ryantm/auto-update/anydesk

anydesk: 5.5.1 -> 5.5.2
This commit is contained in:
Ryan Mulligan 2020-02-20 12:34:00 -08:00 committed by GitHub
commit 5acee6bd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
let
sha256 = {
x86_64-linux = "1ysd8fwzm0360qs6ijr6l0y2agqb3njz20h7am1x4kxmhy8ravq9";
x86_64-linux = "0az7n4lhmd4pz0spjvyiwd4w1gnqbh8f1fvr1jinsssyq0j26ldj";
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.1";
version = "5.5.2";
src = fetchurl {
urls = [