about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-25 20:19:16 +0000
committerGutyina Gergő <gutyina.gergo.2@gmail.com>2024-04-27 14:34:45 +0200
commit323bf57b0867ba7c06798c5c8a4e13cfb3de112c (patch)
tree858a956cfd5420d9be110cc440b5079d5e6468dd /pkgs
parent12334f6ebdc5d0d69dd2d6573f48150c06ad5b0d (diff)
anydesk: 6.3.1 -> 6.3.2
(cherry picked from commit 1af4a76beaf7403f816d42fc8ec85614be54d41c)
Diffstat (limited to 'pkgs')
-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 08e428b18b07a..5053de0ecb352 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.1";
+  version = "6.3.2";
 
   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-qVksva6+EfAQiOexP8NlDSCR5Ab2WGsuCG4BD87rlag=";
+    hash = "sha256-nSY4qHRsEvQk4M3JDHalAk3C6Y21WlfDQ2Gpp6/jjMs=";
   };
 
   buildInputs = [