about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2023-10-02 14:12:29 +0200
committerGitHub <noreply@github.com>2023-10-02 14:12:29 +0200
commitf3ec43dac40e7cd619ef87d9c099e9419beb28cd (patch)
tree26c42e62ac0a92b981b10534d4b28fecc9600206 /pkgs
parent061e2b87d39e76993c4a33629825fdc5ceaec436 (diff)
parent6cfd79b45922c35b99c486803615555ed4bd653d (diff)
Merge pull request #258131 from r-ryantm/auto-update/anydesk
anydesk: 6.2.1 -> 6.3.0
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 f9668a9eeaef1..66b8f8d59bd8d 100644
--- a/pkgs/applications/networking/remote/anydesk/default.nix
+++ b/pkgs/applications/networking/remote/anydesk/default.nix
@@ -18,14 +18,14 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "anydesk";
-  version = "6.2.1";
+  version = "6.3.0";
 
   src = fetchurl {
     urls = [
       "https://download.anydesk.com/linux/${pname}-${version}-amd64.tar.gz"
       "https://download.anydesk.com/linux/generic-linux/${pname}-${version}-amd64.tar.gz"
     ];
-    hash = "sha256-lqfe0hROza/zgcNOSe7jJ1yqqsAIR+kav153g3BsmJw=";
+    hash = "sha256-seMzfTXOGa+TljgpmIsgFOis+79r0bWt+4vH3Nb+5FI=";
   };
 
   passthru = {