multivnc: fix build failure; fix semver (#506445)
This commit is contained in:
@@ -34,13 +34,12 @@ let
|
||||
rev = "ef3b57438564f2877148a23055f3f0ffce66df11";
|
||||
hash = "sha256-Cg96tsi6h1DX4VSsq1B8DTn0GxnBfoZK2nuxeT/+ca0=";
|
||||
};
|
||||
patches = [ ];
|
||||
};
|
||||
|
||||
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