* Updated dbus, glib, gtk+.

svn path=/nixpkgs/branches/x-updates/; revision=26156
This commit is contained in:
Eelco Dolstra
2011-03-04 11:59:04 +00:00
parent eb4b1e8b04
commit 927a41492d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, gettext, perl, libiconv, zlib }:
stdenv.mkDerivation rec {
name = "glib-2.28.0";
name = "glib-2.28.1";
src = fetchurl {
url = "mirror://gnome/sources/glib/2.28/${name}.tar.bz2";
sha256 = "0605f538e5c022c237c97a34496979ba71d33c7b10b8d8edb84435498a651fb3";
sha256 = "1b85b998909202c07c2def66613ae6736aac48d7a0a7c98f98967b936fe9de22";
};
# configure script looks for d-bus but it is only needed for tests