libvncserver: 0.9.9 -> 0.9.11

This commit is contained in:
Michael Raskin 2017-01-11 14:25:47 +01:00
parent 760edeb2b6
commit 905349b8a5
2 changed files with 7 additions and 10 deletions

View File

@ -1,7 +1,8 @@
{stdenv, fetchurl, {stdenv, fetchurl,
libtool, libjpeg, openssl, libX11, libXdamage, xproto, damageproto, libtool, libjpeg, openssl, libX11, libXdamage, xproto, damageproto,
xextproto, libXext, fixesproto, libXfixes, xineramaproto, libXinerama, xextproto, libXext, fixesproto, libXfixes, xineramaproto, libXinerama,
libXrandr, randrproto, libXtst, zlib, libgcrypt libXrandr, randrproto, libXtst, zlib, libgcrypt, autoreconfHook
, systemd, pkgconfig
}: }:
assert stdenv.isLinux; assert stdenv.isLinux;
@ -10,16 +11,16 @@ let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
baseName="libvncserver"; baseName="libvncserver";
version="0.9.9"; version="0.9.11";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="1y83z31wbjivbxs60kj8a8mmjmdkgxlvr2x15yz95yy24lshs1ng"; url="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${version}.tar.gz";
url="mirror://sourceforge/project/libvncserver/libvncserver/0.9.9/LibVNCServer-0.9.9.tar.gz"; sha256="15189n09r1pg2nqrpgxqrcvad89cdcrca9gx6qhm6akjf81n6g8r";
sha256="1y83z31wbjivbxs60kj8a8mmjmdkgxlvr2x15yz95yy24lshs1ng";
}; };
buildInputs = [ buildInputs = [
libtool libjpeg openssl libX11 libXdamage xproto damageproto libtool libjpeg openssl libX11 libXdamage xproto damageproto
xextproto libXext fixesproto libXfixes xineramaproto libXinerama xextproto libXext fixesproto libXfixes xineramaproto libXinerama
libXrandr randrproto libXtst zlib libgcrypt libXrandr randrproto libXtst zlib libgcrypt autoreconfHook systemd
pkgconfig
]; ];
in in
stdenv.mkDerivation { stdenv.mkDerivation {

View File

@ -1,4 +0,0 @@
url http://sourceforge.net/projects/libvncserver/files/libvncserver/
SF_version_dir
version_link '[.]tar[.][bgx]z[0-9]*/download$'
SF_redirect