Unverified Commit d621d795 authored by Oleksii Filonenko's avatar Oleksii Filonenko Committed by GitHub
Browse files

realvnc-vnc-viewer: 7.12.0 -> 7.12.1 (#341766)

parents f20959af 43f616a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ".";

+1 −1
Original line number Diff line number Diff line
@@ -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}");

+1 −1
Original line number Diff line number Diff line
@@ -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";