new bugfixrelease 2.8.20
svn path=/nixpkgs/trunk/; revision=5572
This commit is contained in:
parent
b37f994407
commit
92ea85c28a
@ -8,10 +8,10 @@ assert xineramaSupport -> libXinerama != null;
|
|||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtk+-2.8.19";
|
name = "gtk+-2.8.20";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.19.tar.bz2;
|
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.20.tar.bz2;
|
||||||
md5 = "1a03dbed4b794194a610e9d7eb175b06";
|
md5 = "74e7ca98194f1fadfe906e66d763d05d";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig perl libtiff libjpeg libpng cairo
|
pkgconfig perl libtiff libjpeg libpng cairo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user