about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-19 17:05:53 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-19 17:05:53 +0000
commit5b51c88b5b95df07cc3fca6f0fc9839ab0968452 (patch)
tree349aa26fbb667ee4ba41c63d4006d825aec2452a /pkgs/applications
parentc65707bc25b252bc7474cb443f4fda1a93a1b12c (diff)
downloadnixlib-5b51c88b5b95df07cc3fca6f0fc9839ab0968452.tar
nixlib-5b51c88b5b95df07cc3fca6f0fc9839ab0968452.tar.gz
nixlib-5b51c88b5b95df07cc3fca6f0fc9839ab0968452.tar.bz2
nixlib-5b51c88b5b95df07cc3fca6f0fc9839ab0968452.tar.lz
nixlib-5b51c88b5b95df07cc3fca6f0fc9839ab0968452.tar.xz
nixlib-5b51c88b5b95df07cc3fca6f0fc9839ab0968452.tar.zst
nixlib-5b51c88b5b95df07cc3fca6f0fc9839ab0968452.zip
anydesk: 5.5.1 -> 5.5.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/anydesk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/anydesk/default.nix b/pkgs/applications/networking/remote/anydesk/default.nix
index 573752b5b533..8b194e53b445 100644
--- a/pkgs/applications/networking/remote/anydesk/default.nix
+++ b/pkgs/applications/networking/remote/anydesk/default.nix
@@ -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 = [