realvnc-vnc-viewer: 7.12.0 -> 7.12.1

This commit is contained in:
Dimitar Nestorov 2024-09-14 10:39:47 +03:00
parent 28f8240bb5
commit 43f616a7cc
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,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-haD2QsBF9Dps1V/2tkkALAc7+kUY3PSNj7BjTIqnNcU=";
hash = "sha256-SiBlw9ihKDLDWBPUxn3cfM0jbUaWDxQ9JDaeDNczQ7c=";
};
sourceRoot = ".";

View File

@ -16,7 +16,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-KJZbH3mfxuyUslkYvB/RKquEsB7ayJSv6yNqfLmAsGI=";
hash = "sha256-fwMfQdOyLnYVfdBj80JHWT+CnKpq/9oM5oNF3aP+jgo=";
};
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

View File

@ -4,7 +4,7 @@
}:
let
pname = "realvnc-vnc-viewer";
version = "7.12.0";
version = "7.12.1";
meta = {
description = "VNC remote desktop client software by RealVNC";