From 336e85aec411e2550315ccfdcc03a36249f6fdd8 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 25 Feb 2024 12:39:49 -0500 Subject: [PATCH] wayvnc: 0.7.2 -> 0.8.0 Diff: https://github.com/any1/wayvnc/compare/v0.7.2...v0.8.0 Changelog: https://github.com/any1/wayvnc/releases/tag/v0.8.0 --- pkgs/applications/networking/remote/wayvnc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/remote/wayvnc/default.nix b/pkgs/applications/networking/remote/wayvnc/default.nix index 19d19310591d..0712e68e324b 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.2"; + version = "0.8.0"; src = fetchFromGitHub { owner = "any1"; repo = pname; rev = "v${version}"; - sha256 = "sha256-6at0p1Xc25K5l6sq2uMWpaLVvZMNlWC0ybyZyrIw41I="; + hash = "sha256-IGEM212CU91+pT8xq3BzrPrIDUZxZveb2jhatMGJAsw="; }; strictDeps = true;