about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-04 15:33:04 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-04 19:53:27 -0700
commitd961cd7c1b31e6197884c950f785375060c41585 (patch)
treef4560a2c512d56de2ac8ca87f96a8519267a58b9 /pkgs/applications
parent7bde9902cf1adf27b7780a2871fe8c45b24ce9a1 (diff)
downloadnixlib-d961cd7c1b31e6197884c950f785375060c41585.tar
nixlib-d961cd7c1b31e6197884c950f785375060c41585.tar.gz
nixlib-d961cd7c1b31e6197884c950f785375060c41585.tar.bz2
nixlib-d961cd7c1b31e6197884c950f785375060c41585.tar.lz
nixlib-d961cd7c1b31e6197884c950f785375060c41585.tar.xz
nixlib-d961cd7c1b31e6197884c950f785375060c41585.tar.zst
nixlib-d961cd7c1b31e6197884c950f785375060c41585.zip
anydesk: 5.5.4 -> 5.5.5
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 3e639c283493..8830881b69fb 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 = "1ry21zw5ghba4xjx8dvimlpprgap7n8j9lqhjsciahbvc16vx5ks";
+    x86_64-linux = "09ajpsmgrgjhw7b91id76w84kwk2d678n0b81zzpwq7sgjcm0sb0";
     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.4";
+  version = "5.5.5";
 
   src = fetchurl {
     urls = [