about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/wayvnc/default.nix
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-04 22:06:40 -0400
committerNick Cao <nickcao@nichi.co>2023-10-07 13:21:43 -0400
commitf4b52080b14873bfb29b784e0745a955d38961cc (patch)
tree2fcb8572583a20b71a7390e1a27ee53e9084ff4f /pkgs/applications/networking/remote/wayvnc/default.nix
parentedb581156765c0cd7948bc654a45ebf98306392d (diff)
wayvnc: 0.6.2 -> 0.7.1
Diff: https://github.com/any1/wayvnc/compare/v0.6.2...v0.7.1

Changelog: https://github.com/any1/wayvnc/releases/tag/v0.7.1
Diffstat (limited to 'pkgs/applications/networking/remote/wayvnc/default.nix')
-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 c5095d8fd43e9..77d72060c1e22 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.6.2";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "any1";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-yNWTTjlmMCMTed1SiRep3iUxchQya1GnTVoub1cpR14=";
+    sha256 = "sha256-hmlzv1WaT+KucR7RGPC3bKcIdTxPOvK2s17nDucdu7c=";
   };
 
   strictDeps = true;