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:
parent
b53b46c250
commit
e91bc16f9e
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue