realvnc-vnc-viewer: 7.12.1 -> 7.15.1

This commit is contained in:
Yiyu Zhou
2025-10-17 22:33:36 -07:00
parent 75d08a1a86
commit 4346451c0d
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchurl rec {
name = "VNC-Viewer-${finalAttrs.version}-MacOSX-universal.dmg";
url = "https://downloads.realvnc.com/download/file/viewer.files/${name}";
hash = "sha256-SiBlw9ihKDLDWBPUxn3cfM0jbUaWDxQ9JDaeDNczQ7c=";
hash = "sha256-nWS7XsAQFcp2uoXXzT+a542Q9vwloZEQHqf4eieKqUA=";
};
sourceRoot = ".";
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
"x86_64-linux" = fetchurl rec {
name = "VNC-Viewer-${finalAttrs.version}-Linux-x64.rpm";
url = "https://downloads.realvnc.com/download/file/viewer.files/${name}";
hash = "sha256-fwMfQdOyLnYVfdBj80JHWT+CnKpq/9oM5oNF3aP+jgo=";
hash = "sha256-rIOP7d8qrOeMgaQRYo+GRXT1fLnPegdpONT0p5aBCxM=";
};
}
.${stdenv.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
@@ -5,7 +5,7 @@
}:
let
pname = "realvnc-vnc-viewer";
version = "7.12.1";
version = "7.15.1";
meta = {
description = "VNC remote desktop client software by RealVNC";