about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-21 08:35:58 -0400
committerGitHub <noreply@github.com>2024-03-21 08:35:58 -0400
commit590d5749c1a8a992cb1937cfc374b7b8cc16e8d4 (patch)
treec16824fe841ba6bdf67a3d535f0bee91268c2372 /pkgs/applications/networking/remote
parent12c862d2b9f4764a01db4275d5d48df8f500c469 (diff)
parenta7e26c5949710061c5ee1cb61829b254f432739c (diff)
Merge pull request #297542 from r-ryantm/auto-update/anydesk
anydesk: 6.3.0 -> 6.3.1
Diffstat (limited to 'pkgs/applications/networking/remote')
-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 5155e29a0bda5..08e428b18b07a 100644
--- a/pkgs/applications/networking/remote/anydesk/default.nix
+++ b/pkgs/applications/networking/remote/anydesk/default.nix
@@ -7,14 +7,14 @@ let
   description = "Desktop sharing application, providing remote support and online meetings";
 in stdenv.mkDerivation rec {
   pname = "anydesk";
-  version = "6.3.0";
+  version = "6.3.1";
 
   src = fetchurl {
     urls = [
       "https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
       "https://download.anydesk.com/linux/generic-linux/anydesk-${version}-amd64.tar.gz"
     ];
-    hash = "sha256-seMzfTXOGa+TljgpmIsgFOis+79r0bWt+4vH3Nb+5FI=";
+    hash = "sha256-qVksva6+EfAQiOexP8NlDSCR5Ab2WGsuCG4BD87rlag=";
   };
 
   buildInputs = [