about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/anydesk
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2019-11-27 07:33:27 +0100
committerJon <jonringer@users.noreply.github.com>2019-11-27 20:25:03 -0800
commitb896e929f6746076629a414327e6b217131098e0 (patch)
tree0e401ffad562f057015145addf97c7d7cfe24821 /pkgs/applications/networking/remote/anydesk
parent41ae16171e16de6a96cfc896c4e90e819d949f5f (diff)
downloadnixlib-b896e929f6746076629a414327e6b217131098e0.tar
nixlib-b896e929f6746076629a414327e6b217131098e0.tar.gz
nixlib-b896e929f6746076629a414327e6b217131098e0.tar.bz2
nixlib-b896e929f6746076629a414327e6b217131098e0.tar.lz
nixlib-b896e929f6746076629a414327e6b217131098e0.tar.xz
nixlib-b896e929f6746076629a414327e6b217131098e0.tar.zst
nixlib-b896e929f6746076629a414327e6b217131098e0.zip
fix: anydesk
Diffstat (limited to 'pkgs/applications/networking/remote/anydesk')
-rw-r--r--pkgs/applications/networking/remote/anydesk/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/remote/anydesk/default.nix b/pkgs/applications/networking/remote/anydesk/default.nix
index e9dd022c3139..0f4272985d00 100644
--- a/pkgs/applications/networking/remote/anydesk/default.nix
+++ b/pkgs/applications/networking/remote/anydesk/default.nix
@@ -5,8 +5,8 @@
 
 let
   sha256 = {
-    x86_64-linux = "1zdbgbbdavaqx4y02sw9y7i1r9wkxqccrqkn0sp5847a26cpk9k9";
-    i386-linux   = "11qwyxvy3c3n7hvksmlsfl9vvqaqkv3kwbk5rgjyy7vy8vn4kjmk";
+    x86_64-linux = "0dcg9znjxpnysypznnnq4xbaciiqz8l4p1hrbis3pazwi7bakizs";
+    i386-linux   = "04bvsvqjkayac17y9jcpdcfm3hzm2kq1brd9vwnx34gg07x9mn7g";
   }.${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.4.1";
+  version = "5.5.0";
 
   src = fetchurl {
     url = "https://download.anydesk.com/linux/${pname}-${version}-${arch}.tar.gz";