multivnc: fix build failure; fix semver (#506445)

This commit is contained in:
Yohann Boniface
2026-04-06 02:28:10 +00:00
committed by GitHub
+1 -2
View File
@@ -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";