about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-02-20 12:34:00 -0800
committerGitHub <noreply@github.com>2020-02-20 12:34:00 -0800
commit5acee6bd8f2ec32588cf7982d5a8e5860619b3a1 (patch)
tree943a8261e19dfc5341de3cd7e60b5532c29be432 /pkgs/applications
parentf04825cc31b261e393978bdabdf6b7dde64c1599 (diff)
parent5b51c88b5b95df07cc3fca6f0fc9839ab0968452 (diff)
downloadnixlib-5acee6bd8f2ec32588cf7982d5a8e5860619b3a1.tar
nixlib-5acee6bd8f2ec32588cf7982d5a8e5860619b3a1.tar.gz
nixlib-5acee6bd8f2ec32588cf7982d5a8e5860619b3a1.tar.bz2
nixlib-5acee6bd8f2ec32588cf7982d5a8e5860619b3a1.tar.lz
nixlib-5acee6bd8f2ec32588cf7982d5a8e5860619b3a1.tar.xz
nixlib-5acee6bd8f2ec32588cf7982d5a8e5860619b3a1.tar.zst
nixlib-5acee6bd8f2ec32588cf7982d5a8e5860619b3a1.zip
Merge pull request #80548 from r-ryantm/auto-update/anydesk
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 = [