neatvnc: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-07-09 20:33:40 +00:00
parent fdbc9a4691
commit cf8dedcece
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "neatvnc";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "any1";
repo = "neatvnc";
rev = "v${finalAttrs.version}";
hash = "sha256-yEWNiazRxc8G7ToqOcTtCXEuBCgXO64v31Xx1YeOPCM=";
hash = "sha256-ZQdx3NvoFh+lubF1tglYBeEBb4XpD5I1mN3ufibD+uA=";
};
strictDeps = true;