From 91107bd5ef5a04b5625768e9edfaa20d3098f856 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sat, 3 Aug 2024 10:28:47 -0400 Subject: [PATCH] neatvnc: 0.8.0 -> 0.8.1 Diff: https://github.com/any1/neatvnc/compare/v0.8.0...v0.8.1 Changelog: https://github.com/any1/neatvnc/releases/tag/v0.8.1 --- pkgs/development/libraries/neatvnc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/neatvnc/default.nix b/pkgs/development/libraries/neatvnc/default.nix index d8b439847ad4..dbed519662fe 100644 --- a/pkgs/development/libraries/neatvnc/default.nix +++ b/pkgs/development/libraries/neatvnc/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "neatvnc"; - version = "0.8.0"; + version = "0.8.1"; src = fetchFromGitHub { owner = "any1"; repo = pname; rev = "v${version}"; - hash = "sha256-BArEaQa+CNGzIoENsZSj9seFx9qdCLWiejh6EvpTch8="; + hash = "sha256-2gPDcFcu1kGIDubguL38Z0K+k7WGFf7DX8yZteedcNg="; }; strictDeps = true;