add new bugfix release for gtk+
svn path=/nixpkgs/trunk/; revision=5470
This commit is contained in:
parent
a33dc947c6
commit
26a7fe945a
@ -8,10 +8,10 @@ assert xineramaSupport -> libXinerama != null;
|
|||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtk+-2.8.17";
|
name = "gtk+-2.8.19";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.17.tar.bz2;
|
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.19.tar.bz2;
|
||||||
md5 = "6d2deb63a5444808d2aeb7dcfffaa2f4";
|
md5 = "1a03dbed4b794194a610e9d7eb175b06";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig perl libtiff libjpeg libpng cairo
|
pkgconfig perl libtiff libjpeg libpng cairo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user