tigervnc: upgrade to 1.3.1 security release
The source is on github archive now. Therefore switch to fetchurl.
This commit is contained in:
parent
3233e56935
commit
91293785e8
@ -4,22 +4,18 @@
|
|||||||
, fixesproto, damageproto, xcmiscproto, bigreqsproto, randrproto, renderproto
|
, fixesproto, damageproto, xcmiscproto, bigreqsproto, randrproto, renderproto
|
||||||
, fontsproto, videoproto, compositeproto, scrnsaverproto, resourceproto
|
, fontsproto, videoproto, compositeproto, scrnsaverproto, resourceproto
|
||||||
, libxkbfile, libXfont, libpciaccess, cmake, libjpeg_turbo, libXft, fltk, libXinerama
|
, libxkbfile, libXfont, libpciaccess, cmake, libjpeg_turbo, libXft, fltk, libXinerama
|
||||||
, xineramaproto, libXcursor, fetchsvn
|
, xineramaproto, libXcursor
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
# Release version = "1.3.0";
|
version = "1.3.1";
|
||||||
revision = 5129;
|
|
||||||
version = "r${toString revision}";
|
|
||||||
name = "tigervnc-${version}";
|
name = "tigervnc-${version}";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchurl {
|
||||||
# Release url = "mirror://sourceforge/tigervnc/${version}/${name}.tar.gz";
|
url = "https://github.com/TigerVNC/tigervnc/archive/v${version}.tar.gz";
|
||||||
url = "https://tigervnc.svn.sourceforge.net/svnroot/tigervnc/trunk";
|
sha256 = "161bhibic777g47lbjgdnvjhkkdzxrzmxz9rw9sim3q0gcbp0vz3";
|
||||||
rev = revision;
|
|
||||||
sha256 = "1qszlqr8z16iqkm05gbs0knj4fxc3bb6gjayky1abmf8pjazi0j8";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit fontDirectories;
|
inherit fontDirectories;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user