realvnc-vnc-viewer: 6.22.207 -> 6.22.515
This commit is contained in:
parent
7641151c5a
commit
b30a82caa8
1 changed files with 4 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "realvnc-vnc-viewer";
|
pname = "realvnc-vnc-viewer";
|
||||||
version = "6.22.207";
|
version = "6.22.515";
|
||||||
|
|
||||||
src = {
|
src = {
|
||||||
"x86_64-linux" = fetchurl {
|
"x86_64-linux" = fetchurl {
|
||||||
url = "https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${version}-Linux-x64.rpm";
|
url = "https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${version}-Linux-x64.rpm";
|
||||||
sha256 = "0jybfqj1svkb297ahyp07xf4b8qyb5h1l2kp50a50ivb6flqd3jr";
|
sha256 = "1l9kfmb1695pv2v9hm8z5yr7y5yhadbbs61s4yf9ksvvfypzwrpn";
|
||||||
};
|
};
|
||||||
"i686-linux" = fetchurl {
|
"i686-linux" = fetchurl {
|
||||||
url = "https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${version}-Linux-x86.rpm";
|
url = "https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-${version}-Linux-x86.rpm";
|
||||||
sha256 = "06jmkd474nql6p3hnqwnwj5ac29m2021flnvf44mfhrhaa5wnpz6";
|
sha256 = "15fi1siwbsxmy7qi6f8r8ym346a8mx3kqcp9mvwvx39wm3ija6dh";
|
||||||
};
|
};
|
||||||
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "VNC remote desktop client software by RealVNC";
|
description = "VNC remote desktop client software by RealVNC";
|
||||||
homepage = "https://www.realvnc.com/en/connect/download/viewer/";
|
homepage = "https://www.realvnc.com/en/connect/download/viewer/";
|
||||||
|
mainProgram = "vncviewer";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = {
|
license = {
|
||||||
fullName = "VNC Connect End User License Agreement";
|
fullName = "VNC Connect End User License Agreement";
|
||||||
|
|
Loading…
Reference in a new issue