about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-08 07:24:26 -0500
committerGitHub <noreply@github.com>2019-12-08 07:24:26 -0500
commit2971a6f438e18165468a7a580579089c956c905c (patch)
tree84988118382a6d710f48332986218755281f0c10
parent08db5955254499381867b07d605128d89b95c97d (diff)
parent1c61444e1722ffb06b6f63fd83a02e52125228c1 (diff)
downloadnixlib-2971a6f438e18165468a7a580579089c956c905c.tar
nixlib-2971a6f438e18165468a7a580579089c956c905c.tar.gz
nixlib-2971a6f438e18165468a7a580579089c956c905c.tar.bz2
nixlib-2971a6f438e18165468a7a580579089c956c905c.tar.lz
nixlib-2971a6f438e18165468a7a580579089c956c905c.tar.xz
nixlib-2971a6f438e18165468a7a580579089c956c905c.tar.zst
nixlib-2971a6f438e18165468a7a580579089c956c905c.zip
Merge pull request #75208 from mkg20001/anydesk-fix
anydesk: 5.5.0 -> 5.5.1
-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 03a2ef9551bb..0e93b5931840 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 = "0dcg9znjxpnysypznnnq4xbaciiqz8l4p1hrbis3pazwi7bakizs";
-    i386-linux   = "04bvsvqjkayac17y9jcpdcfm3hzm2kq1brd9vwnx34gg07x9mn7g";
+    x86_64-linux = "1ysd8fwzm0360qs6ijr6l0y2agqb3njz20h7am1x4kxmhy8ravq9";
+    i386-linux   = "0vjxbg5hwkqkh600rr75xviwy848r1xw9mxwf6bb6l8b0isvlsgg";
   }.${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.5.0";
+  version = "5.5.1";
 
   src = fetchurl {
     url = "https://download.anydesk.com/linux/${pname}-${version}-${arch}.tar.gz";