neatvnc: 0.9.4 -> 0.9.5

This commit is contained in:
R. Ryantm
2025-07-29 02:06:10 +00:00
parent 82bf514f01
commit 92c0c77c85
+2 -2
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;