3
0
Fork 0
forked from mirrors/nixpkgs

* Use the right hash.

svn path=/nixpkgs/trunk/; revision=4071
This commit is contained in:
Eelco Dolstra 2005-10-12 09:06:02 +00:00
parent 5ba97b72a9
commit 20c68ab323

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "glib-2.6.6";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.6/glib-2.6.6.tar.bz2;
md5 = "dba15cceeaea39c5a61b6844d2b7b920";
md5 = "6e22b0639d314536f23ee118f29b43de";
};
buildInputs = [pkgconfig gettext perl];
}