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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user