From f4b52080b14873bfb29b784e0745a955d38961cc Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Wed, 4 Oct 2023 22:06:40 -0400 Subject: 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 --- pkgs/applications/networking/remote/wayvnc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') 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; -- cgit 1.4.1