summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-08 18:01:00 +0000
committerGitHub <noreply@github.com>2023-11-08 18:01:00 +0000
commit536833ef29720974616732e7de73991d3056ca3a (patch)
tree058d24abfda60c0aa9e54654951a3309682efd85 /pkgs/applications/networking/remote
parent07b331e8339250bc59916416820dea282f897364 (diff)
parent64b6e49275f6388284379624eff747b369469355 (diff)
downloadnixpkgs-536833ef29720974616732e7de73991d3056ca3a.tar
nixpkgs-536833ef29720974616732e7de73991d3056ca3a.tar.gz
nixpkgs-536833ef29720974616732e7de73991d3056ca3a.tar.bz2
nixpkgs-536833ef29720974616732e7de73991d3056ca3a.tar.lz
nixpkgs-536833ef29720974616732e7de73991d3056ca3a.tar.xz
nixpkgs-536833ef29720974616732e7de73991d3056ca3a.tar.zst
nixpkgs-536833ef29720974616732e7de73991d3056ca3a.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/wayvnc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/wayvnc/default.nix b/pkgs/applications/networking/remote/wayvnc/default.nix
index 77d72060c1e..19d19310591 100644
--- a/pkgs/applications/networking/remote/wayvnc/default.nix
+++ b/pkgs/applications/networking/remote/wayvnc/default.nix
@@ -18,13 +18,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wayvnc";
-  version = "0.7.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "any1";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-hmlzv1WaT+KucR7RGPC3bKcIdTxPOvK2s17nDucdu7c=";
+    sha256 = "sha256-6at0p1Xc25K5l6sq2uMWpaLVvZMNlWC0ybyZyrIw41I=";
   };
 
   strictDeps = true;