summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 17:41:13 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 17:41:13 +0000
commit65a3a512574e3e83b8c36012c408984b72492866 (patch)
treeba81ff85f40bc8f63ac8f3ce30411c27118e66e4 /pkgs/applications/networking/remote
parent79217339d26ff51ccacf10967de700d785f088e5 (diff)
downloadnixpkgs-65a3a512574e3e83b8c36012c408984b72492866.tar
nixpkgs-65a3a512574e3e83b8c36012c408984b72492866.tar.gz
nixpkgs-65a3a512574e3e83b8c36012c408984b72492866.tar.bz2
nixpkgs-65a3a512574e3e83b8c36012c408984b72492866.tar.lz
nixpkgs-65a3a512574e3e83b8c36012c408984b72492866.tar.xz
nixpkgs-65a3a512574e3e83b8c36012c408984b72492866.tar.zst
nixpkgs-65a3a512574e3e83b8c36012c408984b72492866.zip
anydesk: 5.5.2 -> 5.5.4
Diffstat (limited to 'pkgs/applications/networking/remote')
-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 8b194e53b44..3e639c28349 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 = "0az7n4lhmd4pz0spjvyiwd4w1gnqbh8f1fvr1jinsssyq0j26ldj";
+    x86_64-linux = "1ry21zw5ghba4xjx8dvimlpprgap7n8j9lqhjsciahbvc16vx5ks";
     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.2";
+  version = "5.5.4";
 
   src = fetchurl {
     urls = [
@@ -81,7 +81,7 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     inherit description;
-    homepage = https://www.anydesk.com;
+    homepage = "https://www.anydesk.com";
     license = licenses.unfree;
     platforms = platforms.linux;
     maintainers = with maintainers; [ shyim ];