* Various updates.

svn path=/nixpkgs/branches/stdenv-updates/; revision=12051
This commit is contained in:
Eelco Dolstra
2008-06-12 09:49:40 +00:00
parent 62835f4090
commit cd60dc0ede
8 changed files with 26 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
args: with args;
stdenv.mkDerivation {
name = "gtk+-2.12.9";
name = "gtk+-2.12.10";
src = fetchurl {
url = mirror://gnome/sources/gtk+/2.12/gtk+-2.12.9.tar.bz2;
md5 = "33499772fdc3bea569c6d5673e5831b4";
url = mirror://gnome/sources/gtk+/2.12/gtk+-2.12.10.tar.bz2;
md5 = "5fcbdd2254eedb6b9ae828afc01d9eaa";
};
buildInputs = [pkgconfig perl];