x11vnc: 0.9.15 -> 0.9.16

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/x11vnc/versions
This commit is contained in:
R. RyanTM 2019-01-16 00:22:03 -08:00 committed by Frederik Rietdijk
parent b53b46c250
commit e91bc16f9e
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "x11vnc-${version}"; name = "x11vnc-${version}";
version = "0.9.15"; version = "0.9.16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LibVNC"; owner = "LibVNC";
repo = "x11vnc"; repo = "x11vnc";
rev = version; rev = version;
sha256 = "1a1b65k1hsy4nhg2sx1yrpaz3vx6s7rmrx8nwygpaam8wpdlkh8p"; sha256 = "1g652mmi79pfq4p5p7spaswa164rpzjhc5rn2phy5pm71lm0vib1";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];