* Glib/ATK/Pango/GTK+ updates.

svn path=/nixpkgs/branches/x-updates/; revision=34145
This commit is contained in:
Eelco Dolstra
2012-05-16 21:58:57 +00:00
parent c5e63c593f
commit 277bd69fa9
5 changed files with 22 additions and 19 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, perl, glib }:
stdenv.mkDerivation rec {
name = "atk-2.2.0";
name = "atk-2.4.0";
src = fetchurl {
url = mirror://gnome/sources/atk/2.2/atk-2.2.0.tar.xz;
sha256 = "17bkqg89l9hxbkgc76cxlin1bwczk7m6ikbccx677lrxh3kz08lb";
url = "mirror://gnome/sources/atk/2.4/${name}.tar.xz";
sha256 = "091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d";
};
buildNativeInputs = [ pkgconfig perl ];