* Update a bunch of base packages.

svn path=/nixpkgs/trunk/; revision=4065
This commit is contained in:
Eelco Dolstra
2005-10-11 14:29:30 +00:00
parent b5eb0b0b5f
commit 552de99c19
10 changed files with 24 additions and 24 deletions

View File

@@ -3,11 +3,11 @@
assert zlib != null && libjpeg != null;
stdenv.mkDerivation {
name = "libtiff-3.7.2";
name = "libtiff-3.7.4";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/tiff-3.7.2.tar.gz;
md5 = "9d7123bd0dbde2a3853fb758346adb78";
url = ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.7.4.tar.gz;
md5 = "f37a7907bca4e235da85eb0126caa2b0";
};
propagatedBuildInputs = [zlib libjpeg];
inherit zlib libjpeg;