multivnc: fix semver

the package was incorrectly set at 2.8.1 while it was actually android-2.1.8

the correct version at this commit is 0.6.0:
https://github.com/bk138/multivnc/blob/89225243412f43ba2903ffeda98af7fe1f8f4975/CMakeLists.txt#L3-L4
This commit is contained in:
Clément
2026-04-03 21:37:24 -07:00
parent fd925917b8
commit 839a729233
+1 -1
View File
@@ -40,7 +40,7 @@ let
in
stdenv.mkDerivation {
pname = "MultiVNC";
version = "2.8.1";
version = "0.6.0-2024-10-20";
src = fetchFromGitHub {
owner = "bk138";