* Gnet updated to 2.0.5.

svn path=/nixpkgs/trunk/; revision=1458
This commit is contained in:
Eelco Dolstra 2004-09-18 21:18:56 +00:00
parent 2f2af146ab
commit e72d99e24b

View File

@ -3,10 +3,10 @@
assert pkgconfig != null && glib != null;
stdenv.mkDerivation {
name = "gnet-2.0.4";
name = "gnet-2.0.5";
src = fetchurl {
url = http://www.gnetlibrary.org/src/gnet-2.0.4.tar.gz;
md5 = "b43e728391143214e2cfd0b835b6fd2a";
url = http://www.gnetlibrary.org/src/gnet-2.0.5.tar.gz;
md5 = "126f140618de34801933d192302ed0b9";
};
buildInputs = [pkgconfig glib];
}