neatvnc: 0.9.4 -> 0.9.5 (#429242)

This commit is contained in:
Matthias Beyer
2025-07-29 13:49:56 +02:00
committed by GitHub

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "neatvnc";
version = "0.9.4";
version = "0.9.5";
src = fetchFromGitHub {
owner = "any1";
repo = "neatvnc";
rev = "v${version}";
hash = "sha256-D9dwD5i9mScc5vn0mUxe7+0cxMI65F7LyivXn9J0aic=";
hash = "sha256-wAIifLw2rlu44jXMu/k31B7qePdJt6pT6TOhNxcyfLw=";
};
strictDeps = true;