gtk needs 1.12.0

svn path=/nixpkgs/trunk/; revision=5574
This commit is contained in:
Armijn Hemel 2006-07-04 14:22:30 +00:00
parent 569bd692f3
commit 87a20c9da1

View File

@ -3,10 +3,10 @@
assert pkgconfig != null && gettext != null && perl != null;
stdenv.mkDerivation {
name = "glib-2.10.3";
name = "glib-2.12.0";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.10/glib-2.10.3.tar.bz2;
md5 = "87206e721c12d185d17dd9ecd7e30369";
url = ftp://ftp.gtk.org/pub/gtk/v2.12/glib-2.12.0.tar.bz2;
md5 = "ea8c7733ba443e3db04cf7a84060f408";
};
buildInputs = [pkgconfig gettext perl];
}